New Type of Pet: A FROG
INSTALLATION
- Download the zip file
- Upload the images to the directory:
/your-forum/images/petz/petz/9/
- Run the Sql Query in your forum database:
Code:
INSERT INTO `petz_default` ( `ID` , `NAME` , `DCRP` , `TYPE` , `MHP` , `STR` , `DEF` , `AGI` , `SPECIAL`)
VALUES (
'', 'Frog', 'A Fast and Loyal pet', '9', '100', '35', '25', '40', 'Super Tongue');
Enjoy it!