• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Developer Release] Honorbuddy - Developer Preview for MoP

    Discussion in 'Archives' started by Nesox, Sep 5, 2012.

    Thread Status:
    Not open for further replies.
    1. Kronz

      Kronz New Member

      Joined:
      Jan 17, 2012
      Messages:
      497
      Likes Received:
      3
      Trophy Points:
      0
      Nobody even uses the OS'es listed above. Every user with XP has at least SP3, and most of the world is running Windows 7. Was about time that the bot moved to a better framework.
       
    2. Kronz

      Kronz New Member

      Joined:
      Jan 17, 2012
      Messages:
      497
      Likes Received:
      3
      Trophy Points:
      0
      I was actually wondering about that - why if you are rewriting it completely, aren't you willing to make it NET 4.5, x64, and Fullscreen compatible ? Just about everybody is expected to upgrade to Windows 8 anyway, as its licensing is so attractive.
       
    3. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      LoL, just read 1/5 Honorbuddy.xml and there are HUGE API addition.

      Now I know why the bot release is delayed.

      Apoc and the bot programming team, thank you for your enormous time making this.
       
    4. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48
      Bots will never been fullscreen, I am not expert on the matter, But Windowed mode is how HB (and other memory hacking bots) address the right memory allocations. This is even more important when running multiple bots.

      They have enable Windowed full screen mode now wish is as good as full screen, if not better if you run multi screens.

      Secondly, The bot will still run on x64 OS it just does not support the x64 wow client. Witch is not really a big deal, I cant see any difference in the client my self. Codeing x64 from what I understand I quite different, You have to right your code in 64 bit chucks of instructions not 32.

      How ever the devs will need to do something as the rumour is windows 9 will not support 32 bit software at all..

      as for .net I don't see how it matters.. .net 4.0 installs fine on windows 8..

      This brings me to my next questions.. Is this bot going to be Windows 8 supported...

      Regards..

      Thecamel
       
    5. fernir

      fernir Member

      Joined:
      Aug 31, 2010
      Messages:
      53
      Likes Received:
      0
      Trophy Points:
      6
      It seems to attach to WoW perfectly fine on Windows 8 Pro (rtm version from technet)
       
    6. razer

      razer New Member

      Joined:
      Apr 29, 2012
      Messages:
      1,347
      Likes Received:
      7
      Trophy Points:
      0
      How would this go with making questing profiles, I would like to start making new questing profliles :) Can I do that now or still gotta wait?
       
    7. ShortRound

      ShortRound New Member

      Joined:
      Jun 14, 2011
      Messages:
      781
      Likes Received:
      14
      Trophy Points:
      0
      Should be able to use the developer tools to find out quest and mob id and location. You just won't be able to test any questing profiles yet.
       
    8. Madcatz

      Madcatz Member

      Joined:
      May 17, 2011
      Messages:
      752
      Likes Received:
      7
      Trophy Points:
      18
      Great Job Devs for getting it out for the programers to get there stuff updated looking forward for the final release of the New HB Woot
       
      webhond likes this.
    9. Cukie

      Cukie Active Member

      Joined:
      Dec 3, 2011
      Messages:
      1,255
      Likes Received:
      3
      Trophy Points:
      38
      Just a heads up, but combat doesn't work for feral druids(singular ofc). I understand that this is a Dev copy, but just letting it be known there is an issue with it. Hits Moonfire once, then gets meleed to death.
       
    10. no1knowsy

      no1knowsy Well-Known Member

      Joined:
      Feb 28, 2010
      Messages:
      3,927
      Likes Received:
      57
      Trophy Points:
      48
      Logs man. You've been here long enough to at least add in the snippet and little prior with the issue in it :/

      Nah but I'd like to thank everyone for looking through this Dev release. I didn't help code it, but we all know how long it takes to set up something this complex.
       
    11. Cukie

      Cukie Active Member

      Joined:
      Dec 3, 2011
      Messages:
      1,255
      Likes Received:
      3
      Trophy Points:
      38
      Ya i know about logs, I wasn't really putting a support ticket in or anything since this is not a full release, just kinda putting in their heads. I am sure once it gets released past Dev version it will be worked out. On topic, keep up the good work Buddy team!!

      EDIT: Well, since it is spamming the same thing in the log, I will post just a snippet.
      You need to register and have one post to see spoilers!
       
      Last edited: Sep 6, 2012
    12. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      A couple quick items for HB Devs (tested on Dwarf Shaman - Resto and again as Enhancement):

      Me.CurrentMana & Me.ManaPercent
      Both return 0. Tested while mana was actually at 100% and slightly lower and values consistently 0. Same results regardless of spec.

      Me.Inventory.Equipped.MainHand.TemporaryEnchantment.Name
      throws exception when accessing .Name property. For example, while Windfury Weapon was active on weapon the following values were visible:
      ...TemporaryEnchantment.Id = 283
      ...TemporaryEnchantment.IsValid = true
      ...TemporaryEnchantment.Name = exception thrown

      SpellManager.Spells & SpellManager.RawSpells are missing "Stormstrike"
      On a 85 Enhancement Shaman, Stormstrike is missing from SpellManager.Spells and SpellManager.RawSpells collections. The function WoWSpell.FromId(17364) correctly returns a reference to Stormstrike

      That's it for now. Some additional testing in the morning, -Bobby53
       
    13. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,320
      Likes Received:
      376
      Trophy Points:
      83
      Thumped likes this.
    14. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      Currently, I found bug:

      SpellManager.HasSpell(WoWSpell.FromId(105593))//Fist of Justice - Don't return true if talent selected

      SpellManager.HasSpell(WoWSpell.FromId(114163))//Eternal Flame - Don't return true if talent selected
       
    15. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,320
      Likes Received:
      376
      Trophy Points:
      83
    16. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
    17. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
    18. Battler624

      Battler624 Member

      Joined:
      Feb 9, 2012
      Messages:
      472
      Likes Received:
      0
      Trophy Points:
      16
      yay dx11
       
    19. MadDog

      MadDog Well-Known Member

      Joined:
      Nov 5, 2011
      Messages:
      1,249
      Likes Received:
      38
      Trophy Points:
      48
      is this build supposed to be able to compile my CC?
       
    20. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      To add to bobby's post:
      Me.CurrentHolyPower
      returns 0
      no matter if you have 1 or 5 HolyPower Tested on lvl 85.
       
    Thread Status:
    Not open for further replies.

    Share This Page