Go to player/spawn or loc?

Have a macro idea but not sure where to start? Ask here.

Moderator: MacroQuest Developers

Nucleus
decaying skeleton
decaying skeleton
Posts: 7
Joined: Sun Jun 20, 2004 7:00 pm

Go to player/spawn or loc?

Post by Nucleus » Sun Jun 20, 2004 9:09 pm

Is their anyway to automatically go to a certain player or spawn or loc? I remember seeing a macro like this a long time ago and think it'd be very useful as I'm terrible with locs =P.

ab2304
orc pawn
orc pawn
Posts: 20
Joined: Tue Jun 01, 2004 3:19 pm

Post by ab2304 » Mon Jun 21, 2004 9:58 am

all it requires is a few lines... something along :

Code: Select all

Sub Main(SpawnName)
/face id ${Spawn[SpawnName].ID}
/keypress forward hold
/if (${Int[${Spawn[SpawnName].Distance}]}<=25 {
   /keypress forward
}
/return
Call it like /macro findem Rico

or something there abouts...

Nucleus
decaying skeleton
decaying skeleton
Posts: 7
Joined: Sun Jun 20, 2004 7:00 pm

Post by Nucleus » Mon Jun 21, 2004 11:40 am

Ok thanks, would that work for locs to?
edit: it doesn't seem to work, it tries to follow my characters name.

hendrix04
a lesser mummy
a lesser mummy
Posts: 38
Joined: Tue Jul 13, 2004 5:02 pm

Post by hendrix04 » Tue Jul 13, 2004 5:29 pm