What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

PB Portal or Flight Master

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.

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:
Yes, when you use a MoveTo with CTM, it does it until it reaches that point. Do a Custom Action, and for a action put "CTM(X,Y,Z);".
 
Last edited:
Alright thanks for your fast respond, gonna try this :)
 
CTM (x,y,z) doesn't seem to work just starts the profile right ahead.....
 
Last edited:
Alright now i need to use a flight master how should i do that?
 
I've been looking into flight paths also, and the numeration of flight paths seems quite random and I wasn't able to find a list or figure out how to find the number for each FP. I wish you the best of luck though ^^

This means, I figured out how to take a flight path using lua - but I was just guessing a random number as FP id - I found no system as to the number vs where it got me.

When I asked about it here I got no response so I dunno if other ppl know about how to do.
 
using the command /fstack ingame and hovering over any flight destination gives you the numbers or ID's i think.. but well since my wait for ship function doesn't work im thinking about discotinue the profile for cooking and fishing... :[
 
Add me on skype and lets talk. I figure I should be able to help you with the problems you're having.

Skype ID: Inrego89
 
Back
Top