Citan Admin
Posts : 20 Join date : 2011-02-24 Location : USA, Rhode Island
| Subject: Deathzot Scripts Miscellaneous Tue Sep 30, 2014 3:29 pm | |
| Priest heal friend script (add friends to friend list first) - Code:
-
auto 200 dontlist | {foreach 'screenplayers' $h} if [$h.isfriend == 1 && $h.hppc <= 80] {say 'heal friend $h.name'}
Play alarm when boss is under 3% hp (so you don't miss orbs) - Code:
-
auto 100 dontlist | if [$target.name == 'Archaic Titanium Golem' || $target.name == 'Horror' || $target.name == 'Vile' || $target.name == 'Malice' || $target.name == 'Envy' || $target.name == 'Midguard Emperor' && $target.hppc <= 3] playsound 'defaultmessage.wav'
| |
|