TerrellKl Novice
Joined: 30 Aug 2005 Posts: 49
|
Posted: Mon Jul 03, 2006 10:17 pm
Autoheal trigger |
#TRIGGER {~[%s(%d)%p(%d)hp%s(%d)%p(%d)ma%s(%d)%p(%d)mv~] ~[*~] (%w)} {
#if (%1 < (%eval( %2-200))) {
#Co orange
heal %7
}
}
When I receive this:
(Fighting) [1070/1271hp 275/ 275ma 449/ 485mv] [46 Dwarf Bbr/Cav] Havoc (Head of group)
(Fighting) [ 417/ 618hp 1747/1877ma 168/ 168mv] [50 Elder Pri] Orim
(Fighting) [ 452/ 452hp 749/ 749ma 163/ 163mv] [26 Human Mag] Leto
(Fighting) [ 651/ 651hp 125/ 125ma 219/ 251mv] [27 Orc War] Tul
(Fighting) [ 619/ 619hp 323/1228ma 195/ 195mv] [28 Drow Nec] Nix
(Fighting) [ 798/ 798hp 931/2034ma 108/ 108mv] [49 Irda Pri/Pro] Tyrelia
(Fighting) [ 894/ 894hp 8/1169ma 195/ 195mv] [36 Marid Cle] Peril
Havoc wouldn't be healed.. I believe its because his hp is over 1000, It doesn't work when it does that, and Second, if Havoc could be healed, it would try to heal them both.. I want to only heal one, or cast 'group heal'
can anyone help? |
|