CodenameG New Member Joined Jan 15, 2010 Messages 38,364 Reaction score 231 Jan 10, 2011 #2 Smarter said: Possible? Click to expand... from npc id? no not unless you have a list and you build a method to do it.
Smarter said: Possible? Click to expand... from npc id? no not unless you have a list and you build a method to do it.
Smarter Member Joined Jan 15, 2010 Messages 763 Reaction score 9 Jan 10, 2011 #3 CodenameG said: from npc id? no not unless you have a list and you build a method to do it. Click to expand... I was wondering if it was possible to get it from the DBC's. That's all.
CodenameG said: from npc id? no not unless you have a list and you build a method to do it. Click to expand... I was wondering if it was possible to get it from the DBC's. That's all.
CodenameG New Member Joined Jan 15, 2010 Messages 38,364 Reaction score 231 Jan 10, 2011 #4 Smarter said: I was wondering if it was possible to get it from the DBC's. That's all. Click to expand... NPC's, WoWObjects, WoWPlayers, WoWUnits, are all server side since they can get changed at any time. im 90% sure it cant be done.
Smarter said: I was wondering if it was possible to get it from the DBC's. That's all. Click to expand... NPC's, WoWObjects, WoWPlayers, WoWUnits, are all server side since they can get changed at any time. im 90% sure it cant be done.
Apoc Well-Known Member Joined Jan 16, 2010 Messages 2,790 Reaction score 94 Jan 10, 2011 #5 Check the NpcQueries class (Styx.Database.NpcQueries) If the trainer is in the DB, you can get the location from there.
Check the NpcQueries class (Styx.Database.NpcQueries) If the trainer is in the DB, you can get the location from there.
Smarter Member Joined Jan 15, 2010 Messages 763 Reaction score 9 Jan 10, 2011 #6 Apoc said: Check the NpcQueries class (Styx.Database.NpcQueries) If the trainer is in the DB, you can get the location from there. Click to expand... Awesome, any enum of TrainerType?
Apoc said: Check the NpcQueries class (Styx.Database.NpcQueries) If the trainer is in the DB, you can get the location from there. Click to expand... Awesome, any enum of TrainerType?