wulf
Community Developer
- Joined
- Dec 29, 2010
- Messages
- 1,832
Update revision 311
Quick update that alot of users have been asking for New TankMode added to the General Settings.
Haven't completely tested as I don't have the time but should work as intended.
wulf.
Quick update that alot of users have been asking for New TankMode added to the General Settings.
PHP:
case TankMode.Automatic:
return Maintank otherwise Assistank if Maintank not available.
case TankMode.Focus:
return FocusedUnit otherwise Maintank or Assisttank.
case TankMode.LowestHealthTank:
Maintank HP < assistank return Maintank otherwise assistank.
case TankMode.MainTank:
return MainTank;
case TankMode.OffTank:
return AssistTank;
case TankMode.TankSwap:
return Maintank isActiveTank return maintank otherwise assistank. (meaning the tanks target is targeting the tank and its a boss)
case TankMode.TankWithDebuff:
return Maintank if has debuff otherwise assistank. (This is a future function, no debuffs are setyp.)
Haven't completely tested as I don't have the time but should work as intended.
wulf.