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

How to use flightpaths in profiles?

orangebread

New Member
Joined
Sep 9, 2013
Messages
15
Reaction score
0
I searched through forum and I can't find any documentation on how to use flightpaths in profiles. Does anyone have a snippet of code for an example? Much appreciated!
 
I searched through forum and I can't find any documentation on how to use flightpaths in profiles. Does anyone have a snippet of code for an example? Much appreciated!

Hi Orangebread,

Take a look a the TaxiRide custom behavior. Substantive documentation is at the top of the TaxiRide.cs file in the comments.

Taxis have a few problems:
  • The flightpath 'number' can change, based on what flightpaths you know.
  • If you choose to do it by 'text' instead of number, then the text is locale-specific.
    The locale changes based on the language the user has set for the OS/WoWclient.
  • There is no guarantee the user knows the destination flightpath...
    ...and there is no way to 'check' this

cheers,
chinajade
 
Back
Top