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

    Honorbuddy 3 - API Changes & Workarounds

    Some notes from the Store Developer Skype Chat. Navigator.GeneratePath() -> Won't be implemented. Total path distance can be obtained from Navigator.LookupPathInfo(WoWObject).Distance MeshNavigator.CurrentMovePath -> Won't be implemented. Next path hop can be obtained from...
  4. Millz

    Legionbuddy, question

    It's fully passive. The rotations are coded different for HB and LB, but they ultimately provide the same result. Written up some FAQs from discord channel; https://www.thebuddyforum.com/general-discussion-forum/249622-faq-legionbuddy-information-new-post.html
  5. Millz

    Legionbuddy, question

    Indeed. Plan is for general release before the legion expac I believe.
  6. Millz

    Legionbuddy, question

    Being solely available to legendary buddies only is just for the alpha testing phase.
  7. Millz

    Latest Store Changes (Recently Updated Products)

    I think New and Updated should be merged on the front page, with separate categories to drill down into for "New" and "Recently Updated". Most store websites will have select products on the main page, but a drop down box with sorting options "Recently Updated", "Price (High to Low)", "Price...
  8. Millz

    Latest Store Changes (Recently Updated Products)

    Agree with Studio on this. Store Appearance: There's too much going on now on the home page for the store. The store is already modelled after Google's Play store. It should follow some of their standards - they'll have done incredible amounts of market research to get to where they are...
  9. Millz

    Reducing BGBuddy's Impact on Battlegrounds

    Aware the team is considering BGBuddy's future and reducing the impact on the WoW community. Thought I'd throw out some ideas/suggestions for changes to try and improve the situation rather than taking a heavy handed approach of removing it completely. Making it public allows others to throw...
  10. Millz

    ma routine demonic ne fonctionne plus

    There's nothing to install into the routines folder. It's all done automatically by Honorbuddy when you purchase something through the store. Make sure Demonic Premium is enabled, Demonic Free is disabled, and then try a fresh HB install.
  11. Millz

    ma routine demonic ne fonctionne plus

    Haven't stopped responding - there's nothing more I can do. The issue appears to lie with the buddy store. You need to wait for the support staff to look into it - I don't have access to it.
  12. Millz

    ma routine demonic ne fonctionne plus

    Hey Touch The routine is loaded via the buddy store - no .cs / .dll files are stored on his client. They should be streaming directly from the store upon Honorbuddy initialization - but that's not happening. The issue is with the store/streaming system, rather than the routine. @morgan31 -...
  13. 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.
  14. 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 }
  15. Millz

    is this worthy of a perma-ban?

    http://www.youtube.com/watch?v=z_hJUZ-4Ko8
  16. Millz

    HazzDruid [Premium Edition]

    There's more to it than just a find and replace - was just explaining why it was giving errors :)
  17. 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
  18. Millz

    HazzDruid [Premium Edition]

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

    HazzDruid [Premium Edition]

    Done that ? Post a log.
  20. Millz

    HazzDruid [Premium Edition]

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