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

Search results

  1. Neverdyne

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

    Hey Mastahg, do you think we could get an update for ActionResourceManager.Monk? It seems to be missing beast chakras and nadi.
  2. Neverdyne

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

    Hey Mastahg, found a bug. Core.Me.Levels doesn't register Reaper at all. Quick to test with: foreach (var level in Core.Me.Levels) { Log(level); }
  3. Neverdyne

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

    Hey Mastahg, AetherCurrentManager.IsZoneComplete() seems to be reporting the wrong values, and if you try to use certain zones (like 620) it throws an exception.
  4. Neverdyne

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

    Thanks! It seems CraftingManager.CurrentlyListedRecipes is not reading the values correctly.
  5. Neverdyne

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

    Thanks! It seems like CommonTasks.AetherialReduction() is returning "Failure, ButtonNotClickable" even when the reduction was successful, only the window doesn't close afterwards.
  6. Neverdyne

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

    Thanks for the quick fix! It seems gathering items are reading the wrong values for their level and stars properties. Running the following reports them with levels 1 or 0. foreach (var item in GatheringManager.GatheringWindowItems) { Log(item.Level); }
  7. Neverdyne

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

    Hey Mastahg, thanks for the quick update. It seems Core.Me.MaxCP is returning an incorrect value right now.
  8. Neverdyne

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

    Can't seem to find the UseMount member on ff14bot.Pathing.MoveToParameters on assembly version 1.0.388.
  9. Neverdyne

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

    Hey Mastahg, was wondering if you'd consider adding an overload for Navigator.MoveTo(moveParams) that takes a bool to make it ignore mount settings? The only way I can make it ignore mounting/dismounting is if I disable that on the global settings, which is not ideal. Something like...
  10. Neverdyne

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

    Hey Mastahg, it seems the skill data is now incorrect for the EN client. Several crafting skills are no longer detected by ActionManager since today's update, including: Basic Synthesis / Carpenter / ID: 100001
  11. Neverdyne

    RebornBuddyCN r667

    It seems like ActionManager isn't detecting the Collectable Synthesis skill for CN users. The skill got removed in 5.30 but they still should have it on 5.21.
  12. Neverdyne

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

    It seems doing ActionManager.CanCast(100001, Core.Me) crashes the game. That's Basic Synthesis as Carpenter if that's relevant. Using null as target also crashes it.
  13. Neverdyne

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

    Also CraftingManager.Step is returning a wrong value.
  14. Neverdyne

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

    Thanks for the quick update! It seems CraftingManager.IsCrafting is returning false while crafting.
  15. Neverdyne

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

    Biggest change to crafting is the 3 new conditions: Centered, Sturdy, and Pliant.
  16. Neverdyne

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

    Everything seems to be working fine so far, simple synthesis included. Thanks again.
  17. Neverdyne

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

    Thanks! It's working now. It seems CraftingManager.Step is returning the wrong value now.
  18. Neverdyne

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

    Thanks for the update! It seems CraftingManager.SetRecipe() is throwing an exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.AggregateException: One or more errors occurred. ---> System.Exception: No id mapping found...
Back
Top