What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

HB ARCHIVES: Kick's Old Posts Thread--DO NOT DELETE!

Status
Not open for further replies.
Hello, When running the August celestials daily it takes the starting quest and changes the profile to shado pan dailies and starts to do them. Would like to know if there is something wrong that i am doing
Thanks in advance
 
It still works. Occasionally the pause key stops working and when you try to open the bot menu it crashes hbuddy. Usually I'm scrambling between boss attempts to close and reopen the bot so I don't have a log handy but I'll try to remember to save one.
 
Problem at level 70 on horde profile. Tried to pick up "Foolish Endeavors" but quest isn't available.
 
Hello, When running the August celestials daily it takes the starting quest and changes the profile to shado pan dailies and starts to do them. Would like to know if there is something wrong that i am doing
Thanks in advance

Probably not. 2 of the 4 starter quests to AC aren't setup yet. The last few days I've been working on Operation: Shieldwall, and the bot was down for 1 of them. I will get to everything eventually, I just got sidetracked with the new addition because I know people are going to want it.

Thanks for using though!
 
heya,

when running cloud serpent, it picked up 3 quests, completed 1 correctly turned it in and moved to the Klaxxi,
no biggie but just wanted to mention,

the 2 he skipped were:
Madcap Mahem : Madcap Mayhem - Quest - World of Warcraft
Disarming the Enemy : Disarming the Enemy - Quest - World of Warcraft

love your work, saves me a lot of time will donate! thx m8

Thank you for your support! I'm working fast as I can with my schedule to try and get everything in. It's all coming together though!
 
so, sorry for asking, but when is Shieldwall coming up? (working one)

im just super lazy and dont wanna do any dailys!
thanks for awesome profiles :)
 
so, sorry for asking, but when is Shieldwall coming up? (working one)

im just super lazy and dont wanna do any dailys!
thanks for awesome profiles :)

Shieldwall is up now. However it only supports a few quests at the moment.

With 5.1, several of my profiles have broken, and I'm working to try and get these show stoppers fixed. I understand your laziness (dailies are so monotonous!) but please be patient with me while I attempt to make this profile setup work perfectly for everyone!
 
I ran this profile from start and it loaded fine and did all the tillers quests very nice except the ones in the list (that are not done yet).

When it continued to load the the klaxxi dailies it picked up those fine aswell. Altho later on when it was going to do "Shackles of manipulation" and some other quests is just flew there, marked it as completed and moved on. Did this for several other quests aswell. Flew back to Klaxxi npc place. Didnt turn a single quest in. Continued to load golden lotus where almost the same thing happend.


When this happend i stopped the bot and started it over again, so we are seeing several log files. Posting all of them so you can see what happend :D

Ps. Very good work on the profile, Let me know if i can help you with something to make this the most perfect profile ever.

Keep up the good work!

LOG FILES

View attachment 6828 2012-11-28 18.31.txt
View attachment 8756 2012-11-28 18.26.txt
View attachment 9712 2012-11-28 18.18.txt
View attachment 6552 2012-11-28 18.07.txt
View attachment 9168 2012-11-28 17.10.txt
View attachment 3008 2012-11-28 17.08.txt
 
TYTTE:

I haven't had a chance to look at your logs yet. I'm off to work in 10 and I just finished up 2 new Tillers quests. My thought is you need to do a fresh HB install (I just had the issue of missed pickups and turnins this morning because of that). If you have already, then sorry, and I will look into it, but give that a shot first.

Thanks for the logs, I'll get to them asap!
 
Shieldwall is up now. However it only supports a few quests at the moment.

With 5.1, several of my profiles have broken, and I'm working to try and get these show stoppers fixed. I understand your laziness (dailies are so monotonous!) but please be patient with me while I attempt to make this profile setup work perfectly for everyone!

sounds awesome! rather have perfect profiles than 50% finished etc, keep up (:
 
TYTTE:

I haven't had a chance to look at your logs yet. I'm off to work in 10 and I just finished up 2 new Tillers quests. My thought is you need to do a fresh HB install (I just had the issue of missed pickups and turnins this morning because of that). If you have already, then sorry, and I will look into it, but give that a shot first.

Thanks for the logs, I'll get to them asap!
thebrodieman:
I will try with a clean-install when i get home from my work in 2-3 hours. (Wasnt this cache issue worked out in a few releases(honorbuddy bot and not profile release) ago?)

Anyhow, I will try this and post new results when i get home :D
 
I just discovered an error in your Tiller daily pofile. Can't remember the places, but 2 or 3 times you've accidentally added <!-- at odd places like infront of "ifconfitions"... Anyway you know what I mean =) Just search for "--" in the Tiller profile. You'll find'em. =)
 
I just discovered an error in your Tiller daily pofile. Can't remember the places, but 2 or 3 times you've accidentally added <!-- at odd places like infront of "ifconfitions"... Anyway you know what I mean =) Just search for "--" in the Tiller profile. You'll find'em. =)

The only thing i found when looking through the tillers profile is

