question about /face

Help section from before the user variable changes that broke all macros

Moderator: MacroQuest Developers

theafkxper
a hill giant
a hill giant
Posts: 207
Joined: Sun Sep 08, 2002 6:41 pm

question about /face

Post by theafkxper » Sun Sep 08, 2002 6:46 pm

ive got a macro in development that will pul stuff for me and im having trouble with getting back to the specified location that the bot is supposed to pull the mob to.

the code jsut says

Code: Select all

/face loc 333, 444
cause thats how it works normally, but for some reason when the macro runs it always says it cant find the location (i just do a /loc and put in the numbers i want, it wouldnt work with variables eithre)

Plazmic
The One
The One
Posts: 800
Joined: Fri Jun 14, 2002 12:31 am
Contact:

Post by Plazmic » Sun Sep 08, 2002 7:28 pm

Code: Select all

/face loc 444,333 <- no spaces in the loc
- Plazmic