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!

[Professionbuddy] Leatherworking + Skinning Alliance + Horde 1-525

was working fine earlier but now I get this:

Welcome to [PB] Leatherworking + Skinning 1- 500
Leatherworking level is 415
Skinning Level is 355
[Profile Message]: Loading Alliance Alpha QO for LW + Skinning PB profile
Nothing more to do. Stopping bot.

It's only 1-300 as the OP says. It's still in beta I'm sure.
 
hi,
i'm testing the profile and i think that there are some error like logical error:

- skill check:

Code:
<If Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue &gt;= 105">
...
<If Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue &gt;= 130" >

why? if i have 106 skinning, the toon will go to darkshire and then will go to stranghelthon. If for example i hit 150 skill and the toon go to train, when he train he'll go first darkshire, then stranghelthon
If i stop HB and i'm in stranghelthon, the toon will return to darkshire and then come back in stranghelthon, a huge waste of time

so i edited in that way @line 106:

Code:
<If Condition="(Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue &gt;= 105) &amp;&amp; (Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue &lt; 130)">

i'll continue to check it

- the subroutine sell:
there's a problem in elwynn forest, next time that it needs to sell i'll fix it and post it here


regards
 
Last edited:
another problem:
Code:
[05:41:40:762] Compiling expression '(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue >= 1) && (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue <= 100)' @ line 25
[05:41:40:974] Compiling expression '(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue >= 100) && (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue <= 115)' @ line 115
[05:41:41:173] Compiling expression '(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue >= 130) && (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue <= 150)' @ line 228
[05:41:41:373] Compiling expression '(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue >= 150) && (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue <= 165)' @ line 258
[05:41:41:570] Compiling expression '(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue >= 165) && (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue <= 200)' @ line 283
[05:41:41:771] Compiling expression '(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue >= 200) && (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue <= 250)' @ line 308
[05:41:41:969] Compiling expression '(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue >= 250) && (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue <= 300)' @ line 339
[05:41:42:172] Compiling expression '(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue >= 300) && (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue <= 350)' @ line 370

it means that if i stop hb and 116 < skill < 129 the result is: Nothing more to do. Stopping bot...

so i modified line 228 in
Code:
<If Condition="(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue &gt;= 115) &amp;&amp; (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue &lt;= 150)">

if i can make a suggest, it should count how many items are in the bag and how many items it should farm, because if you stop/start all the thing there are a terrible waste of time: for example, my pc crashed when lw skill was at 118 so it didn't work anymore until i did the workaround described earlier, but with this edit it restart to skin medium leather and it's not necessary

regards
 
Last edited:
another problem:
Code:
<If Condition="(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue &gt;= 250) &amp;&amp; (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue &lt;= 300)" >
..
<If Condition="(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue &gt;= 300) &amp;&amp; (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue &lt;= 350)" >

if you stop/start exactly when lw is on 300, it always farm in blasted

so i modified:

Code:
<If Condition="(Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue &gt;= 250) &amp;&amp; (Me.GetSkill(Styx.SkillLine.Leatherworking).CurrentValue &lt; 300)" >
 
Stuck at 75/5 does not auto train.. help!
(Skinning that is..)
 
Last edited:
Any Updated here? Still working or was finished for A + H from 1 - 525 or still stuck at 300?
 
Question, I already having skinning at 600, I want to use this to level my leather working (i don't have any skill points in leather working ATM), will this work or will it glitch out due to the 600 skinning?
 
Ok, so I just hit 90 on my panda monk. I went to use this profile and it says "Switch to your farmer before starting this multiprofile. Must restart HB." (Obviously I restarted, same problem)

Any ideas?
 
I have an alt char who has enchanting.
How can i set Pb to mail the crafted items to alt char?
 
I have an alt char who has enchanting.
How can i set Pb to mail the crafted items to alt char?
 
Thank you but this profile doesnt have profile settings option.
Anyways i am gonna level up leatherworking manually
 
Also getting this "error" nothing more to do.
What should we do to get this fixed, it work perfet for a while ten it just stopped
 
Its not selling stuff it goes to goldshire and stands there i have to manually go to vendor and sell
 
Back
Top