I just posted the idea, but i hope that many users can create
and share new types of petz....
It would be nice to have new petz like monkeys, rabbits, etc
Here's my contribution... (my first try) : A Cock
INSTALLATION
- Download the zip file
- Upload the images to the directory:
/your-forum/images/petz/petz/6/
- Run the Sql Query in your forum database:
Code:
INSERT INTO `petz_default` ( `ID` , `NAME` , `DCRP` , `TYPE` , `MHP` , `STR` , `DEF` , `AGI` , `SPECIAL`)
VALUES (
'', 'Cock', 'The cock is a tough pet', '6', '100', '35', '30', '35', 'Deadly Peck');