Thread: Pet enhancments
View Single Post
  #6  
Old 10-24-2020, 03:14 PM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

on spawn i have....

Code:
$npc->SetHP($npc->GetMaxHP());
at the end of the pet scaling code to make sure they are full HP after re-scale

Also I found my original code for it... but it has some things that are custom in it and I'd rather not confuse people with snippets of code that don't work without the custom source for it lol
Reply With Quote