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

Search results

  1. Millz

    I miss you so muuuuch!

    👀
  2. Millz

    [Bot] ClickToGo - Moves bot to locations clicked inside atlas.

    Updated for HB3. Quick hacky fix so don't come to me if there's bugs.
  3. Millz

    How to Write a Custom Class, a Guide for Beginners.

    In honorbuddy, the button that says 'Class Config' - it's basically saying we want that button to be enabled, so that when it's clicked it will do something. If you set it to false, clicking that button doesn't do anything.
  4. Millz

    How to Write a Custom Class, a Guide for Beginners.

    Yup, a windows form. You'll need to do; public override bool WantButton { get { return true;} } public override void OnButtonPress() { // your code to call the GUI }
  5. Millz

    HazzDruid [Premium Edition]

    There's more to it than just a find and replace - was just explaining why it was giving errors :)
  6. Millz

    HazzDruid [Premium Edition]

    It needs updating due to API changes. Styx.WoWInternals.ObjectManager.Me -> Styx.StyxWoW.Me Styx.WoWInternals.WoWObjects.LocalPlayer.IsInRaid -> Styx.StyxWoW.Me.GroupInfo.IsInRaid Styx.WoWInternals.WoWObjects.LocalPlayer.IsInParty -> Styx.StyxWoW.Me.GroupInfo.IsInParty
  7. Millz

    HazzDruid [Premium Edition]

    Place it in; HB/Routines/HazzDruid/
  8. Millz

    HazzDruid [Premium Edition]

    Done that ? Post a log.
  9. Millz

    HazzDruid [Premium Edition]

    Cheers - That would explain it then. Shall just have to wait for HB updates. Still works pretty decent though \o/
  10. Millz

    HazzDruid [Premium Edition]

    Looks like he was healing an instance. True. Could be an issue with HB core?
  11. Millz

    HazzDruid [Premium Edition]

    Thanks for this Hazz :) Just tried it out in the Lost City of the Tol'vir on normal mode, and works pretty good - fairly mana efficient. Couple of things though; - Not casting Lifebloom on tank. - Sometimes spamming Rejuvenate on a target (should make it so it only Rejuv's a target that...
Back
Top