Code: Select all
All Bots:
- Added: Target Option: HP To Attack. If mob health is above value, will skip that mob. Good for BOSS type mobs to let others get aggro. Default is 100 or always attack
- Added: New Task: Find Patrol Targets Near Me (range). This is a floating hotspot, where you can customize how far to look from your current position for things to kill (from your targets list)
- Added: New Task: Face Direction: Compass heading - Will turn the char to face the specified direction
- Added: If/While variables for use in tasks:
"Player.Level" - Current Player Level in the game
"Player.HP" - Current Player Health as a percentage 0-100%
"Player.OutOfCombat" - If player is currently not being attacked
"Player.InCombat" - If player is currently being attacked
"Bot.RunTime" - Current Runtime of the bot in hours (1.5 hours, etc)
"System.Time" - Current System time in hours (0-23) (4:30 AM = 4.5, 10:30PM = 22.5, etc)
"Bot.PlayersInTargetingRange" - Returns PC players within the default targeting range (usually 40 in game units)
- Bugfix: Hotkey/Advanced/Self Health was not configured correctly, should work properly now.
- Tweak: Bot will speak stopping bot on completion.
- Tweak: When fleeing, bot will now pause for a few seconds at the flee waypoint to let agro slip away