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.
This profile is currently being totally redone to support the new techniques that are with the new HB and that I have discovered when making profiles. The update will take some time though as it is a whole ton of quests.

Cant wait until release, good luck with it, yeah its aaa looot of quests O.o.
 
Is it the CC or this profile... im not sure?
But sometimes when the bot is going to attack, its walking to far and then standing not in front of the enemy... im just baby sitting it right now... but thats kinda weird, i have no clue how to fix it?
 
Installation
place Allrounder folder into plugins folder.
enable allrounder in HB plugins tab
open settings and enable what you want toon to do
open guildwithdraw and set.. open guilddeposit and set..
save settings
start bot..
(would only use Guildwithdraw with crafting toon and not for usual use of HB as it spams guild open then craft so dont AFK).. you have been warned..

you say just start bot? its just that easy?
cause I can't figure it out at the moment..
 
hmm

I had that issue also. I upgraded to Honorbuddy 2.0.0.4910 from the prior version and so far so good. If you haven't maybe upgrade to the latest hb and see if it resolves that for you also.
 
Profile keeps stopping..
says :

[UserSettings-v147(warning) @line 5829]: Attribute 'PullDistance' is not recognized by this behavior--ignoring it.
[UserSettings-v147(error) @line 5829]: Stopping Honorbuddy. Please repair the profile!
 
and is it working in PB too?
<code><code>
<CustomBehavior File="RunMacro" Macro="/use Hearthstone" NumOfTimes="1" WaitTime="1000" />
<
CustomBehavior File="WaitTimer" WaitTime="11000" GoalText="Waiting for Hearth {TimeRemaining}" />
</code></code>

Use a 'Custom Action' with this code. Lua.Dostring("UseItemByName(6948)");
and put it inside an 'If Condition' with condition set to !Me.IsFlying so that it doesn't try to hearth while it's flying around but the next time it lands to harvest a node it'll use it. Also below the below the 'Custom Action' you'll probably want to use a 'Wait' Action with timeout set to something like 11000
 
When I use the 1-525 Mine and Herb profile, it doesn't level up it just keeps collecting nor does it move zones. Do I need to edit something?
if you're using the test version of HB there are some api changes in HB and GB2 is now build into HB so I had to update my profiles to reflect on these changes. Try the profiles that I attached to 1st post.
 
Thanks :) I ahve gotten to level 40 using this, having to take out quests that are no longer available, and intervening a little bit, but after level 30, it does a LOT better.
 
Use a 'Custom Action' with this code. Lua.Dostring("UseItemByName(6948)");
and put it inside an 'If Condition' with condition set to !Me.IsFlying so that it doesn't try to hearth while it's flying around but the next time it lands to harvest a node it'll use it. Also below the below the 'Custom Action' you'll probably want to use a 'Wait' Action with timeout set to something like 11000

you can also put a:

PHP:
				<CustomBehavior File="ForcedDismount" />

before these macro's so that it lands (it doesn't /dismount, it lands safely and then dismounts) if highvoltz has it coded to accept quest behaviors
 
Last edited:
you can also put a:

PHP:
				<CustomBehavior File="ForcedDismount" />

before these macro's so that it lands (it doesn't /dismount, it lands safely and then dismounts) if highvoltz has it coded to accept quest behaviors
PB doesn't support QAs,but now I recall Mount.Dismount() has the same effect.
Just put this in the Custom Action.
PHP:
Mount.Dismount();Lua.DoString("UseItemByName(6948)");
 
Last edited:
PHP:
			<If Condition="((HasQuest(11968)) &amp;&amp; (IsQuestCompleted(11968)))" >
				<CustomBehavior File="FlyTo" DestName="Turnin Quest" X="2793.209" Y="4697.388" Z="1.862418" />
				<CustomBehavior File="ForcedDismount" />
		<TurnIn QuestName="The Tides Turn" QuestId="11968" TurnInName="Elder Muahit" TurnInId="26218" />
		<PickUp QuestName="Travel to Moa'ki Harbor" QuestId="12117" GiverName="Hotawa" GiverId="28382" />
			</If>
			<If Condition="((!HasQuest(12117)) &amp;&amp; (!IsQuestCompleted(12117)))" >
				<CustomBehavior File="FlyTo" DestName="Pickup Quest" X="2793.209" Y="4697.388" Z="1.862418" />
				<CustomBehavior File="ForcedDismount" />
		<PickUp QuestName="Travel to Moa'ki Harbor" QuestId="12117" GiverName="Hotawa" GiverId="28382" />
			</If>
			<!-- End of Kaskala Quests -->
This is my code - is there an issue?

yeah actually everytime i stop start the bot (a day after...) it does the dailies... then goes and tries to pick up "Travel to Moaki Harbor"
i've already progressed to grizzly hills :P
 
Profile keeps stopping..
says :

[UserSettings-v147(warning) @line 5829]: Attribute 'PullDistance' is not recognized by this behavior--ignoring it.
[UserSettings-v147(error) @line 5829]: Stopping Honorbuddy. Please repair the profile!
delete hb and redownload (or if you're cool like me - http://www.thebuddyforum.com/honorb...-[behavior-patch-4910-only]-usersettings.html)

yeah actually everytime i stop start the bot (a day after...) it does the dailies... then goes and tries to pick up "Travel to Moaki Harbor"
i've already progressed to grizzly hills :P
just keep deleting it :P and it only does the daily if it's in borean (which - if it goes to pick up this quest and then you stop /start it, you're in borean again. oh the irony)
 
Status
Not open for further replies.
Back
Top