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

Recent content by Sodimm

  1. S

    i need 70-80 quest profile

    Why can't you? Download the zip from github and Put the "Sodimm" folder in Profiles into the "Profiles" directory of RebornBuddy. If you're getting compiler errors, it's because it's incorrectly installed.
  2. S

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

    Log(WorldManager.InSanctuary); always returns false.
  3. S

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

    It does indeed look like Guage 3 is offset_F struct: ResourceTable: { timer: 0, timer2: 0, offset_8: 0, offset_9: 0, offset_A: 0, offset_B: 0, offset_C: 0, offset_D: 0, offset_E: 0, offset_F: 0 } // No Seals struct: ResourceTable: { timer: 0, timer2: 0, offset_8: 0, offset_9: 0, offset_A: 0...
  4. S

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

    Astrologian Card Held (Arcana, Arcanum) is offset_C Card Values: None = 0 Balance = 1 Bole = 2 Arrow = 3 Spear = 4 Ewer = 5 Spire = 6 LordofCrowns = 112 LadyofCrowns = 128 Divination Guage (Seals) Guage 1 is offset_D Guage 2 is offset_E Guage 3 is offset_F (maybe???) Divination Seal Values...
  5. S

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

    Can't have more than one protection modifier @mastahg private protected bool shouldInterject protected bool shouldInterject should fix it ;) :D
  6. S

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

    Pray forgive me, I aint on your guys level, I'm pretty shit at this stuff and I aint afraid to admit it hehe. But thanks for the tips on how to improve.
  7. S

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

    Aether Current 5, 6 and 7 for zone 818 are returning incorrect value. (This zone is completed). Tested with other zones, and they're all returning correct values.
  8. S

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

    Nice addition Mastahg, cheers! On looking at it and incorporating into profiles... I get System.Exception: No id mapping found for ff14bot.RemoteAgents.AgentAetherCurrents at ff14bot.Managers.AgentModule.GetAgentInterfaceByType[T]() :( using both...
  9. S

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

    Any way I can interact with the CutSceneSelectString options, it's a new gimmick with Shadowbringers that starts @ quest 68871 step 5
  10. S

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

    Aye, summat weird going on. I should've checked AetheryteId before admittedly. Even looking at AetheryteIdsForZone(813), 136 is the only result. ClearLog(); foreach (var tp in WorldManager.AetheryteIdsForZone(813)) { Log(tp); } Result (136, <-731.5118, 53.4052, -226.5298>)
  11. S

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

    TeleportLocation for The Ostall Imperative (Lakeland (813)) returns null. ClearLog(); foreach (var teleportlocation in WorldManager.AvailableLocations.Where(z => z.ZoneId == 813)) { Log(WorldManager.AetheryteIdsForZone(813).Where(r => r.Item1 ==...
  12. S

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

    GetTo tries to attune to Eulmore Aetheryte when it can't. The Aethernets can be used but the Aetheryte is inaccessible until completing MSQ: 69167 or 69168. I've already unlocked it so I'm going off memory here. I am running thru the MSQ again as we speak, so I can be more precise once I get there.
  13. S

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

    Path Failure when using GetTo inside The Dawn Throne. Going from point A to point B within The Dawn Throne will cause GetTo to try and navigate to the Gate Keeper at the Bottom of Dawn Throne. GetTo needs to consider the Y axis to know if it's Inside or Outside The Dawn Throne. Example: Start...
  14. S

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

    Path Failure when using GetTo from Ala Ghiri to Mount Yourn (Tries to go via Porta Praetoria but can't navigate to The Peaks exit). Example: Start from Ala Ghiri Aetheryte. <Profile> <Order> <GetTo ZoneId="620" XYZ="311.476, 324.3033, 361.2439"/> </Order> </Profile>
Back
Top