I have the bugs that i could find fixed. A few of the interface buttons on the features that I dont use often werent hooked up. Those have been updated. I haven't updated the NAV bit yet though.
UPDATE: Wednesday 08 January 2014 7:00pm! (PST (GMT-8)) New Version 1.0.0.9 Added zygor profile import, alpha version of DB profile creator, crash fixes, Nav=fly and more!
Scanned through a few of the pages - trying to find out how to incorporate the Zygor Profiles. Any tips on where or how I can get started?
I intend to post a disclaimer about zygor only being a baseline to start that its NOT fully implemented. It will import every quest that Zygor has in a profile. it however will NOT do logic statements and if you attempt to load a profile freshly generated with hb - it will probably crash. What it DOES do is give you evey single quest in the same order that zygor has them without you having to put them all in manually. And THAT is priceless.
I had this same problem with murlocs in the undead starting area- I ended up just skipping the quest. This isn't a shortcoming of Eclipse profile editor, just the fact that i dont know how HB expects that bahvior to look in a profile.
So it is not load the profile from zygor map/guide/ally-horde and then i pick him profile and load it but i see then only pickup,runto,turnin shit from him
It loads the basic quest order in the same order that Zygor has. But you have to fill in all the other information. However, teh zygor profile that i was testing with had like 500 quests. Importing 500 quest orders is better than entering 500 quest orders. haha.
Twist, I am still getting these HB crashes when you try to remove a "Pickup" From the quest window and save it? Nothing really in the log's as to why it is crashing. 1.0.7 doesn't crash but 1.0.8 and 1.0.9 both do. Yea it also won't save the file after you start a new profile and add a quest. Says it's saving but it's not. No error is log. Again 1.0.7 works for me so I am not sure what the problem is.
Hmm. Ok, are you loading a profile at all? or just any quest order you add just crashes it? or only pickup quest orders?
I tried first loading a profile I was working on. Removed a pickup up quest hit save and HB crashed Then I tried to create a new on from scratch it saved fine until I added the first quest. hit save it never would save the quest?
Just notice Nav="Fly" Is not correct in 1.0.9 it should print up like this <PickUp Nav="Fly" QuestName="Meet the Scout" QuestId="32246" GiverId="64610" GiverName="Lyalia" /> But this is how it's doing it, it will not work it just runs to target. <FlyTo QuestName="Meet the Scout" QuestId="32246" X="-1019.425" Y="-1050.382" Z="0.9514488" /> Pickup and Turnin should be this way
It looks like my most recent change didn't get into the release... that might be why the other things i failing... This makes much more sense.
This is how it should print out the profile. Did this by hand. This works correctly. Try to make one like this with profile maker it show FlyTo not Nav="Fly" <QuestOrder> <PickUp Nav="Fly" QuestName="Meet the Scout" QuestId="32246" GiverId="64610" GiverName="Lyalia" /> <RunTo X="859.7547" Y="363.2616" Z="502.1506" /> <TurnIn Nav="Fly" QuestName="Meet the Scout" QuestId="32246" TurnInId="68311" TurnInName="Scout Lynna" /> </QuestOrder>
I haven't been updating this very quickly recently because I have been working on something that i think could make this obsolete. The idea is that everyone would contribute to create a perfect quest order for every class and level. No more separate profiles that may or may not work. The idea is that if something doesn't work right you could fix it for everyone.