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

Dev question: Best way to get TurnInId?

rrrix

New Member
Joined
Jul 11, 2010
Messages
3,449
Reaction score
61
HB has that super cool "QuestOrder" button. Unfortunately it doesn't populate the GiverName, GiverId, TurnInId or TurnInName fields on PickUp and TurnIn elements:

Code:
<PickUp QuestName="Stonefather's Boon" QuestId="26499" GiverName="" GiverId="" />
<Objective QuestName="Stonefather's Boon" QuestId="26499" Type="KillMob" MobId="43138" KillCount="12" />
<Objective QuestName="Stonefather's Boon" QuestId="26499" Type="CollectItem" ItemId="58884" CollectCount="1" />
<TurnIn QuestName="Stonefather's Boon" QuestId="26499" TurnInName="" TurnInId="" />

It seems like there could be an easier way than going to WoWHead, looking up the quest, finding the Turn In NPC and Copy-Pasting in the ID. There must be an easier way! This is painful!

I'm fully versed in C# and I've been digging through the Styx API, but I'm unable to find an easy way to interpolate the NPC TurnInId from the Quest information.

What's the best way to get this automated? LUA? Styx API? Wowhead parsing?

Thanks,

rrrix
 
Back
Top