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

Search results

  1. A

    RebornBuddyCN r586

    Thank you! wish this can reduce some cpu load in crowded scenes
  2. A

    RebornBuddyCN r586

    Hi mastahg, it seems like there is a typo in Clio.Utilities.Compiler.CodeCompiler. when use "//!CompilerOption:Optimize:On" in file start it only recongize "Optimise" but not "Optimize", and complier didn't accept that argument. will this compile option make a difference on performance? I am...
  3. A

    RebornBuddyCN r586

    hi mastahg, cn patch 5.35 mainstance will be end at 2021/2/9 16:00 (GMT+8)
  4. A

    RebornBuddyCN r586

    hi mastahg, I found that the cause of the DirectorManager ReadWriteMemoryException after reconnection is that two static readonly IntPtrs of UiManager's address have changed after reconnect, but they will only be assigned once when rb is started. I have reset them to their current correct...
  5. A

    RebornBuddyCN r586

    Sorry mastahg, I thought about this problem again today. If a Coroutine.Wait is running, then every ticks before the Wait() ends will continue executing from the coroutine line without judging its previous conditions. I ran this test code in the codechunk of orderbot if...
  6. A

    RebornBuddyCN r586

    and CNBooster v1.3 seems not working... i put it under the same path of launcher exe and run booster, it still warns me "the process is already opened“.
  7. A

    RebornBuddyCN r586

    if player didn't unlocked flight on Coerthas Western Highlands, NavGraph will still guide player through ishgard. but theres a obstacle we can't pass it will stuck there and triggers anti-stuck to jump strafe all day long, and was immediately identified as a bot.
  8. A

    RebornBuddyCN r586

    hi mastahg, I seem to have encountered a mysterious bug, i use a System.Timers.Timer instance and subscribed its elapsed event to repeatedly trigger some functions outside the main behaviour tree, like this System.Timers.Timer t = new System.Timers.Timer(100); t.Elapsed...
  9. A

    RebornBuddyCN r586

    hi mastahg. cn patch 5.31 maintenance will be held on 2021/1/5/12:00-16:00 (GMT+8) patch download link http://ff14.clientdown.sdo.com/buding/FFXIV_Setup_2020.12.21.exe
  10. A

    RebornBuddyCN r586

    hi mastahg, is it possible to use local functions in orderbot's xml codechunks? it would be a great plus which allows orderbot do something only a botbase could do before.
  11. A

    RebornBuddyCN r586

    this exception often appears after switched character or re-login, can it be fixed? It would be really handy if we didn't have this exception so we could automatically log back into the game after disconnected or switch character to check retainers :)
  12. A

    RebornBuddyCN r586

    Thank you! CanReduce works with no problem, i just mistaken it with ConvertToMateria... sorry
  13. A

    RebornBuddyCN r586

    ff14bot.Managers.HotbarSlot.HotbarAction1Type is returning wrong value randomly.
  14. A

    RebornBuddyCN r586

    hi mastahg, just a reminder today cn server will update to patch 5.3:), maintenance will be over on 2020/12/1/ 16:00 (GMT+8) here is the patch download link http://ff14.clientdown.sdo.com.gosuncdn.net/buding/5.3setup.rar
  15. A

    RebornBuddyCN r586

    mastahg sorry to bother again, i am trying to use NavGraph in a botbase as navigator, i ran this in console Task.Run(async () => { Log("getting path"); var path = await NavGraph.GetPathAsync(WorldManager.ZoneId, FateManager.ActiveFates.Where(i => i.IsValid) .OrderBy(i...
  16. A

    RebornBuddyCN r586

    hi mastahg, i met some trouble when trying to use the Lua class. many of the client lua functions such as Log(Lua.GetReturnVal<string>("return _G['CmnDefHousingSignboard:721031']:OpenSignboard()")); or Log(Lua.GetReturnVal<string>("return _G['Pc:0000014924BFCCA0']:BalloonTalk()")); throws an...
  17. A

    RebornBuddyCN r586

    Sorry I only checked the label is not null, added an IsValid check then it works:) for the console, yes I upgraded it to use the roslyn complier included in rb folder.
  18. A

    RebornBuddyCN r586

    I'm learning to use IDA but I'm not familiar with it yet:( Emj is the doman mahjong window, but all windows throw the same Exception when I trying to access their RemoteButton.Label.Text. If I replace {button.Label?.Text} with {button.Label != null}, the code can run: but it doesn’t make...
  19. A

    RebornBuddyCN r586

    Mastahg sorry to bother, I met a problem when using ff14bot.RemoteWindows.RemoteLabel.Text Got an error when trying to run the following codes in the reborn console: var total = 200; var window = RaptureAtkUnitManager.GetWindowByName("Emj")...
  20. A

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

    now i'm using this simple Cast Function To handle all non-groundtarget pvp spell casts public SpellData SpellData { get { SpellData spell; if (SpellType == SpellType.PVPCombo)...
Back
Top