Code:
<!-- Lesson 1: Sliced Peaches -->
	<If Condition="HasQuest(31332) &amp;&amp; !IsQuestCompleted(31332)">
		<CustomBehavior File="Message" Text="Starting Lesson 1: Sliced Peaches" LogColor="Green"  />
		<CustomBehavior File="UserSettings" QuestId="31332" LootMobs="true" PullDistance="1" />
		<CustomBehavior File="FlyTo" X="-244.86" Y="575.95" Z="167.55" />
		<CustomBehavior File="ForcedDismount" />
		<CustomBehavior File="InteractWith" MobId="64231" BuyItemId="74660" BuyItemCount="5" />
		<TurnIn QuestName="Lesson 1: Sliced Peaches" QuestId="31332" TurnInName="Nomi" TurnInId="64337" />
	</If> [COLOR="#FF0000"][B]-->[/B][/COLOR]
 
The only thing i found when looking through the tillers profile is

Code:
<!-- Lesson 1: Sliced Peaches -->
	<If Condition="HasQuest(31332) && !IsQuestCompleted(31332)">
		<CustomBehavior File="Message" Text="Starting Lesson 1: Sliced Peaches" LogColor="Green"  />
		<CustomBehavior File="UserSettings" QuestId="31332" LootMobs="true" PullDistance="1" />
		<CustomBehavior File="FlyTo" X="-244.86" Y="575.95" Z="167.55" />
		<CustomBehavior File="ForcedDismount" />
		<CustomBehavior File="InteractWith" MobId="64231" BuyItemId="74660" BuyItemCount="5" />
		<TurnIn QuestName="Lesson 1: Sliced Peaches" QuestId="31332" TurnInName="Nomi" TurnInId="64337" />
	</If> [COLOR="#FF0000"][B]-->[/B][/COLOR]

That's my fault. I quickly commented out Nomi, but forgot to test or remove other comment markers. SHOULD be fixed but please let me know. I'm at work can't update to much or test anything.
 
still having this problem!
View attachment 70299LOL thx:D picked the wrong one...

Hello. The bot can't finish the quest, it can't pick a reward just keep interacting with npc. Happens all the time.

Code:
InteractDebug:525285224
Interact Done:525285224
System.AccessViolationException: Could not read bytes from 00000001 [299]!
   at Styx.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
   at Styx.MemoryManagement.MemoryBase.ReadString(IntPtr address, Encoding encoding, Int32 maxLength, Boolean relative)
   at Styx.WoWInternals.WoWObjects.ItemInfo.get_Name()
   at Bots.Quest.Actions.ActionSelectReward.Run(Object context)
   at Styx.TreeSharp.Action.RunAction(Object context)
   at Styx.TreeSharp.Action..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.Sequence..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.DecoratorContinue..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.Sequence..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.DecoratorContinue..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.Sequence..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.Decorator..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.Decorator..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Bots.Quest.Actions.ForcedBehaviorExecutor..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Bots.Quest.Actions.ForcedBehaviorExecutor..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.CommonBot.TreeRoot.()
Cleared POI - Reason Exception in Root.Tick()
Cleared POI
Changed POI to:Type: QuestTurnIn
 
Horde the Jade Forest lvl 85-86.
At orgrimmar I did the Quest as i hit lvl 85 to go onto the boat that is way up in the air.
on the boat
Went to load your script with honor buddy version .518
the bot Opens up a small white window saying.
You must be Horde to use this profile
stop bot or continue profile, i hit continue profile, and the window just refreshes.

i did the first few Quests manually, that solved nothing.

Hope there will be a fix soon. :D

Tryed other profiles and they work, so i don't really think its HB version .518 related.
 
[A - Quest] EK 12-58 [Kick].xml
Quest 'A Perfect Costume' is not configured for Pandaren race (different quest ids for each race) -> bot tries to pickup next quest in the series and stall.


This seems to work:

<!-- InsertBegin -->
<If Condition="Me.Race == WoWRace.Pandaren">
<PickUp QuestName="A Perfect Costume" QuestId="28203" GiverName="Thelaron Direneedle" GiverId="48001" />
<While Condition="((HasQuest(28203)) &amp;&amp; (!IsQuestCompleted(28203)))" >
<CustomBehavior File="InteractWith" QuestId="28203" ObjectType="Gameobject" MobId="206947" GossipOptions="1, 4, 1, 3" NumOfTimes="1" WaitTime="1000" CollectionDistance="50" X="-7954.528" Y="-1898.745" Z="131.9331" />
<CustomBehavior File="InteractWith" MobId="48001" NumOfTimes="1" GossipOptions="1" WaitTime="1000" CollectionDistance="50" X="-7954.528" Y="-1898.745" Z="131.9331" />
</While>
<TurnIn QuestName="A Perfect Costume" QuestId="28203" TurnInName="John J. Keeshan" TurnInId="48109" />
</If>
<!-- InsertEnd-->
 
Last edited:
Status
Not open for further replies.
Back
Top