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.
Ehrm its just completly stuck learnign flight paths I tried disabling it, still does it.
 
bug when i try start quests after done some quests in ashenvale i got an error Could not find quest giver NPC with ID 33837 in database. i got log for better help.
 
<Vendor Name="Jerrik Highmountain" Entry="34626" Type="Repair" X="-1458.909" Y="-3281.963" Z="209.114" />

This is in the barrens (North) - my char kept trying to pick up his quest and kept getting YOU DO NOT MEET THE REQUIREMENTS FOR THIS QUEST. Over and over and over and over.
 
I was in an Alterac Valley yesterday early in the morning and I was checking on my bot and he was standing in the Field of Strife with about 7 other bots all just sitting there. Some guy in chat was like, want to know how many bots are here just look at the center of the map they are all just sitting there. Luckily I was at the computer and manually started to play that bg. As w00t said we could use some new logic plz.
 
I was in an Alterac Valley yesterday early in the morning and I was checking on my bot and he was standing in the Field of Strife with about 7 other bots all just sitting there. Some guy in chat was like, want to know how many bots are here just look at the center of the map they are all just sitting there. Luckily I was at the computer and manually started to play that bg. As w00t said we could use some new logic plz.

the logic is fine; you need to customize your hotspots
 
the logic is fine; you need to customize your hotspots

I was looking at that in the profile it self but I dont understand what those other 3 numbers represent besides the coordinates? Is there a link/guide you could give me to understanding how to make new hotspots. I have then set on Random already but I belive bg bot stops and waits for a small amount of time where others have congregated so I dont understand how to fix this. Any help would be appreciated.
 
guide:

find areas you want your bot to run to
get the hotspot
override the hotspot
save
restart bot
 
I believe the bot needs better BG support also. I also don't believe it needs to be explained; the bot should always work as good as Squire + ShamWoW does.
 
And again: please implement CC profile change without restart the bot.
And another question: why the bot precomiles profiles each time if I start the bot? It takes too much time.
 
I was in an Alterac Valley yesterday early in the morning and I was checking on my bot and he was standing in the Field of Strife with about 7 other bots all just sitting there. Some guy in chat was like, want to know how many bots are here just look at the center of the map they are all just sitting there. Luckily I was at the computer and manually started to play that bg. As w00t said we could use some new logic plz.


If you were running my AV profile, you should have noted it on the forums because that was obviously some sort of HB error. Bot shouldnt sit anywhere for any reason.
 
Developing a CC is frustrating to restart the bot every time you make an edit. A simple "Reload CC" button that'd recompile and restart the bot (if without errors) should be perfect.
 
Wants to grind to 80 after finishing some quests in Storm Peaks, i really dont want to be banned from grinding. And no other profile is seen for 78-80. Depressing.
 
You have entered a wrong condition to start the quests for uldum for horde.

Code:
		<!-- Horde quests that lead to Uldum -->
		<If Condition="(Me.Horde)" >

Must change to.

Code:
		<!-- Horde quests that lead to Uldum -->
		<If Condition="(Me.IsHorde)" >
 
Last edited:
I am a level 32 Orc Warrior and am questing in Ashenvale/Desolace and I have been sitting at the same NPC trying to pick up the same quest for hours on end. I will save you the trouble of looking through the entire log and post what the majority of the log states.


[4:26:34 AM:823] Cleared POI
[4:26:34 AM:991] Changed POI to:Type: QuestPickUp
[4:26:35 AM:227] InteractDebug:1146840136
[4:26:35 AM:227] Interact Done:1146840136
[4:26:37 AM:822] Cleared POI - Reason Quest Completed
[4:26:37 AM:822] Cleared POI
[4:26:37 AM:991] Changed POI to:Type: QuestPickUp
[4:26:38 AM:259] InteractDebug:1146840136
[4:26:38 AM:260] Interact Done:1146840136
[4:26:40 AM:407] Cleared POI - Reason Quest Completed
[4:26:40 AM:407] Cleared POI


It is sitting at the Witch Doctor Jin'zil NPC trying to pick up the quest Nura Pathfinder. If you can tell me why that is or even how to fix it I would greatly appreciate it.
 
Using heart stone in the end for horde is no good. first you entered the wrong quest id so it tries to run, second it is smoother to use a fly to...

Code:
			<If Condition="(Me.IsHorde)" >
		<PickUp QuestName="The Battle Is Won, The War Goes On" QuestId="27399" GiverName="Commander Jarod Shadowsong" GiverId="40772" />
			<If Condition="(HasQuest(27399))" >
				<CustomBehavior File="FlyTo" X="2294.958" Y="-4359.836" Z="407.4411" />
				<CustomBehavior File="FlyTo" X="2042.58" Y="-4381.386" Z="99.21525" />
			</If>
		<TurnIn QuestName="The Battle Is Won, The War Goes On" QuestId="27399" TurnInName="Farseer Krogar" TurnInId="45244" />
			</If>
 
I've had this problem on all 3 of my guys that I leveled. In Borean Tundra that little elevator at the air station it seems to not want to go up it. sometimes it will and sometimes it won't I wish I had a log but I have so many in there i don't know which one it is. Not sure if this has been brought to your attention before
 
Status
Not open for further replies.
Back
Top