FFXIV Bot - 2.3.1.0 Scripting Updates and Harvesting Fix
Posted: Mon Jul 25, 2022 5:00 pm
July 25, 2022 MMOViperBot Version 2.3.1.0
ALL Bots:
- Tweak: Minor cleanup and tweaks
FFXIV Bot:
- Tweak: Radar and overlay radar tweaks
- Bugfix: Fixed some items not showing up in the ItemStrings.json (effected harvesting)
- Added: Scripting API-> GetBuffByName
- Added: Scripting API-> IBuffManager IMob.BuffManager (can now get buffs for targets).
Ex. IBuff b = IGame.Target.BuffManager.GetBuffByName("Death By Fire"); Returns NULL if buff does not exist!
- Deprecated: Scripting API-> IGame.BuffManager (no longer needed since IMob.Buffmanager works for all mobs.)
Please send more API requests or features you want added!
ALL Bots:
- Tweak: Minor cleanup and tweaks
FFXIV Bot:
- Tweak: Radar and overlay radar tweaks
- Bugfix: Fixed some items not showing up in the ItemStrings.json (effected harvesting)
- Added: Scripting API-> GetBuffByName
- Added: Scripting API-> IBuffManager IMob.BuffManager (can now get buffs for targets).
Ex. IBuff b = IGame.Target.BuffManager.GetBuffByName("Death By Fire"); Returns NULL if buff does not exist!
- Deprecated: Scripting API-> IGame.BuffManager (no longer needed since IMob.Buffmanager works for all mobs.)
Please send more API requests or features you want added!