Thread: FR: BL Pets
View Single Post
  #4  
Old 12-17-2003, 10:03 AM
krich
Hill Giant
 
Join Date: May 2003
Location: The Great Northwest
Posts: 150
Default

Here's a fix for the 053DR1 code:

In spells.cpp:4196

Code:
                cout << "ptype not found: Making default BL pet." << endl;
                        break;
                }
                petstruct.race = prace;  //ADD THIS LINE
    } else if (strncmp(pettype, "BLBasePet", 9) == 0) { //Baron-Sprite: This Pettype does not need a reserve, it is only a warning message.
It seems that not everything is working right with pets, but this will give you the type of pet you are looking for.

Regards,

krich
Reply With Quote