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

[Request] Add flight points when nearby

pbettell

Member
Joined
Mar 14, 2010
Messages
432
Reaction score
17
So I've tried to do this with a plugin, and I'm beyond my abilities. What I'm looking for is a plugin, that if you are near a flight point, and don't have it added yet, it will run over and add it for you automatically. Think that this will look a bit more "human" in that you won't have a char with 2 flight points at lvl60.

The ultimate end of this plugin would be that it uses flight points rather than running all the way across the map.

Cheers.
 
I found it hard to determine if we already know the flight point or not.
 
Same prob I had, wondering if there is a way to reference quest helper (the addon), because that has a DB of known flight points for a particular char
 
Step 1, DL Flight_Path_UI Mod, will get every FP if your near a FP, if you have it, it wont get it, if you don't it will, get it. and any future FP blizz adds, it will have them also.

Tips to get it: Google Flight Path UI, first link.
 
Step 1, DL Flight_Path_UI Mod, will get every FP if your near a FP, if you have it, it wont get it, if you don't it will, get it. and any future FP blizz adds, it will have them also.

Tips to get it: Google Flight Path UI, first link.
It's easy to fetch the data with LUA (after visiting the FP once to load the data), but nothing in the WoWUnit object flags known flight point.

Edit:
Code:
/script DEFAULT_CHAT_FRAME:AddMessage(NumTaxiNodes())
 
Last edited:
Flightmasters that are "new" for your character have a green symbol floating over their head until you talked to them and learned the flightpoint. It could be added indeed to the API
 
I'd love HB to be able to get flight paths. Having a lvl 80 with about 5 FP's looks stupid.
 
Its just a matter of figuring out if you know it or not, idk if the code above will tell you that.
 
unit.InteractType == WoWInteractType.TaxiPathAvailable

Been there for a while. ;)
 
So as I said in the first post - I don't really know how to make this work, is anybody willing to try for me/us??
 
im kinda woking on my protected items plugin but i might give it a stab.
 
I'm trying right now, but if you could check back in a couple of days and see if I've got anything that would be great.
 
Apart from the fact that no one can actually see how many flight paths you have?

Yes but when you're in a group and going somewhere and you don't have a flight path to that place, you look like a tard.
 
Back
Top