Page 1 of 1

ESO Bot 2.2.9.1 Misc Fixes

Posted: Wed Aug 04, 2021 2:18 am
by PitViper
August 3, 2021 MMOViperBot Verison 2.2.9.1

All Bots:
- Added: Scripting Override: IGame.OnDeath event -- public delegate void OnDeathEvent(ref int iDeathCount, ref bool bHandled);
- Added: Scripting Override: IGame.OnLoot event -- public delegate void OnLootEvent(IMob Mob, ref bool bHandled);
- Tweaked: Scripting Override: INavigation.OnStuck event -- public delegate void OnStuckEvent(float x, float y, float z, ref int stuckcount, ref bool bHandled);

ESO:
- Bugfix: Scripting API: IMob.Buffs working again.
- Added: Scripting API: IPlayer.CharName (use with caution as calling can crash the client)