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.
On a sidenote, theres a bug when loading the profiles from your attached .package file. the "Fly To" coordinates when it's switching between profiles are messed up. It seems periods are not interpeted but are omitted when loaded in Pbuddy.
 
<Removed due to size>


Thanks for the help, i didn't realise that the while loop behaved like that, this surely fixes a lot of issues
Regarding the banking, both retrieval and depositing seems to have this issue. The following snippet is added to the log, yet no interact happens whatsoever. It does target the banking npc, however.
Code:
[14:49:24:227] interact: 0x24A8A934
[14:49:24:283] interact done: 0x24A8A934
[14:49:25:425] Id 52185 amount: 20
[14:49:25:480] ProfessionBuddy: Removed Item with ID: 52185 from Personal Bank

The lag indeed seems to be related to the tick speed, combined with what seems to be the plugin waiting for the item to appear in your bags, as even the crudest loop seems to have this. I think i'll resort to custom lua to speed this up.

I've also noticed a new bug, the retrieval of a specific item id from your mail box doesn't seem to work, it retrieves only the first stack when used in a while loop. I've added a log to further clarify this.
 
There is a problem with the 1 - 525 horde

i have right now lvl 75 mining/herb
when he have full bags, he try to fly over the see from Kalimdor to Eastern Kingdoms for train and/ore sell to AH
 
Err: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei Bots.Gatherbuddy.Profile..ctor()
bei Bots.Gatherbuddy.GatherbuddyBot.Start()
bei Styx.Bot.Plugins.GbLoader.Start() in d:\Wow Bot - Gold - Honorbuddy\NEW\Honorbuddy 2.0.0.4317\Bots\Gatherbuddy2\GBLoader.cs:Zeile 90.
bei Styx.Logic.BehaviorTree.TreeRoot.Start()
bei HighVoltz.MainForm.ToggleStart() in d:\Wow Bot - Gold - Honorbuddy\NEW\Honorbuddy 2.0.0.4317\Plugins\ProfessionBuddy\MainForm.cs:Zeile 141.

can't start the bot. I use [mining-herb](1-300)ground.

what s the problem?
 
If i can may a suggestion, i've struggled forever trying to get this to work. Mainly due to the fact that the installation procedure has changed a couple of times and people are posting solutions that are now already dated.
Please remove all the replies that might be confusing for people and post a step by step in the starting post. The video of Bossland also still tells us to select the Questbot rather than GB2, i suggest either to update it or remove it completely to avoid confusion.
Questbot is used for the ground profiles and Gatherbuddy2 is used for the flying profiles. The ProfBuddy profiles check which bot is currently being used and stop hb and show a popup message saying which bot to switch to. I can't have PB switch to the correct bot so that's all I can do.
On a sidenote, theres a bug when loading the profiles from your attached .package file. the "Fly To" coordinates when it's switching between profiles are messed up. It seems periods are not interpeted but are omitted when loaded in Pbuddy.
I'm guessing you have the Wndows regional language set to something other then English, if so then this will be fixed in next release.
 
Hey highvolts, do you may have the correct location for horde AH ?
he try to fly to
<2059807, -4765928, 2756209>
but this isnt correct, he fly around azshara
 
Once my bot reached 75 herbing and 50 in mining it tried to fly to coordinates < 0, 0, 0>, im guessing it wanted to train. My OS-language is english but my keyboard layout and regional settings are not, will this issue be fixed aswell? I'll attach a log in a sec

edit: log added!

also, sometimes after gathering a node my toon would just stay on the ground idling untill i manually mounted up, im guessing this is an issue with gb2 rather than proffbuddy, so im currently testing out arczi19's GB2Fix, so far i havent reencountered the bug so either the plugin fixed it or it hasn't reoccurred.

General info about my setup:
- running your mining herb/min package from first page, latest version
- Playing alliance in EK, class: deathknight
- CC is Singular, unholy DK
- OS is w7 64bit english, but running localized keyboard setup
- got both herbing and mining.
- running in GB2 mode with flying mount@280%

