Scripts.txt

(0 KB) Pobierz
Monk Triner :

auto 2000 | dontlist | set $highesthp 0 | foreach 'shootablemonsters' $monk {if [$monk.hppc > $highesthp && $monk.name == 'Monk'] {set $highesthp $monk.hppc | set $targetmonk $monk}} | if [$targetmonk.hppc < 46] {stopattack | end} | if [$targetmonk != $attacked] {attack $targetmonk.id} 


Ghoul triner :
 
auto 2000 | dontlist | set $highesthp 0 | foreach 'shootablemonsters' $monk {if [$monk.hppc > $highesthp && $monk.name == 'Ghoul'] {set $highesthp $monk.hppc | set $targetmonk $monk}} | if [$targetmonk.hppc < 46] {stopattack | end} | if [$targetmonk != $attacked] {attack $targetmonk.id}



log if player on screen
make a safelist.txt in elfsettings, with your knight name, then use a :

auto 100 foreach 'screenplayers' $logg {if [$token.'$logg.name'.1 != 'GM' && $fileisline.'safelist.txt'.'$logg.name' == 0] xlog}




 
Zgłoś jeśli naruszono regulamin