macro lockMap pls help

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Message
Author
genskull
Plain Yogurt
Plain Yogurt
Posts: 88
Joined: 10 Jul 2014, 09:16
Noob?: Yes

macro lockMap pls help

#1 Post by genskull »

hello can anyone help me to create macro for lockmap to usechat command like @warp,
so that if my bot is idle he will go to lockMap.

i also try this but it didn't work
at my config.txt
teleportAuto_idle 1 -----> my bot doesn't warp when his idle in town. any clue?
i already config my bot to use tele chat command and it's work, but in above is not.
this is always my problem.
pls share some clue...

this is what i want, when bot is nothing to do in town or idle in town i want him to use @warp

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

Re: macro lockMap pls help

#2 Post by 4epT »

Code: Select all

automacro wart {
 console /Сalculate route to the map/
 timeout 10
 call {
  do c @warp prt_fild08
 }
}
need to change the text:
Сalculate route to the map
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

genskull
Plain Yogurt
Plain Yogurt
Posts: 88
Joined: 10 Jul 2014, 09:16
Noob?: Yes

Re: macro lockMap pls help

#3 Post by genskull »

thank you sir 4ept, i will try that...

Post Reply