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

Developer Tool fails to generate NPC id's.

frodzet

Member
Joined
Mar 6, 2012
Messages
339
Reaction score
14
Greetings,

I just did not have time to report my issue, but since the latest HB update the Developer Tools will no longer generate NPC Id's or Names. An example could be the following:

PHP:
<PickUp QuestName="Return to Razor Hill" QuestId="6386" GiverName="" GiverId="" />

Two more examples:

PHP:
<PickUp QuestName="The Burning Blade" QuestId="25232" GiverName="" GiverId="" />
<Objective QuestName="The Burning Blade" QuestId="25232" Type="CollectItem" ItemId="52564" CollectCount="6" />
<TurnIn QuestName="The Burning Blade" QuestId="25232" TurnInName="" TurnInId="" />

PHP:
<PickUp QuestName="Storming the Beaches" QuestId="25177" GiverName="" GiverId="" />
<Objective QuestName="Storming the Beaches" QuestId="25177" Type="KillMob" MobId="39272" KillCount="11" />
<TurnIn QuestName="Storming the Beaches" QuestId="25177" TurnInName="" TurnInId="" />

As you can see the objectives are generating info just fine, but again PickUp/TurnIn ID's are not generated.

I have tried a fresh install of Honorbuddy with no success.

Regards,
fRodzet
 
the same happens on a fresh Hb installation ?
 
the same happens on a fresh Hb installation ?

Could be that you just missed the last line in my post: I have tried a fresh install of Honorbuddy with no success. :-D

So yeah it still happens and it's kinda weird that the rest information is generated just fine, but the NPC id's. :-)

I need to do a fresh install of Windows anyhow, so i will report back to you if this fixes anything (i doubt it though, doesn't really seem like a system file issue or a missing/outdated dependency)
 
Last edited:
Hi, Frodzet, and thanks for the report and great details.

We were able to quickly replicate the problem, and we've opened HB-1908 ("Developer Tool fails to generate NPC Names and Ids") against this issue.

In the future, it would be best if you reported such things to the Release thread.

cheers,
chinajade
 
Last edited:
Chinajade in the future i will post in the correct thread, thanks for the heads up :-)

Yeah i just found that it definitely cannot be a problem on my side, as a fresh Windows install didn't cut it either :-) Thanks for taking your time to post :-)
 
Back
Top