I'd love to see it convert for questing profiles, but it seems to have odd issues at least running in my VM. I can't see the text in the quest box, and it crashes like mad. But I still think it's a brilliant idea. It would be nice if you could copy/paste the objectives from the developer's tool and the turn in stuff. Guess I'll have to play my char to make the profile, eek.
Twist, Trying this out but 3 issues so far, can't get the Flyto to save only Runto? Second thing is getting the list to refresh in the questorder box does't seem to be working? Third thing is Remove item works once and then HB crashes refresh screen shows blank but the items are still there Watched your video but I guess it was made using older version? 1.0.8 is not working just plain crashes a lot Thanks
I will look into this today - can you elaborate on the remove item? Remove item from what? One of the listbox controls?
Remove item from Quest Order area. I downloaded 1.0.7 and installed it and remove items " Quests etc" works on that version but for the life of me I can't get flyto to work my error message Code: Warning: XML Error: Unknown tag "FlyTo" (Input: "<FlyTo QuestName="Meet the Scout" QuestId="32246" X="956.4564" Y="Y" Z="451.5978" />") in "QuestOrder"! - On line 20 I think flyto is custom and has to have destination and x,y,z?7
This is news to me but FlyTo is actually a custom behavior. <CustomBehavior File="FlyTo" X="2231.537" Y="5135.816" Z="5.345537" /> (thank you KickAzz)
So you have RunTo and FlyTo in objectives drop down, is there anyway to make the bot fly to a location to pick up a quest?
China had this to say on another topic? Not sure if it would work or not Honorbuddy already has this built-in. Just add a Nav="Fly" attribute to the appropriate <Mailbox> and <Vendor> entries in your profile. For instance: <Mailboxes> <Mailbox Name="Venomspite" X="3227.584" Y="-690.3423" Z="167.1267" Nav="Fly" /> </Mailboxes> <Vendors> <Vendor Name="Armorer Orkuruk" Id="25274" Type="Repair" X="2764.425" Y="6180.714" Z="83.45659" Nav="Fly" /> </Vendors> cheers, chinajade Actually I think you just need to change the code around, check this post from CJ http://www.thebuddyforum.com/honorb...ters-new-attribute-support-native-flying.html
Ok I finally got this going can you replace Flyto with Nav="Fly" I can't get moveto to work but this example works perfectly. <PickUp Nav="Fly" QuestName="Meet the Scout" QuestId="32246" GiverId="64610" GiverName="Lyalia" /> It defaults back to run if you can't fly so you don't need both for now
Awesome! Now if I can figure out how to keep bot from flying right into the building and getting stuck there trying to fly to turn quest in I will be doing good! Wish HB knew you can't fly through buildings
I tried to update this myself, got impatient lol but alas it is over my programming abilities once you get it updated I'll be glad to try using it some more. Thanks
I cant figure out how to make a new quest profile. It only lets me choose quests in my log. There are some quests that only require a turn in. Let say i found a Crab Leg this cooks wants every time i collect three of them i go to her turn them in. Never is in my quest log but she sits with a blue question mark above her head. When i try to manually punch in my information it overwrites to whats in my quest log.
Cant Find 1.0.7 Edit : http://www.thebuddyforum.com/honorb...-editor-creator-generator-14.html#post1349276
I think its the if statement you want. try to make a logic block (if) with a condition that looks for an itemid and then put a turn in inside that logicblock. So it only tries to turn it in if you have the item.
Every time i click add quest order it doesn't show up in the UI to the right. When i lick The UI it crashes honorbuddy. Same as this guy The Quest im trying to wrote is Meaty Crane Leg - Quest - World of Warcraft Item Meaty Crane Leg - Item - World of Warcraft I was thinking He collects 3 while grinding and shoots over to turn them in. Just an idea