New Type of Pet: A MONKEY
INSTALLATION
- Download the zip file
- Upload the images to the directory:
/your-forum/images/petz/petz/7/
- Run the Sql Query in your forum database:
Code:
INSERT INTO `petz_default` ( `ID` , `NAME` , `DCRP` , `TYPE` , `MHP` , `STR` , `DEF` , `AGI` , `SPECIAL`)
VALUES (
'', 'Monkey', 'Cute but strong in battle', '7', '100', '35', '30', '35', 'Mega Punch');
Enjoy it!