Sorry Twist, Been busy today. Did a few quests for my farming toons. Did the timeless isle zone starting quests and worked a treat! Really easy to use. Crashed a few times and nothing in the logs but otherwise good. Thanks heaps for this! Should sort out a donate link mate
Just uploaded a new version this one has support for if/while logic as well as some general bug fixes.
Thanks! I think it deserves a sticky too, but it seems a bit conceited for the developer to request one for his own plugin. I think its a community driven thing..
I think that this can be a serious step towards a fully working complete 100% AFK 1-90 questing profile.
I would prefer that - but there's no way to auto-update it since it needs to be compiled by HB. It would be easier for me to update though =P
1) Vendors seems not to be working right. I click on "add current target" but the Vendor not shows up in the field. Then when i click "remove selected", the list refeshed and the vendor is shown. It should refesh the list when Vendor is added ;-) 2) Look at this Screen: and to the same when TurnIn is selected...and clear both when "objective" is selected 3) add a button to "mob id" so when objective selected and typ is killmob to insert automatic the current target id / name (same as the T button for Pickup and turnin) and where do i set the hotspots for the killmob area? 4) Vendors seems not be saved in the profile: Code: <?xml version="1.0" encoding="utf-8"?> <HBProfile> <Name>[Eclipse][H - Quest] Orc 1-5 [Spegeli]</Name> <MinLevel>1</MinLevel> <MaxLevel>90</MaxLevel> <AvoidMobs /> <Blackspots /> <Blackspots /> <QuestOrder> <PickUp QuestName="Euer Platz in der Welt" QuestId="25152" GiverId="10176" GiverName="Kaltunk" /> <TurnIn QuestName="Euer Platz in der Welt" QuestId="25152" TurnInId="3143" TurnInName="Gornek" /> <PickUp QuestName="Scharfe Z?hne" QuestId="25126" GiverId="3143" GiverName="Gornek" /> <Objective QuestName="Scharfe Z?hne" QuestId="25126" Type="KillMob" KillCount="6" MobId="3098" MobName="Scheckiger Eber" /> </QuestOrder> </HBProfile> 5) Options needed for: Code: <MinDurability>0.3</MinDurability> <MinFreeBagSlots>3</MinFreeBagSlots> <SellGrey>True</SellGrey> <SellWhite>True</SellWhite> <SellGreen>True</SellGreen> <SellBlue>False</SellBlue> <SellPurple>False</SellPurple> <MailGrey>False</MailGrey> <MailWhite>True</MailWhite> <MailGreen>True</MailGreen> <MailBlue>True</MailBlue> <MailPurple>True</MailPurple> and for mailboxes: Code: <Mailboxes> <!--Sen'jin Village Mailbox--> <Mailbox X="-816.5651" Y="-4926.866" Z="19.88713"/> <!--Razor Hill Mailbox--> <Mailbox X="321.0783" Y="-4708.963" Z="14.15302"/> </Mailboxes> 6) The Y-Cords seems to be nt showing right: 7) When i load a new profile it not removes the infos from the profile before:
Looks very good, but then it does not take forever to get has entered every quest from level 1-90 by hand?
Yeah it does - but you only have to do it once. And you can save and load profiles. I thought about using online sources to auto-generate the questing profiles. I think it would need so much tweaking though it might not be worth it. I would have to play with it.
Yeah he has a plugin that updates his profiles. You cant update your plugin with itself. Since it needs to be compiled.
You might have an old version - this has been fixed as of 1.0.02 This has now been fixed! Thanks for finding this! I didnt notice i had mistyped the output block parent. There is no need to clear them - they arent used if they are disabled. it pupulated the object with them but its not output to the XML. Im adding this right now! Thanks again!
You should take a look into ProfessionBuddy's Updater it use the SVN rev. to check for updates, update files, and log that you've to restart HB to make changes work would be a good start to do it ! Very good plugin tho, nice work, everyone will love doing their own private quests profiles
I've not tried it yet but a massive credit to you for doing something like this. There's lots of "normal" profiles that get posted all the time so it's fantastic to see things like this posted from time to time. Hope you get it running as you want, keep up the good work.
Ver1.0.0.4 Now Available to download Vendors werent being outputted in the final XML export. this has been fixed The Y coordinate in the quest orders was grabbing the wrong value. (this has been fixed) Added Mailboxes to lists and to Output XML Added more error handling on Profile Import. (more profiles should be able to load successfully now) Loading consecutive profiles caused duplicated information - this has been resolved. prevented Adding a collectItem quest without specificing a collectcount. Added Colors to inputs. Added a "search nearby" to find mobs without having to locate them in game. Double clicking on these mobs will populate them into mobid and mobname. As always, happy to hear feedback from the HB Team!