This update adds some revolutionary new ways to constraint healing, adds a heavily requested new waypoint type, and fixes a debug. Additionally, it implements functions relating to a users vitality and it gives me a very powerful way to track and fix client debugs.
Changelog:
Code:v3.3.7
Fixed a bug which caused the Private Message function in the Scripter to debug.
Added "Average Damage" trigger to the Healer. Average Damage is defined as the average of all hits taken over the last 5 seconds.
Added "Average Damage Above" option to Alarms.
Added "Average Damage Taken" to the "Battle Information" HUD.
Added "Burst Damage" trigger to the Healer. Burst Damage is defined as the sum of all hits taken over the last 3 seconds.
Added "Burst Damage Above" option to Alarms.
Added "Burst Damage Taken" to the "Battle Information" HUD.
Added "Weak Nodes" to the Walker which, instead of triggering the "Walker Stuck" state, will be skipped if they are unreachable.
Added a Debug Tracker which will help to track the causes of debugs at much faster rates than before.
Added Scripter functionality to check the "vital signs" of the player. These functions are as follows:
Notes:
Returns are boolean (either true or false)
Functions:
Self.isHasted()
Self.isManaShielded()
Self.isParalyzed()
Self.isPoisoned()
Self.isBurning()
Self.isElectrified()
Self.isCursed()
Self.isFreezing()
Self.isDrunk()
Self.isDrowning()
Self.isDazzled()
Self.isBleeding()
Self.isInFight()
Self.isPzLocked()
Self.isInPz()
Self.isBuffed()
For download and operation instructions, refer back to this thread:
http://forums.xenobot.net/showthread.php?19