Find
You are looking at a ring of combat mastery
Created by
omenofdoom
, last updated 26 Dec 2008
Code
##tickloc:
runsub checkhost;
##checkhost:
if $actor's host > 0 then check2 else end;
##check2:
$hoster = $actor's host;
if $hoster's material like living then continue else end;
##continue:
include 58416;
multivar $skiller=$hoster,$skillname='aim',$modname='magicitem',$modval='15',$modobj='$actor',$moddur='5',$modtick='5',$modend='0';
runsub addmod;
multivar $skiller=$hoster,$skillname='dodge',$modname='magicitem',$modval='15',$modobj=$actor,$moddur='5',$modtick='5',$modend='0';
runsub addmod;