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

Search results

  1. mastahg

    Magitek

    mastahg submitted a new resource: Magitek - all-in-one combat routine Read more about this resource...
  2. mastahg

    New ... everything!

    Greetings friends, as of February 1st, RebornBuddy is no longer associated with Bossland / p+p Gaming GmbH. After a long, successful relationship, the quality of their support rapidly degraded over the past years, and it reached a point where it just did not make sense to me to continue the...
  3. mastahg

    [Release] RebornBuddy64 Version 1.0.726 - DirectX11 / x64 bit compatible

    Changelog Known Issues Notes to third party developers Asides for any temporarily missing api there are a few things you need to note. IntPtrs are now 8 bytes instead of 4 bytes RB_X64 is #defined to tell if you are running 64bit rebornbuddy. Working with game windows has slightly changed...
  4. mastahg

    [OrderBot] Amalj'aa Daily Quests

    Amalj'aa Daily Quests Rank 1,2, and 3. Unlock quests need to be done manually. These profiles handle all the different variations of each daily quest. The only quests it does not do are the ones requiring you to use a mount.
  5. mastahg

    Important Crafting Tags

    Important crafting tags: Synthesize: <Synthesize RecipeId="1023"/> Required Parameters: RecipeId: Id of the recipe to craft. Looking into a nice way for users to dump their currently known recipes. For now you'll have to use a service like Final Fantasy XIV : A Realm Reborn...
  6. mastahg

    Useful code snippets for developing quest profiles

    Getting list of quests ClearLog(); foreach(var quest in QuestLogManager.Quests()) { Log(quest); } The bits you'll be intersted in is GlobalId and Step Get all nearby units ClearLog(); var units = GameObjectManager.GameObjects; foreach(var unit in units.OrderBy(r=>r.Distance()))...
  7. mastahg

    RebornBuddyCN r586

    Changelog Version 202 Triple Triad Botbase added RebornBuddy: Zip Requirements Buddywizard is currently outdated, please install the requirements manually below: .NET 4.8 VC++2022 x64 Reporting Bugs When reporting a bug, please include your full log file (found in your...
  8. mastahg

    [OrderBot] Kobold Dailies v1.2

    This will do most of the dailies. My server hasnt had a few of them for a few days in a row so I have not been able to complete some of the hand-in code for them. You can start this anywhere and itll take you to the camp. Make sure you have done the pre-reqs and can pickup the dailies...
  9. mastahg

    Arena check

    Whats the easiest way to check if a player is in an arena match?
  10. mastahg

    How to poke BGbuddy settings?

    I'd like to be able to adjust settings for the pull range in EzPVP CC's is there a way I can access it?
  11. mastahg

    50 private message limit

    Could this be increased? I've missed a few messages and 50 messages is such a low limit. Thanks!
  12. mastahg

    EzPVP - Mastahg's PVP CC's

    Legal: I reserve all rights. You may not modify unless for personal use. Collection of Repositories Plugins: FlagReturn - Return TP and WSG Flags How to SVN
  13. mastahg

    Downloads broken

    Can't seem to download Ezret and Ezmarks anymore, giving a 404 error. Even tried reuploading and it didn't work. If you need help working with vbulletin let me know, I run a few of my own.
  14. mastahg

    5.0 Quest Profiles

    I guess they'll be easier to make considering that flying mounts will be disabled until max level.
  15. mastahg

    Nifty Cod addon

    Had my friend who does lua shit write me a addon to make sending items via COD easy. http://wow.curse.com/downloads/wow-addons/details/masscod.aspx
  16. mastahg

    Archbot does not use Engineer mount

    I've been trying to get the arch bot to use my "Flying Machine" mount, and it won't work. I assume this is because the flying machine is ALSO usable as a ground mount. I would put a bug ticket in but the tracker isnt loading for me.
  17. mastahg

    How did glider work?

    I wasn't playing back in the day of glider so I never used it. How did it work? Was it something like pirox where it used a waypoint system?
Back
Top