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

Search results

  1. 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); }
  2. 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.
  3. 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.
  4. 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...
  5. 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
  6. Neverdyne

    RebornBuddyCN r586

    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.
  7. 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.
  8. Neverdyne

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

    Also CraftingManager.Step is returning a wrong value.
  9. 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.
  10. Neverdyne

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

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

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

    Everything seems to be working fine so far, simple synthesis included. Thanks again.
  12. 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.
  13. 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...
  14. Neverdyne

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

    I use the EquippedItems filter to check gear condition for repair purposes, but it's not essential since you can also just filter by bag ID and GetBagsByInventoryBagId(). As long as that stays it's fine to remove the other one.
  15. Neverdyne

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

    Hey Mastahg, it seems SynthesisSimple.Crafted / SynthesisSimple.Normal are throwing an exception when the SynthesisSimple window is open: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Nullable object...
  16. Neverdyne

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

    Hey Mastahg, do you think it would be possible to reverse the quick synth window? They made it a lot faster now in 5.1 with guaranteed success, though I'm guessing it's a difficult set of windows.
  17. Neverdyne

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

    Thanks for the quick update! I'll try report bugs as I encounter them. CraftingManager.Step seems to return the wrong value.
  18. Neverdyne

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

    CraftingManager.CurrentlyListedRecipes doesn't seem to be working correctly. Only the first recipe gets returned, the others have strange ItemId values. foreach (var item in CraftingManager.CurrentlyListedRecipes) { Log(item.ItemId); }
Back
Top