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: ProfessionBuddy--DO NOT DELETE

HTML:
<!--51 x Bracer - Minor Health-->
      <CustomAction Code="Log("Enchanting Bracer - Minor Health to lvl 70");" />
      <While Condition="CanCraft(7418) && Enchanting.Level < 70" IgnoreCanRun="True">
        <CustomAction Code="Lua.DoString("CloseTradeSkill()");  " />
        <CustomAction Code="Lua.DoString("RunMacroText(\"/cast Enchanting\")");  " />
        <CustomAction Code="Lua.DoString("local s for i=1,GetNumTradeSkills() do s=GetTradeSkillInfo(i) if (s==\"Enchant Bracer - Minor Health\") then DoTradeSkill(i) end end");  " />
        <CustomAction Code="Lua.DoString("RunMacroText(\"/use Reinforced Leather Bracers\")");  " />
        <CustomAction Code="Lua.DoString("ReplaceEnchant()");  " />
        <WaitAction Condition="false" Timeout="2500" />
      </While>

Well Okay, it works like this. It does not fire the WaitAction - timer but it works. That's quite a bunch of Lines for such a simple task. I'll see if I am able to produce a whole profile in that matter. I seriously think ProfessionBuddy has to be altered somewhat to make such a simple task as klicking Yes on the replacement popup possible without such an amount lines...

Oh yea forgot the wait action hehe :)
 
Having troubles with profile too:
I want PB to buy items of the AH based on id stored in variable.
Something like:
Code:
<Declaration Code="uint currentId;" />
<CustomAction Code="currentId = 11178;" />
<BuyItemFromAhAction ItemListType="Item" ItemID="currentId" MaxBuyout="5g0s0c" Amount="Required[currentId]" BuyAdditively="True" AutoFindAh="True" BidOnItem="False" Location="0, 0, 0" />
But i'm getting "Err: currentId is not a number thus it's not valid Item Entry". Is there possible workaround?
 
I'm having some issues with my bot stopping.. This profile has been working before and for a long time.

It flies to the farm zone, and stops when it has to change to GB2, if I stop and start it again it runs fine until the next farm zone..

Any help would be appreciated.


View attachment 24 Jan log.zip

EDIT: By putting in simple log commands, it solved the issue with GB2 not farming, for now.. But now when it uses grind bot it kills the mobs but won't loot? Any ideas?
 
I am running the AHbot profile that ships with honorbuddy. Bot posts gems and enchants in stacks of 10, I'd prefer stacks of 1. Tried messing around with the xml, but can't figure out what line changes it :D

Can anyone help?
 
Since the current patch, I still have errors in every realease of PB on changing the secondary bots. Been using the latest release and the changing of the secondary bot is not always stable. Sometimes it does change sometimes not, could not find the real reason for that. Does anybody has the same issues and how can I fix them? Thanks for answers.
 
Since the current patch, I still have errors in every realease of PB on changing the secondary bots. Been using the latest release and the changing of the secondary bot is not always stable. Sometimes it does change sometimes not, could not find the real reason for that. Does anybody has the same issues and how can I fix them? Thanks for answers.


I'm having the exact same issue.. Posted my log above :p
 
Todays updates to professionbuddy have caused issues with professionbuddy profiles using autoangler as the secondary botbase. It will now only use the hotspots from the preloaded profile which is a grind bot profiles. Here's a log of a fresh install of HB showing it preload a grind bot profile and then loading the autoangler profile but still flying around the preloaded profile hotspots. The profile works fine when autoangler is used as the botbase without professionbuddy.
 

Attachments

Some issues I wanna solve but I cant,

I am using the Leatherworking profile made by bennyquest:

- The toon does not attack the mobs if it changes from one zone to another... (gotta stop/start the bot what makes it non 100%afkable)
- Sometimes the bot kills a mob and instead looting and skinning it, he first runs a cpl meter in a different direction, then turns back loots and skins the mob... its doing it quite often, would say 50% of the mobkills (oneshot)
 
Todays updates to professionbuddy have caused issues with professionbuddy profiles using autoangler as the secondary botbase. It will now only use the hotspots from the preloaded profile which is a grind bot profiles. Here's a log of a fresh install of HB showing it preload a grind bot profile and then loading the autoangler profile but still flying around the preloaded profile hotspots. The profile works fine when autoangler is used as the botbase without professionbuddy.

Confirmed. This is a bug in AutoAngler which I have now fixed. (rev 110)
 
Some issues I wanna solve but I cant,

I am using the Leatherworking profile made by bennyquest:

- The toon does not attack the mobs if it changes from one zone to another... (gotta stop/start the bot what makes it non 100%afkable)
- Sometimes the bot kills a mob and instead looting and skinning it, he first runs a cpl meter in a different direction, then turns back loots and skins the mob... its doing it quite often, would say 50% of the mobkills (oneshot)

Your attached log shows you using Dungeonbuddy, not Professionbuddy. Perhaps you attached wrong log file?
 
oh well... I gonna upload a new one:

View attachment 119315

"Could not generate path from {5253.779, 3810.298, -28.79776} to {1851.182, -4565.552, 24.98125} "
The profile is trying to navigate to an invalid location. You should post a report on the profile author's thread regarding this.

This PB profile uses Grind Bot so looting is handled by Grind Bot and the issue you're having is likely caused by server lag where the 'Lootable' flag is set some time after mob's death.
 
if in while I use ChangeBotAction,
* in the log bot constantly writes
PB 1.637: Successfuly changed secondary bot to: Questing
PB 1.637: Successfuly changed secondary bot to: Questing
PB 1.637: Successfuly changed secondary bot to: Questing
PB 1.637: Successfuly changed secondary bot to: Questing


<While Condition="InbagCount(.......
<If Condition="InbagCount(.........
<ChangeBotAction BotName="Questing" />
<LoadProfileAction ProfileType="Honorbuddy" Path="...........
</If>
 
if in while I use ChangeBotAction,
* in the log bot constantly writes
PB 1.637: Successfuly changed secondary bot to: Questing
PB 1.637: Successfuly changed secondary bot to: Questing
PB 1.637: Successfuly changed secondary bot to: Questing
PB 1.637: Successfuly changed secondary bot to: Questing


<While Condition="InbagCount(.......
<If Condition="InbagCount(.........
<ChangeBotAction BotName="Questing" />
<LoadProfileAction ProfileType="Honorbuddy" Path="...........
</If>

Try to change the while to a if ?
 
Back
Top