had some troubles with the quest in coldara where you break the eggs.. got 5 axes.. broke one egg then just returned and tried to complete the quest.. well i stopped there coz it;ll never complete it.. completed it.. restart -> bot when buggers anyway. i hit 73 with this profile (BOA equipped with fully rested exp) i think i'll just move onto your dragonblight one.. i WAS going to use your grizzly hills but found out it now starts with (grindto 76 :O ) cheers mate
Fresh install of HB 3895 and still getting the stop after picking up Enemies of the light. it's giving me the same errors as in my previous post. I can't imagine what I'm doing differently to be the only one getting this problem?
lol sorry, i was using a level 75 to do dragonblight xD i'll fix it for the eggs, i'll look into what's wrong with that. It worked fine when I did it Errors: error CS0006: Metadata file 'Tripper.Tools.dll' could not be found Honorbuddy stopped uh, something is wrong with your HB, or .net 3.5 sp1 isn't installed / configured correctly. :\ check out the support section
Yeah I looked it up, and did what was suggested in another thread. It's been progressing along just fine. On the "Take No Chances" quest, it kept trying to turn it in with 7/8 bales of hay burned. I don't know if this is a one time bug for me or if it's something in the code, but I was hoping you could check on it. I'll keep going with it and report back.
Sael, contact Tony on live support in regards to your Tripper.Tools error Tony@Honorbuddy.com (MSN Messenger) and i'll look into the burning hay issue
Actually I got it fixed by looking at a previous post of his. It's amazing how obvious an error is when you actually LOOK at the log and see what it says is the problem lol. I replaced the tripper.tools.dll and it continued after Enemies of the Light just fine One thing I've noticed is that for quests that require being underwater, 2 of which I've done so far: "The Emissary" and "In Wine, Truth", after it eventually completes the quest objective, the inevitable result is drowning. Is this a profile thing or an HB thing? EDIT: And of course after asking I do a TINY bit of research and see an anti-drowning plug-in on the board. I suppose that would have helped. Though it's from...July so I don't think its working atm. ok it wouldn't resume after killing Leviroth for "The Emissary" quest. It's stuck on: [10:57:05 AM:483] Goal: Picking up The Emissary [10:57:05 AM:874] Goal: Goal: Move to <1543.178, 5705.408, 1.219794> It just wont go turn it in. I abandoned the emissary quest, and then restarted it and it headed back to pick up "Enlistment Day" which is the first Borean quest. I guess it was going through the whole check, but I went afk, and when I came back, WoW had crashed. In the glider log though, I did notice that the anti-drown plugin was working as it said going up for air. Though now, I'm stuck waiting for it to go turn in the emissary and continue questing. Any ideas?
yeah a couple of "special" things that I did with the borean one was using myCTM - but it currently requires a questId, I have KaZ working on making the QuestId optional so that we can get around these stupid water errors
myCTM basically ignores navmesh and tells the bot to "point and click here" and it goes there like GB navigation... but then you also may get stuck on something and the bot can't help you so that's why I don't use it much. It's basically to do some of the water quests
Thanks for your hard work! For the quest In Wine, Trust like stated before it does the quest but then dies, after manually rezzing it just stood there, so I manually tuned it in, now it constantly tries to accept the quest after it has already been completed and turned in, is there a way passed this?
stop, reload profile, click start. sometimes the bot gets confuzzled if you stop / start a lot. and i'll work on that wine quest thing, the CTM should work unless you went around doing quests manually
finally fixed this quest correctly: Death From Above PHP: <If Condition="((HasQuest(11889)) && (!IsQuestCompleted(11889)))" > <CustomBehavior File="UseItemAtRange" QuestId="11889" ObjectType="Npc" MobId="25582" ItemId="35278" NumOfTimes="50" WaitTime="1000" RangeWanted="30" CollectionDistance="100" X="2193.77" Y="5396.746" Z="0.1646834" /> </If> <Objective QuestName="Death From Above" QuestId="11889" Type="KillMob" MobId="25582" MobName="Scourged Flamespitter" KillCount="6" /> Ty KaZ for a working CB! Notes: I also fixed the wine quest ... I change myCTM to BasicMovement CB
it looks like when I was going through and messing around with this, I commented out quest 12035 - I have uncommented it so that myCTM works my bad
Been using this a bit today and it's been good so far but it got stuck at the point for collecting 5 winterfin clams, it just sat there and did nothing so I manually collected them so it could continue on.
same probem: when it has to cross water for some reason it just can't in the debug it says : cannot generate full path blabla
PHP: <PickUp QuestName="Winterfin Commerce" QuestId="11559" GiverName="King Mrgl-Mrgl" GiverId="25197" GiverType="NPC" /> <!-- looting these from ground doesn't work with collectitem <Objective QuestName="Winterfin Commerce" QuestId="11559" Type="CollectItem" CollectCount="5" ItemId="34597" /> --> <If Condition="((HasQuest(11559)) && (!IsQuestCompleted(11559)))" > <CustomBehavior File="MyCTM" QuestId="11559" Location="4266.167 6233.443 -0.06203166" /> <CustomBehavior File="InteractWith" QuestId="11559" ObjectType="Gameobject" MobId="187367" NumOfTimes="8" CollectionDistance="500" X="4266.167" Y="6233.443" Z="-0.06203166" /> </If> <TurnIn QuestName="Winterfin Commerce" QuestId="11559" TurnInName="Ahlurglgr" TurnInId="25206" /> Added a myCTM (note: if you restart while on this quest, you'll go there)