• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB ARCHIVES: ProfessionBuddy--DO NOT DELETE

    Discussion in 'Archives' started by highvoltz, Jul 18, 2012.

    1. mat53

      mat53 New Member

      Joined:
      Jul 14, 2010
      Messages:
      377
      Likes Received:
      2
      Trophy Points:
      0
      At beggining of profile change bot to raid bot or combat bot.
       
    2. mat53

      mat53 New Member

      Joined:
      Jul 14, 2010
      Messages:
      377
      Likes Received:
      2
      Trophy Points:
      0
      Err... You broke something, now there isnt any of jewelcrafting skills in tradeskill window. Also, I do have DataStore addon, I added some log prints to my profile, I'll upload logs soon.

      Edit: HasDataStoreAddon returns false, but I have it instaled, and wow is loading out of date addons. But, I have only Datastore, not other modules - just what you linked to.

      Edit2: on curse.com thers old version of datastore. I found fresh updated version on curseforge, started working again. DataStore - WoW AddOns - CurseForge
       

      Attached Files:

      Last edited: Mar 17, 2013
    3. Ussagui

      Ussagui New Member

      Joined:
      Feb 17, 2013
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      hi guys i got mining at 300 and when i load outloands profile it says "Changing current profile to level 1 - 91" and going to undercity :S any help?
       
    4. tcourtneyvincent

      tcourtneyvincent New Member

      Joined:
      Nov 23, 2011
      Messages:
      72
      Likes Received:
      0
      Trophy Points:
      0
      I want to add a deposit gold in gbank function to a profile im using. Does anyone know how to do this? Thanks
       
    5. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      Yeah I overlooked something. Fix is on SVN.
       
    6. rogurogu

      rogurogu New Member

      Joined:
      Jul 10, 2011
      Messages:
      113
      Likes Received:
      0
      Trophy Points:
      0
      Is there some more detailed info on how to implement this ne C.O.D. function?
       
    7. HBL0V3

      HBL0V3 New Member

      Joined:
      Oct 6, 2012
      Messages:
      117
      Likes Received:
      0
      Trophy Points:
      0
      since recent ninja patchs, pb is trying to make random items that it has not learned yet. the recipes are in the profile but apparently hasrecipe and banker casts are sometimes saying it has recipe when it doesnt
      edit: clearing the cache seems to resolve the problem but I clear it once everyday.. its such a nuisance
       
      Last edited: Mar 19, 2013
    8. ChronoAS

      ChronoAS Member

      Joined:
      Nov 5, 2012
      Messages:
      75
      Likes Received:
      13
      Trophy Points:
      8
      That was useful indeed, is there a documentation about all composites you've made? Sometimes properties look confusing.
       
    9. Bengan12

      Bengan12 Well-Known Member

      Joined:
      Feb 24, 2011
      Messages:
      1,967
      Likes Received:
      31
      Trophy Points:
      48
      Specific isnt working atm are you aware off this? or do you want a log? i try to craft Ornate band using specific and repeat 1 and it runt till bags are full or no mats just as Craftable should do.

      Also milling/prospecting is a bit dull, noticed this to? it will try to prospect before the prospected 5 ores go away so it fails and halt all the time.
       
    10. ChronoAS

      ChronoAS Member

      Joined:
      Nov 5, 2012
      Messages:
      75
      Likes Received:
      13
      Trophy Points:
      8
      Idk about specific, however Banker took it's place instead.

      <CastSpellAction RepeatType="Banker" Repeat="2" Entry="137911" CastOnItem="False" ItemType="Chest" ItemId="0" />

      Yeah, right. Banker will craft the same amount you've put in property (2) even if your logged character still has those items. So instead of restocking bot overstocks.

      Also, AH may be broken, but I'm not sure, since I'm not familiar with it's properties.

      <SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="1" ItemID="82425" MinBuyout="50g0s0c" MaxBuyout="100g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="2" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" />

      Will AH all 6 items character has in bags instead of putting just two of them (please, clarify how to fix this if my properties are just wrong).
       
    11. fossilburner

      fossilburner Member

      Joined:
      Mar 2, 2011
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      6
      Is anyone else having issues with PB? It was working yesterday for me.

      System.AccessViolationException: Could not read bytes from 2C7C2E6C [299]!
      at Styx.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
      at Styx.MemoryManagement.MemoryBase.ReadString(IntPtr address, Encoding encoding, Int32 maxLength, Boolean relative)
      at Styx.WoWInternals.Lua.GetReturnValues(String lua, String scriptName)
      at Styx.WoWInternals.Lua.GetReturnValues(String lua)
      at HighVoltz.DataStore.ImportDataStore() in c:\Users\Jim\Documents\WoW\Bots\Professionbuddy\DataStore.cs:line 120
      at HighVoltz.Professionbuddy.Initialize() in c:\Users\Jim\Documents\WoW\Bots\Professionbuddy\ProfessionBuddy.cs:line 264
      Object reference not set to an instance of an object.
       
    12. RD808

      RD808 New Member

      Joined:
      Apr 7, 2011
      Messages:
      128
      Likes Received:
      0
      Trophy Points:
      0
      My toon is still not crafting items.

      What is the ETA on this fix?
       
    13. brutalspic

      brutalspic New Member

      Joined:
      Mar 23, 2013
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      hi grate profile only it doesnt empty my bags as soon as the bags full up.. my honorbuddy stops and says at

      System.InvalidOperationException: Sequence contains no elements
      at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
      at Bots.Gatherbuddy.GatherbuddyBot.()
      at Bots.Gatherbuddy.GatherbuddyBot.Ÿ(Object )
      at Styx.TreeSharp.Decorator.CanRun(Object context)
      at Styx.TreeSharp.Decorator..()
      at Styx.TreeSharp.Composite.Tick(Object context)
      at Styx.TreeSharp.PrioritySelector..()
      at Styx.TreeSharp.Composite.Tick(Object context)
      at Styx.TreeSharp.Decorator..()
      at Styx.TreeSharp.Composite.Tick(Object context)
      at Styx.TreeSharp.PrioritySelector..()
      at Styx.TreeSharp.Composite.Tick(Object context)
      at Styx.TreeSharp.Decorator..()
      at Styx.TreeSharp.Composite.Tick(Object context)
      at Styx.TreeSharp.PrioritySelector..()
      at Styx.TreeSharp.Composite.Tick(Object context)
      at Styx.TreeSharp.PrioritySelector..()
      at Styx.TreeSharp.Composite.Tick(Object context)
      at Styx.CommonBot.TreeRoot.()
      Cleared POI - Reason Exception in Root.Tick()
      Cleared POI
       
    14. brisamoto

      brisamoto New Member

      Joined:
      Nov 10, 2012
      Messages:
      6
      Likes Received:
      1
      Trophy Points:
      0
      My PB is doing the same thing, iv tried to do a SVN update but its still broken, any ideas when this is getting fixed?
       
    15. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      Please attach a log so that we can help you

      How To Attach A Log [Kick]
       
    16. laria

      laria Well-Known Member

      Joined:
      Jan 15, 2010
      Messages:
      5,386
      Likes Received:
      36
      Trophy Points:
      48
    17. calico jack

      calico jack New Member

      Joined:
      Feb 10, 2013
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      i star Pbuddy but run Archbuddy why?
       
    18. zuiji

      zuiji New Member

      Joined:
      Mar 1, 2012
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      1
      PB Borke

      hey PB broke

      and here is my log
       

      Attached Files:

    19. luiza

      luiza New Member

      Joined:
      Nov 10, 2011
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      it gets stucked at withdrawing herbs from guildbank and stays like that doing nothing can you please fix that?
       

      Attached Files:

    20. dartex008

      dartex008 Member

      Joined:
      Oct 11, 2012
      Messages:
      343
      Likes Received:
      1
      Trophy Points:
      18
      Hello, is it possible to add guild bank gold depositing function to default professionbuddy auction house profile?
       

    Share This Page