Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases

Reply
 
Thread Tools
[PetzVB v2] Custom PETZ!! Details »»
[PetzVB v2] Custom PETZ!!
Version: 1.01, by xmorpher xmorpher is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 05-25-2005 Last Update: Never Installs: 12
 
No support by the author.

Does anybody has created CUSTOM Pets? (new types of petz)

If you have the hack: PetzVB v2
you can create your own petz,
share with others or download new ones from here...

INSTRUCTIONS TO CREATE A NEW TYPE OF PET:

Update: Read the Photoshop Tutorial HERE

- You must create 100 gif images (one per each pet level)
However, you can create just 10 new images
and repeat the same image and use it with 10 levels...

for example: use the baby-pet image from level 1 to level 10
use the teen-pet image from level 11 to level 20 ,
use the stronger-pet image from level 81 to 90 etc...

- the files must be named 1.gif, 2.gif, 3.gif,......88.gif, 89.gif, ... etc

About the images...
IMAGE SAMPLE:
https://vborg.vbsupport.ru/attachmen...id=26575&stc=1
/FORUM/images/petz/petz/5/3.gif

1- The image must be a GIF of 64x64 pixels
2- The image must have a white background and transparency
in the body of the pet (to show the user color there)
3- The image should have just the body (without including the eyes,
nose or mouth since they're set by the happiness image)
4- The body should be calculated to fit with the default eyes/mouth images

https://vborg.vbsupport.ru/attachmen...id=26565&stc=1
FORUM/images/petz/happiness/70.gif

5- that's it. Upload the files in your forum in a new folder,
for example: FORUM/images/petz/petz/6/*.gif


About the database
If you want to make available the new type of pets,
you must insert a new row in the database table: petz_default
entering the info of the new pet:
ID: you can leave it empty
NAME: Name of the new type of pets (monkey, rabbit, snake, etc)
DCRP: Description of the new pet
TYPE: an unique number to identify this type of pet... it should be the same number that you used to save the new pet files...
MHP: max. HP-> health points to begin with
STR: Strength (a number between 1-100) *
DEF: Defence (a number between 1-100) *
AGI: Agility (a number between 1-100) *
SPECIAL: Special atack name

*Note: if you want to make balanced petz, you should make
that STR + DEF + AGI = 100
For Example:
Dog-> (STR:40) + (DEF:30) + (AGI:30) = 100
Cat-> (STR:40) + (DEF:20) + (AGI:40) = 100
Monkey-> (STR:35) + (DEF:30) + (AGI:35) = 100
etc

That's All...

Good Luck, i hope that many users can help
sharing their new type of pets, pet images, php file installers
or suggestions here...

Pets Availables So Far...
- A Cock
- Improved cats
- A Monkey
- A Snake
- A Frog

Don't forget to Click Install if you find these pets usefull
to create and share more...

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 07-18-2005, 12:13 AM
angelicGrace angelicGrace is offline
 
Join Date: Jun 2004
Location: Up in the clouds
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh the froggy looks very cool. Can't wait till you have it ready.
Reply With Quote
  #23  
Old 07-19-2005, 04:45 PM
Detomah's Avatar
Detomah Detomah is offline
 
Join Date: Sep 2003
Location: South Shields UK
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xmorpher
Preview of the next pet...
That's just teasing. :P

Looks very good, don't know how you get this done so quick though, it's taking me an age just to get the image in the right place and all that sort of thing.

Can't wait.
Reply With Quote
  #24  
Old 07-19-2005, 06:05 PM
xmorpher's Avatar
xmorpher xmorpher is offline
 
Join Date: Feb 2004
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Detomah
don't know how you get this done so quick though, it's taking me an age just to get the image in the right place and all that sort of things
Do you have photoshop?... Read the tutorial i posted
and/or download the petz templates in the zip file
to create your own pets...
Reply With Quote
  #25  
Old 07-24-2005, 03:51 PM
Detomah's Avatar
Detomah Detomah is offline
 
Join Date: Sep 2003
Location: South Shields UK
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xmorpher
Do you have photoshop?... Read the tutorial i posted
and/or download the petz templates in the zip file
to create your own pets...
That should help speed things up a little for me.

Yeah, like most of us, I'd be lost without Photoshop.
Reply With Quote
  #26  
Old 07-24-2005, 04:27 PM
xmorpher's Avatar
xmorpher xmorpher is offline
 
Join Date: Feb 2004
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #27  
Old 07-24-2005, 08:14 PM
angelicGrace angelicGrace is offline
 
Join Date: Jun 2004
Location: Up in the clouds
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just added the snake and the frog. Highly cute. Love them both. Great job.

There is an error in the sql queiry for the snake. I have edited it below, it is highlighted in yellow.

Quote:
INSERT INTO `petz_default` ( `ID` , `NAME` , `DCRP` , `TYPE` , `MHP` , `STR` , `DEF` , `AGI` , `SPECIAL`)
VALUES (
'', 'Snake', 'A dangerous pet...', '8', '100', '45', '20', '35', 'Lethal Fang');
Reply With Quote
  #28  
Old 07-24-2005, 09:59 PM
redspider's Avatar
redspider redspider is offline
 
Join Date: Jul 2005
Posts: 225
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can you get to another level?
Reply With Quote
  #29  
Old 07-24-2005, 11:40 PM
Detomah's Avatar
Detomah Detomah is offline
 
Join Date: Sep 2003
Location: South Shields UK
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xmorpher
Enjoy it!
Superb, thank you very much for the fantastic work.
Reply With Quote
  #30  
Old 08-03-2005, 05:06 PM
Yukino_AE Yukino_AE is offline
 
Join Date: Jul 2005
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there anyway to alter this so that you use sprites instead of these kinds of pets?
Reply With Quote
  #31  
Old 08-03-2005, 10:37 PM
Yukino_AE Yukino_AE is offline
 
Join Date: Jul 2005
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have successfully made many inuyasha sprite pets.

i'm going to upload them for others but the only thing is with these pets you have to change your images in the happiness folder with the ones i'll supply. Otherwise your anime pets will look way to goofy.

i have them set so that when you pick the colors it changes their skin color. ^_^

i'll post these with screenshots soon
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:26 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05680 seconds
  • Memory Usage 2,314KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete