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

update fly nodes

odarn

New Member
Joined
Jun 20, 2013
Messages
378
Reaction score
2
Is it possible to control when this routine is called, in xml or C#?
If yes, how?
I mean The same way a visit to the vendors can be controlled with a ....dosell....

edit: i suppose the ...useflightpaths... is the only way to go. Just have to switch it on and off when needed? I want to prevent muliple visits to to the flighmaster for nothing.
The problem is that I have the impression that switching it off condemns the toon to running or riding, but I am not sure if that is always profile related. I mean, suppose that there is a flyto command, and the useflightpaths is off, would the toon still fly?
 
Is it possible to control when this routine is called, in xml or C#?
If yes, how?
I mean The same way a visit to the vendors can be controlled with a ....dosell....

edit: i suppose the ...useflightpaths... is the only way to go. Just have to switch it on and off when needed? I want to prevent muliple visits to to the flighmaster for nothing.
The problem is that I have the impression that switching it off condemns the toon to running or riding, but I am not sure if that is always profile related. I mean, suppose that there is a flyto command, and the useflightpaths is off, would the toon still fly?

Hi, Odarn,

There is a distinction between flying mount use (e.g., FlyTo), and taking a Taxi.

The UseFlightPath checkbox:
  • Will cause the bot to use Taxis, when appropriate
  • Will cause the bot to visit any nearby Taxi master to see if new destinations are available
  • Will NOT interfere with use of a flying mount (e.g., FlyTo)

cheers & hope this helps,
chinajade
 
Hi, Odarn,

There is a distinction between flying mount use (e.g., FlyTo), and taking a Taxi.

The UseFlightPath checkbox:
  • Will cause the bot to use Taxis, when appropriate
  • Will cause the bot to visit any nearby Taxi master to see if new destinations are available
  • Will NOT interfere with use of a flying mount (e.g., FlyTo)

cheers & hope this helps,
chinajade
Okay, tthanks. And btw, i had not expected the fly nav option to be implemented so quickly! Really happy with it, hope the final touch (default is fly) will be as fast to come.
 
Back
Top