Move/Teleprot macro problem

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

class1c
Human
Human
Posts: 34
Joined: 30 Jun 2012, 03:49
Noob?: Yes

Move/Teleprot macro problem

#1 Post by class1c »

I'm trying to make my bot move to pay_dun01 to get buffs when they're not active.

So far I've got it to move to the map with this:

Code: Select all

automacro start1 {
status not Blessing
run-once 1
call morrocna
}

macro morrocna {
do conf lockMap pay_dun01
}
Now once it gets to pay_dun01, it starts Teleport searching because my bot Tele searches monster. I've tried adding "ai off" "ai manual off" "do conf teleportAuto_idle 0" after the lockMap change but it doesn't seem to work. Any ideas?