View Single Post
  #13  
Old 04-19-2009, 05:01 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Probably something to do with your script. Looks like you have this:

Code:
if ($hpevent <=25){
instead of this, which is what you should be using:

Code:
if ($hpevent == 25){
Not completely sure that is the cause of your issue, but that is my best guess.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote