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

Getting this. Quest order profile is loaded.

View attachment 19625
It looks like you're loading a normal HB profile into Profbuddy which won't work. I assume you want to load the 1-300 herb/mining ground profile so you will need to load this in PB. \Plugins\ProfessionBuddy\Profiles\[mining-herb](1-300)ground.xml
 
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.

I was thinking it was something like that to, cause the first time it tried, it was taking a while for the mailbox to load all the mail.. But then I tried again later, and it has the issue every time.. It walks to the mailbox, opens the window, 50 Auction successful messages are in there. It doesn't try to take any of them, and just sits there. There aren't any empty mails it needs to delete.
 
Hmm.. OK, so I think it's a profile error that I'm having, cause I tried deleting everything except the Get Mail command, and then it went to the mailbox and took everything out fine..

I have

While (HasNewMail == true) (Ignore condition until done = true)
- Get Mail: AllItems
- Stack Items
- Sell Item to AH

Is there something wrong with that?
 
Hmm.. OK, so I think it's a profile error that I'm having, cause I tried deleting everything except the Get Mail command, and then it went to the mailbox and took everything out fine..

I have

While (HasNewMail == true) (Ignore condition until done = true)
- Get Mail: AllItems
- Stack Items
- Sell Item to AH

Is there something wrong with that?
Logically that should work. It sounds like a bug and I'll check it out.
This should fix that issue for now. HasNewMail || MailCount > 0
 
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.

It's odd that the bank frame window isn't opening, I can see from the log that it using interact.
I assume that the errors in attached log are whats causing the failure of retrieving mail by item Id, I tested it and could not get it to generate any errors like in the log and it seemed to be working correctly for me.
 
Is there a full list of conditions we can use somewhere?
I'm currently curious if there is one that says like , If Current Zone = X
 
When I start PB, from the PB window using the red box, it crashes. I assume I have everything set up right.
 
Is there a full list of conditions we can use somewhere?
I'm currently curious if there is one that says like , If Current Zone = X
The guide the comes with PB has a list of methods/properties that are PB specific. you can also use any type from HB which you want to do in this example. Me.ZoneId returns the zone id that the player is in. Me.MapId returns a continent id.
 
When I start PB, from the PB window using the red box, it crashes. I assume I have everything set up right.
"[9:20:55 PM:310] This profile does not contain any profiles fitting the character!'" this error can come from not being on the continent that the quest order was written for.
From HB's 'Load Profile' button goto the folder \Honorbuddy\Plugins\ProfessionBuddy\Profiles\HBProfiles\(ground 1-300)Herb&Mining\ and load the profile that's written for your faction.
You need to be in Eastern kingdoms if you're alliance, and Kalimdor if you're a horde.
 
You need to be in Eastern kingdoms if you're alliance, and Kalimdor if you're a horde.
Thanks, I was horde and in Eastern Kingdoms, so I assume that was the issue.

Edit:
Now that it is running, I am noticing that I get frame rate stutters while it is running. This has never happened while playing, or botting regularly. I would upload a log, but it is still running, and I assume that it is more WoW that PB.

Edit2: Also I think it would be useful to get some builtin statistics like in GB for harvests an hour and such.
 
Last edited:
Thanks, I was horde and in Eastern Kingdoms, so I assume that was the issue.

Edit:
Now that it is running, I am noticing that I get frame rate stutters while it is running. This has never happened while playing, or botting regularly. I would upload a log, but it is still running, and I assume that it is more WoW that PB.

Edit2: Also I think it would be useful to get some builtin statistics like in GB for harvests an hour and such.
Could you be more detailed when the frame rate stutters? when mounting? after gaining a skill? etc.
It's unlikely that I'll add statistics, PB doesn't actually do the gathering, it uses existing botbases for that.
 
I cannot get 1-300 Ground Herb to work, Is it because it draws upon the 1-300 HB profile which is for both mining and herbing? When all i want is herbing. So it looks for the mining level aswell? Idk.. :/
 
Last edited:
Okay i worked it out, Replace the [herb](1-300)ground with the one in ProfessionBuddy/Profiles

And the (ground 1-300)(Kalimdor.Horde)HerbONLY goes into ProfesionBuddy/Profiles/HBProfiles/(ground 1-300)Herb&Mining


Now it should work :/ I only did it for the horde one. The allience you will just have to do the same, Make a Herbonly by taking out all the mining level checks in the Herb&Mining profiles.
 
i think im stupid ..but where is the download link ? for the plugin i cant find it

----

Edit : nvm found it ..
 
Last edited:
Hi again,

Was trying to let a toon make gems, but all it did was running to vendor in SW:

<Vendor Name="Rebecca Laughlin" Entry="5193" Type="Repair" X="-8892.615" Y="610.0762" Z="95.25804" />

And doing nothing, I had only checked "make gems" in the settings. Also, the "withdraw" function is not working, my toon took out alot of cinderbloom before it ran. Maybe there are problems with writing to the file that choose what to withdraw etc?
 
Status
Not open for further replies.
Back
Top