Thread: Need new event
View Single Post
  #5  
Old 02-17-2004, 01:25 PM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

Could be done using what was posted above:

$75 = $mobhp*0.75
$50 = $mobhp*0.5
$25 = $mobhp*0.25

if($mobhp == $75){quest::spawn()}
if($mobhp == $50){quest::spawn()}
if($mobhp == $25){quest::spawn()}

Not perfect, but it could be done with a little effort.
__________________

kRPG Profile
Reply With Quote