iggi66
New Member
- Joined
- Jan 15, 2010
- Messages
- 389
- Reaction score
- 24
I'm pretty shure that all Objective tags are inside a Quest tag or inside the QuestOrder, but thanks for the hint. I will look into it to make it XML valid.Questing is not an issue. The <Objective> tag *must* be contained in a <Quest> tag, or <QuestOrder> tag. Not just by itself. It is not valid XML for HB2 profiles. (Thusly; not an issue with my editor)
As for the editor not properly showing the names of the continents; this is due to a somewhat lazy way of handling the names. I read the DBCs in whatever locale the current user's WoW is. (In your case, I'd assume a non-English version) This has inherent flaws, mostly due to some bugs in my DBC code. I'll look at it again, and see if I can solve the issue.
If I can help you with your DBC issues just let me know it. I'm on a german client and could provide more informations or even upload them.