Thanks for a great plugin btw, keep up the good work
 
Last edited:
so i still get with the new file
Bags are full, selling
[17:08:53:831] Activity: Flying to location <2059807, -4765928, 2756209>
[17:08:59:834] Activity: Loading Tile/s
[17:09:00:190] Activity: Flying to location <2059807, -4765928, 2756209>
Downloaded tilemap Kalimdor
Changed tilemap to Kalimdor, Tiled: True
Loading Kalimdor_36_34
Next point is out of continent bounds. We are at right side of the continent. Moving to left


but he just fly around azshara
 
Ok maybe I am a n00b but I can't find this plugin in .4317, is there a special place to download it?
 
ProfessionBuddy: Loading profile D:\Apps\Honorbuddy V1\Featured Profiles\(ground 1-300)(Eastern Kindom.Alliance)Herb&Mining.xml
Err: System.Xml.XmlException: Element 'Professionbuddy' was not found. Line 1, position 2.
at System.Xml.XmlReader.ReadStartElement(String name)
at HighVoltz.Professionbuddy.IdentityComposite.ReadXml(XmlReader reader) in d:\Apps\Honorbuddy V1\Plugins\ProfessionBuddy\ProfessionBuddy.cs:line 687
at HighVoltz.PbProfile.LoadFromFile(String path) in d:\Apps\Honorbuddy V1\Plugins\ProfessionBuddy\PbProfile.cs:line 93
'

Getting this. Quest order profile is loaded.

View attachment 19625
 
Last edited:
I'm using the ground leveling, how do I tell it to ignore herbalism and just level up mining?
 
Most excellent profile!

On "The Liquid Fire of Elune" quest, if the toon has skinning turned on, then Honorbuddy will skin the mob immediately after killing it. This leaves no body on which to use the Liquid Fire. Whooops. Who wouldda thunk? :D

Here is some code for your cut-n-paste convenience to fix this...
PHP:
<CustomBehavior File="UserSettings" SkinMobs="false" NinjaSkin="false" />
<!-- do "The Liquid Fire of Elune" quest -->
<CustomBehavior File="UserSettings" Preset="UserOriginal" />


cheers & thanks again for the great profile!
chinajade
 
Most excellent profile!

On "The Liquid Fire of Elune" quest, if the toon has skinning turned on, then Honorbuddy will skin the mob immediately after killing it. This leaves no body on which to use the Liquid Fire. Whooops. Who wouldda thunk? :D

Here is some code for your cut-n-paste convenience to fix this...
PHP:
<CustomBehavior File="UserSettings" SkinMobs="false" NinjaSkin="false" />
<!-- do "The Liquid Fire of Elune" quest -->
<CustomBehavior File="UserSettings" Preset="UserOriginal" />


cheers & thanks again for the great profile!
chinajade


:D thanks cj!
 
Last edited:
I'm having some very mixed results with "Get Mail".
Sometimes it goes to the mailbox, and does nothing at all. Just stands there until I stop and start.
When it does work, when it has a bunch of mail with items, it usually grabs them all.
However, if it's mostly just auction money, it will take 1, and give up.
 
I'm having some very mixed results with "Get Mail".
Sometimes it goes to the mailbox, and does nothing at all. Just stands there until I stop and start.
When it does work, when it has a bunch of mail with items, it usually grabs them all.
However, if it's mostly just auction money, it will take 1, and give up.
It's likely waiting for the mail to become available. we can open only 50 mail within a 1 min period. Also the mail server sometimes lags and the mail doesn't appear right away in the inbox so it waits until the mail becomes available. Sometimes the mail bugs out and after you loot the gold it doesn't auto delete, maybe that's what you're experiencing? Check if the mail that it's skipping actually contains something.
 
Status
Not open for further replies.
Back
Top