Author Topic: 'Click' item on ground?  (Read 2076 times)

0 Members and 1 Guest are viewing this topic.

Offline 8 BallTopic starter

  • Full Member
  • ***
  • Posts: 102
  • Activity:
    0%
  • Reputation Power: 2
  • 8 Ball has no influence.
  • Gender: Male
  • Respect: +13
  • Referrals: 0
    • View Profile
'Click' item on ground?
« on: April 09, 2013, 07:24:20 AM »
0
Hi guys, I'm trying to make a really simple script to click the summoning altar in Shame so I can kill the summons on my second account. ATM I just have a simple click/wait setup, but when I change to the second client it stops working. The altar will keep flashing yellow as though it is being highlighted but unless I manually move my cursor over it the messages won't appear. Any ideas?

Offline dxrom

  • Master of the milestones!
  • Elite
  • *
  • *
  • Posts: 1080
  • Activity:
    0%
  • Reputation Power: 15
  • dxrom is working their way up.dxrom is working their way up.dxrom is working their way up.
  • KEYBOARD COWBOY, GREAT SAMURAI OF THE INTERNET.
  • Respect: +100
  • Referrals: 1
    • View Profile
Re: 'Click' item on ground?
« Reply #1 on: April 09, 2013, 08:14:15 AM »
0
finditem <whatever the id is> G_2
if #findcnt < 1
  return
set #lobjectid #findid
event macro 17 0



 ​_██​_
(ಠ​_ృ)
I do say, ol' Chap! Come play EVE Online! Why here is a 21 Day Free Trial!

Offline Paulonius

  • Elite
  • *
  • *
  • Posts: 2040
  • Activity:
    0%
  • Reputation Power: 29
  • Paulonius is on the verge of being accepted.Paulonius is on the verge of being accepted.Paulonius is on the verge of being accepted.Paulonius is on the verge of being accepted.Paulonius is on the verge of being accepted.
  • Respect: +162
  • Referrals: 1
    • View Profile
Re: 'Click' item on ground?
« Reply #2 on: April 09, 2013, 10:12:44 AM »
0
Post your code up so that we can see what you did.
This coin declares Caesar is "Dictator for Life." He did serve as Dictator for the remainder of his life, but his life would end only a few weeks after this issue. For Caesar to put his image on coins and essentially declare himself king was too much for Brutus and his republican allies.

"If everything seems under control, you're not going fast enough'
-Mario Andretti

"If everyone is thinking alike, someone isn't thinking."
- General George Patton Jr

Offline 8 BallTopic starter

  • Full Member
  • ***
  • Posts: 102
  • Activity:
    0%
  • Reputation Power: 2
  • 8 Ball has no influence.
  • Gender: Male
  • Respect: +13
  • Referrals: 0
    • View Profile
Re: 'Click' item on ground?
« Reply #3 on: April 09, 2013, 10:18:38 AM »
0
Thats amazing dxrom, did the job perfectly :) Thanks!

For my own code I simply had two lines; click [coords] d and then a wait, basically just cobbling bits together from the EUO wiki :)

Tags: