View Single Post
  #2  
Old 11-19-2016, 01:16 PM
Dinocanid's Avatar
Dinocanid Dinocanid is offline
Member
 
Join Date: Aug 2016
Location: Maryland, USA
Posts: 516
Gender: Unknown/Other
Credits: 89,869
Dinocanid is on a distinguished road
Default

Just tested this and I can't seem to replicate it. Do you have anything that lowers the health of your pet elsewhere?
I did notice that the item was used even if the pet's health was at 100 though, so that can be prevented by changing:
PHP Code:
if($addHealth 100){ 
to:
PHP Code:
elseif($addHealth 100){ 
__________________
Reply With Quote