What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Crafting problems

Antamansid

New Member
Joined
Dec 13, 2012
Messages
120
Reaction score
0
First of all:
I tryed to delete all cache, log, settings in honorbuddy folder.
Then I tryed to reinstall honorbuddy by zip and installer too.
I reinstalled Windows for all in all.

And every time I have that stupid thing at start:
PHP:
[15:00:46.503 D] System.NullReferenceException: Object reference not set to an instance of an object.
   at Bots.Professionbuddy.Recipe.get_CraftedItemId()
   at Bots.Professionbuddy.Recipe.UpdateHeader()
   at Bots.Professionbuddy.TradeSkill..()

And when PB trying crafting something with "HasMats()"(for exampl):
PHP:
    <While Condition="HasMats (122685)" IgnoreCanRun="True">
      <CastSpellAction RepeatType="Specific" Repeat="1" Entry="122685" CastOnItem="False" ItemType="Chest" ItemId="0"/>
    </While>
    <CallSubRoutine SubRoutineName="SELL"/>
  </SubRoutine>

I have:

PHP:
[15:02:12.933 D] [Lua.Events] Could not detach handler  from event UNIT_SPELLCAST_SUCCEEDED; it is not a member

With "InbagCount()" In (for exampl):
PHP:
    <If Condition="HasRecipe(107707)">
      <While Condition="InbagCount(76131) &gt;=1" IgnoreCanRun="True">
        <CastSpellAction RepeatType="Specific" Repeat="1" Entry="107707" CastOnItem="False" ItemType="Chest" ItemId="0"/>
      </While>
    </If>
It doesn't see that it hasn't got ingridients! And trying and trying craft this.

From Professionbuddy client there is no way to switch second bot to Gatherbuddy, only from code-command in xml profile.
2 days to find the problem and no result
WTF?

log and profile here
Log
View attachment 6676 2014-08-24 18.59.txt
prof
View attachment 11117H.xml

If it's by your side, when this will be fixed
Enough time has passed that I have suffered great loss in profits
Sry for my Engl

Forgot. Somewhere to Friday-Thursday, everything worked perfectly
 
Last edited:
And now I found out that besides and HasRecipe () does not work to, like HasMats(), like lagging InBagCount().
What a hell is going on?
Everything was just fine until the middle of last week.
And again that stupid error
PHP:
[16:26:29.974 D][Lua.Events] Could not detach handler  from event UNIT_SPELLCAST_SUCCEEDED; it is not a member
My bot just sell stones without processing them
I know you have many work, But I would be very grateful, if you will tell me when next release will be released. I need info for planning my "craft".
The third day of downtime

thx at all
 
PHP:
[18:30:09.868 N] Honorbuddy v2.5.11412.747 started.

ogo

again deleting settings from honorbuddy folder's and turned on my profile out of system, worked great!!
now testing in system

Thank you!! Will write result later, but, think, all should be fine now
 
Back
Top