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

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

    1. DrEvil

      DrEvil New Member

      Joined:
      Oct 4, 2013
      Messages:
      65
      Likes Received:
      0
      Trophy Points:
      0
      Ok, this is driving me nuts....

      I dont have a lot of experience with coding and profile making. I found a nice profile for professionbuddy just to find out it was horde only. So i edited it to be alliance. But every time i load the profile i get this error:

      Err: Wait (Me.MapID == 732) Timeout:20000
      Compile Error : 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'MapID' and no extension method 'MapID' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?)

      Err: System.NullReferenceException: Object reference not set to an instance of an object.
      at HighVoltz.Composites.CsharpAction.CompileErrorPropertyChanged(Object sender, MetaPropArgs e) in d:\Applicaties\autopiloot\Bots\Professionbuddy\Composites\CsharpAction.cs:line 65
      at HighVoltz.MetaProp.set_Value(Object value) in d:\Applicaties\autopiloot\Bots\Professionbuddy\PropertyBag.cs:line 51
      at HighVoltz.Composites.CsharpAction.set_CompileError(String value) in d:\Applicaties\autopiloot\Bots\Professionbuddy\Composites\CsharpAction.cs:line 44
      at HighVoltz.Dynamic.DynamicCodeCompiler.CompileAndLoad() in d:\Applicaties\autopiloot\Bots\Professionbuddy\Dynamic\DynamicCodeCompiler.cs:line 239
      at HighVoltz.Dynamic.DynamicCodeCompiler.GenorateDynamicCode() in d:\Applicaties\autopiloot\Bots\Professionbuddy\Dynamic\DynamicCodeCompiler.cs:line 91
      at HighVoltz.Professionbuddy.LoadPBProfile(String path, XElement element) in d:\Applicaties\autopiloot\Bots\Professionbuddy\ProfessionBuddy.cs:line 722
      at HighVoltz.Professionbuddy.Initialize() in d:\Applicaties\autopiloot\Bots\Professionbuddy\ProfessionBuddy.cs:line 302
      Err: Wait (Me.MapID == 732) Timeout:20000
      Compile Error : 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'MapID' and no extension method 'MapID' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?)

      Can someone tell me what im doing wrong here?
       
    2. karlsen

      karlsen Member

      Joined:
      Jun 16, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      6
      On line 44 in PbDecorator.cs is there a reason to why it uses KeyboardManager.AntiAfk(); instead of Styx.StyxWoW.ResetAfk();
      Styx.StyxWoW.ResetAfk() should be better because it doesn't do any movement that could interrupt a cast, and it doesn't look bottish over long periods like the actual movement would look like.
       
    3. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      It's case sensitive. Change MapID to MapId.
      I agree with this. I changed to ResetAfk() awhile ago since I hated the stutter step it did. I also changed castspellaction so it would accept the confirmation for replace enchant dialogue and use Me.CarriedItems instead of Me.BagItems.
       
    4. xeruvim

      xeruvim New Member

      Joined:
      Mar 17, 2012
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      1
      When I try to run any profile he writes me with red lines that quest behavior miss , and it starts count them 233, 348 etc. and after it's done with that he start walking into a npc trying to get a quest and he stuck there. The last profile that I had that issue was 83-85 in Ludlum and 85-86 in jade forest.. Any idea how to fix it or where I can found the behavior?
       
    5. Eriksen

      Eriksen New Member

      Joined:
      May 12, 2012
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      0
      Does the alchemy bot only buy the materials that is needed and not a thing more ?
       
    6. darkone

      darkone New Member

      Joined:
      Jul 15, 2010
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      Is there a way to set the AHbot profile to stop posting once it gets to a certain amount being listed?
       
    7. Nigatol

      Nigatol New Member

      Joined:
      Apr 18, 2013
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      1
      Variables in XML-Statements.

      Hi, Folks.
      Is there a way to set declared variables as xml-parameters? Something like decl counter and get the exact amount items from bank.
      HTML:
      <Declaration Code="int counter;" />
      <CustomAction Code="counter=70-Enchanting.Level;" />
      <GetItemfromBankAction Withdraw="Amount" Bank="Personal" MinFreeBagSlots="2" GetItemfromBankType="SpecificItem" ItemID="10940" NpcEntry="0" Amount="counter" AutoFindBank="True" WithdrawAdditively="False" Location="0, 0, 0" />
      
      This code gives an error that "counter" is not a valid value.
       
    8. zer0kewl

      zer0kewl New Member

      Joined:
      Nov 20, 2013
      Messages:
      128
      Likes Received:
      0
      Trophy Points:
      0
      So i'm using PB with the mining 1-600 profile that it comes with. But now it just goes to kalimdor and then it flys west until it fatigues and then just keeps trying to go back in an endless loop please help.

      View attachment 120372
       
    9. Nigatol

      Nigatol New Member

      Joined:
      Apr 18, 2013
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      1
      hm, well i found out that this works. Guess i should get more sleep before coding.
      But what does not work is to set a variable into ItemID. PB gives this error: Err: myitemid is not a number thus it's not valid Item Entry

      Is there a way to realise it?
       
    10. zer0kewl

      zer0kewl New Member

      Joined:
      Nov 20, 2013
      Messages:
      128
      Likes Received:
      0
      Trophy Points:
      0
      Can someone please update this.. i mean it comes with Honorbuddy release, but doesnt work from about 400 or 425 mining.
       
    11. adicutz

      adicutz New Member

      Joined:
      Mar 11, 2011
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      0
      Is there a way we can add battle pets to AH bot? i am trying to add all sort of NPC/Spell ID`s but nothing is working. i can`t sell pets in cages, only those that are not yet learned, aka pets that have the "Teaches you how to summon bla bla" description.
       
    12. Ryuujisama

      Ryuujisama New Member

      Joined:
      Sep 29, 2012
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      Hello Thank you very much for your profession. But i have a question. Today i tryed the Mining/herbing 1 - 600 and everything works perfekt. I went afk and i got an wow disconnect. Now everytime i start the Profile, he want to start with the 1 -91 Profil, even when iam actually 375. Is there a possibility that HB starts with my right Skilllevel ?

      Edit: I manually changed the MinLevel in the profil and i think i fixed the problem ^^
       
    13. dekadentz

      dekadentz Member

      Joined:
      Oct 2, 2012
      Messages:
      77
      Likes Received:
      0
      Trophy Points:
      6
      Got some problems with the ah... Changed some settings from the amount of Green tea leafs from 15 to 50, but he still only post 15... Can someone help me out ?!
       
    14. sonyxudong

      sonyxudong Member

      Joined:
      Sep 16, 2012
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      6
    15. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      When opening up HB and pressing start to reuse the last the profile with professionbuddy, ProfileManager.XmlLocation will always return string.Empty until you load a profile. I also tested this with questing and it would get the xml path without any issues from pressing start after HB initialization and not loading a profile.
       
    16. helpinfo

      helpinfo New Member

      Joined:
      Jan 29, 2014
      Messages:
      79
      Likes Received:
      0
      Trophy Points:
      0
      Hello all,
      I have a problem with a profile I created my svn is : https://subversion.assembla.com/svn/pb_joa_1-600_helpinfo/ . When I run the profile after a while it freezes with this error message:
      I don't understand where this is caused.

      Thank you for your help and sorry for my bad english
       
    17. otro

      otro New Member

      Joined:
      Oct 20, 2012
      Messages:
      112
      Likes Received:
      0
      Trophy Points:
      0
      I realise you guys introduced some random casts during a prospect or milling to avoid the char to go away and keep sitting and standing up and that's a good thing but can you please remove the 'every man for himself' from that list?

      I'm tired of that spell giving away that im a bot, please change that for a spell with no animation!!!!!!!!!!!! all my toons are humans and i can't avoid that crap, after i got my shuffle acc banned Im paranoid about it!!!!!!!!!!!
       
    18. TheMaff

      TheMaff New Member

      Joined:
      May 15, 2012
      Messages:
      467
      Likes Received:
      4
      Trophy Points:
      0
      Grind bot is still not looting for me :/ ( I have no idea how to report bugs on SVN )

      View attachment 121514
       
    19. bradz93

      bradz93 Member

      Joined:
      Aug 18, 2010
      Messages:
      194
      Likes Received:
      0
      Trophy Points:
      16
      PB isn't withdrawing from gbank anymore, i think that function is broke.


      i've attempted for HOURS to get my recently flawless profile to start working again.


      no matter which way i go with it, whenever it comes to withdrawing something in the gbank, it'll just not detect it at all, and say this:

      PB 1.641: Queuing server for gbank info
      PB 1.641: No items with entry 74708 could be found in gbank
      PB 1.641: Done withdrawing itemID:74708 from Guild Bank
       
    20. cuthead

      cuthead Member

      Joined:
      Jan 15, 2010
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      6
      is it possible set professionbuddy for loot from mob?
       

    Share This Page