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.
Hey i started getting something i wil post a log below, but can someone explain what is it?

[CombatUseItemOn-v195(warning) @line 171]: Attribute 'CollectionDistance' is not recognized by this behavior--ignoring it.
[CombatUseItemOn-v195(warning) @line 171]: Attribute 'Range' is not recognized by this behavior--ignoring it.
[CombatUseItemOn-v195(warning) @line 171]: Attribute 'WaitTime' is not recognized by this behavior--ignoring it.


And all behaviors are in a proper folder. I checked it 2 times already.

That's not a problem, just ignore it.

<Vendor Name="High Executor Derrington" Entry="10837" Type="Repair" X="1759.283" Y="-729.0208" Z="60.06505" />

My char keeps trying to accept a quest I think... I am not really sure. He keeps loading up the NPC's screen (to accept a quest) but then closes it. Opens, then closes, repeats over and over.

Any quick fix?

I'm sure you've not finished each of the profiles (you didn't let them run through all the way to the end). If that's the case your on your own.

hmmm mychar stopped @ level 57 with this profile :( and no bc profiles found :/

The profiles are GUARANTEED to take you to 58. You've either started Azenius on a already existing character at something something level or you haven't let it run through all the profiles. And the thing about the BC profiles, I'm going to let you figure that one out on your own.
 
Last edited:
Lvl 40 Shaman In dustwallow marsh right now every time i start the bot its says moving to hot spot but the char doesnt move or do anything....Thats whats written in navigation : [9:50:24 AM:020] Could not generate path from {-4619.215, -3171.275, 34.8126} to {1687.227, -2193.085, 60.04942} (time used: 0 milliseconds) @ FindEndPoly
 
In Zangarmarsh the bot tried to grab a quest that wasn't there until you hit friendly with Cenarion Expidition. It was from Lethyn Moonfire in Cenarion Refuge.

Same problem in Nagrand with Captain Kroghan and Seer Nakha. Tried to pick a quest that had a level 67 requirement, had to remove it from the profile.

Thanks for a great bot btw :D It was been working just fine beside these small things.
 
Last edited:
Now it Says : Moving to Type: QuestTurnIn .. I am bracken wall village ... Navigation : [10:05:09 AM:391] Could not generate path from {-3176.079, -2915.605, 32.82479} to {1916.45, -2651.12, 60.62035} (time used: 0 milliseconds) @ FindEndPoly
 
the quest bot stoped attacking things, it wont atack things for the quests and it wont attack things that are attacking it.
 
[A - Quest] Human 1-60 [Kick].xml from the repository.

[xx:xx:xx:xxx] Compiling expression '( (!HasQuest(26805)) && (!IsQuestCompleted(26805)) && (Me.Level <= 35)) )' @ line 5153
[xx:xx:xx:xxx] 2 errors encountered while compiling condition '( (!HasQuest(26805)) && (!IsQuestCompleted(26805)) && (Me.Level <= 35)) )'
[xx:xx:xx:xxx] ; expected
[xx:xx:xx:xxx] Invalid expression term ')'

Line 5153:
Code:
   <If Condition="( (!HasQuest(26805)) &amp;&amp; (!IsQuestCompleted(26805)) &amp;&amp; (Me.Level &lt;= 35)) )" >
has 1 ")" too many at the end.
Line 5153 should read:
Code:
   <If Condition="( (!HasQuest(26805)) &amp;&amp; (!IsQuestCompleted(26805)) &amp;&amp; (Me.Level &lt;= 35) )" >
 
i have a problem i've been lvling a rogue and paladin started from lvl one and since lvl 1 they have not sent a single mail to each other with greenies of cloths or copper i watched my bot he went to the vendor sold everything then went to the mail box and as he had sold the greenies etc.. there was nothing to send so he ran off

View attachment 26762
 
i have a problem i've been lvling a rogue and paladin started from lvl one and since lvl 1 they have not sent a single mail to each other with greenies of cloths or copper i watched my bot he went to the vendor sold everything then went to the mail box and as he had sold the greenies etc.. there was nothing to send so he ran off

Open the profile in your favorite text editor and look at the part on the beginning of the file.
Standard Kick has it set to sell everything grey, white and green.
So only the items in your protected.xml list are saved.

If you don't want it to sell the whites and greens set these in the SellWhite and SellGreen tag to "False"
And in the mailtag which is below the Selltag you set these values to "True"

Code:
 <MailGrey>False</MailGrey>
 <MailWhite>True</MailWhite>
 <MailGreen>True</MailGreen>
 <MailBlue>True</MailBlue>
 <MailPurple>True</MailPurple>
 
 <SellGrey>True</SellGrey>
 <SellWhite>False</SellWhite>
 <SellGreen>False</SellGreen>
 <SellBlue>False</SellBlue>
 <SellPurple>False</SellPurple>

This sells only greys, and mails the rest to your designated alt.
 
Last edited:
[A - Quest] Human 1-60 [Kick].xml from the repository.



Line 5153:
Code:
   <If Condition="( (!HasQuest(26805)) &amp;&amp; (!IsQuestCompleted(26805)) &amp;&amp; (Me.Level &lt;= 35)) )" >
has 1 ")" too many at the end.
Line 5153 should read:
Code:
   <If Condition="( (!HasQuest(26805)) &amp;&amp; (!IsQuestCompleted(26805)) &amp;&amp; (Me.Level &lt;= 35) )" >

fixed
 
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.

Actually, if you accidently hit the wrong CC or even just want to change to a different one we have to do the same thing... shut down HB, hope that WoW doesn't crash and then restart HB to select a different CC. Would be great if the 'Reload CC' above would bring up the pop-up selection window if more than one applies, like it does now when we start HB. Would be great to be able to stop HB and then select a different CC (or reload the same one while developing like Jim87 mentioned above)
 
Hey Kick- sry about the previous post. i figured out how to changed the quest behavior.just had to stop looking at CS files and actually look harder at the XML doc opend in notepad. thxs for all the work you do.


* also im getting a LUA error while this profile is running on HB. but there is no record of it in the logs.
this is the error as it states in the wow error log that appears on the middle of the screen
** [string "Hax.lua"]:1: '=' expected near '<eof>'
Time: 09/02/11 14:07:50
Count: 5

* can any1 tell me is this a profile issue or something that is a conflict b/w wow and HB? or the profile?
 
Last edited:
Also sometimes HB will not close correctly or something, and the licence server thinks another session is still running.
 
no matter where he is or what he is doing if I stop the bot and restart he has to go train.
is there a way to stop that?
you can go train, walk 50 yds. stop the bot, restart and he has to go train.


this is the tauren starting zone.

Moving to Type: Train, Name: Gennia Runetotem
 
Last edited:
ZA/ZG as well as the other instances FULLY meshed and made so that you can actually leave the computer when running an instance, that way it is possible to bot to get the valor cap.
 
ZA/ZG as well as the other instances FULLY meshed and made so that you can actually leave the computer when running an instance, that way it is possible to bot to get the valor cap.

Come on, I overcapped it doing BoT BwD and 3 bosses of the FL, if you do the pre-4.2 raids you enjoy the game and do valors cap within 2-3 days.
 
better PvP support... especially for fighting. and some objectives for Bg's as in recapping towers in AV or grabbing the flag in WSG.
 
kick can you please look into the warrior issue i stated above there is an attatched log as well the issue is that at level three when the warrior picks up his class specific quest and is supposed to go to the training dummies to cast charge he doesnt move from the quest giver thanks for your help
 
Status
Not open for further replies.
Back
Top