seVen
New Member
- Joined
- Jan 31, 2010
- Messages
- 589
- Reaction score
- 20
Hey you guys i could use some help 
i need to travel trough the portal for the train in stormwind im using the move to location with click to move (of course fly to before that one) but when entering the portal the bot still wants to run to location it went before it entered the portal. ( the move to spot is placed behind the portal since its a "run trough" portal and not a clicking one.
is there a way to fix this? tried it with wait until me zoneID but doesnt even load that step.
if there isn't how can i use flight paths with PB? triied with /click macro and the interact with npc but the flight masters frame always closes befor i can even run the macro.

i need to travel trough the portal for the train in stormwind im using the move to location with click to move (of course fly to before that one) but when entering the portal the bot still wants to run to location it went before it entered the portal. ( the move to spot is placed behind the portal since its a "run trough" portal and not a clicking one.
is there a way to fix this? tried it with wait until me zoneID but doesnt even load that step.
if there isn't how can i use flight paths with PB? triied with /click macro and the interact with npc but the flight masters frame always closes befor i can even run the macro.
Code:
Fly to: x x x and dismount
Interact: npc xxx (Flight master)
Lua.DoString(string.Format("RunMacroText(\"{0}\")","/click TaxiButton4"), 0);) ( click path to ironforge )
Last edited: