#1
|
||||
|
||||
Giving pets a Gender
This is my first 'mod', and a small one at it. I hope you like it.
This mod is so your pets can have gender. I'd love to have a breeding system, but there's no way I'm going to be able to make that. First what we're going to do is we're going to open 'myadopts.php'. Find this part: Code:
$aid=@mysql_result($result,$i,"aid"); //The adoptable's ID $currentlevel=@mysql_result($result,$i,"currentlevel"); $type=@mysql_result($result,$i,"type"); $name=@mysql_result($result,$i,"name"); $totalclicks=@mysql_result($result,$i,"totalclicks"); Code:
$aid=@mysql_result($result,$i,"aid"); //The adoptable's ID $currentlevel=@mysql_result($result,$i,"currentlevel"); $type=@mysql_result($result,$i,"type"); $name=@mysql_result($result,$i,"name"); $gender=@mysql_result($result,$i,"gender"); $totalclicks=@mysql_result($result,$i,"totalclicks"); Code:
$article_title = $name."'s Statistics:"; $article_content = "<img src='".$image."'><br><br> <b>Total Clicks: ".$totalclicks."<br> Current Level: ".$currentlevel."<br> Next Level: ".$nloutput."<br></b>"; Code:
$article_title = $name."'s Statistics:"; $article_content = "<img src='".$image."'><br><br> <b>Total Clicks: ".$totalclicks."<br> Gender: ".$gender."<br> Current Level: ".$currentlevel."<br> Next Level: ".$nloutput."<br></b>"; Under this: Code:
if($name == ""){ $name = $type; } Code:
//The gender mod $tempgender = rand(0, 1); if($tempgender == "0") { $gender = "Female"; unset($tempgender); } else { $gender = "Male"; unset($tempgender); } Code:
mysql_query("INSERT INTO ".$prefix."owned_adoptables VALUES ('', '$type', '$name','$loggedinname','0','0', '$code', '','$alts','notfortrade','no')"); Code:
mysql_query("INSERT INTO ".$prefix."owned_adoptables VALUES ('', '$type', '$name','$loggedinname','0','0', '$code', '','$alts','notfortrade','no','$gender')"); You should be done. Try adopting a creature, and then viewing it's stats. You'll see which gender it is! Please tell me what I messed up here. :) I know this has been done before, I just wanted to try it myself. ~Arianna[hr] Also, I don't know how to put it in for already existing pets. Any help there? |
#2
|
|||
|
|||
RE: Giving pets a Gender
You could add a form to doadopt.php to let people select the gender too ;)
|
#3
|
||||
|
||||
RE: Giving pets a Gender
That's cool. :D Is there any way that I could do that?
I liked having 'random' genders, but I'm sure the users of the site would like that more. xD |
#4
|
|||
|
|||
RE: Giving pets a Gender
instead of your random number to select gender code, try this:
PHP Code:
|
#5
|
|||
|
|||
RE: Giving pets a Gender
you can also display the gender in the user profile, like this
http://www.maplepet.co.cc/perfil.php?user=admin just an idea :D |
#6
|
||||
|
||||
RE: Giving pets a Gender
Yes, I have them displaying on the myadopts.php page. :)
|
#7
|
||||
|
||||
RE: Giving pets a Gender
I think I found a problem, I'm going to go back in and edit it. Wish me luck!
|
#8
|
|||
|
|||
RE: Giving pets a Gender
I just tried to install this, managed to adopt the pet, and then was told it didn't exist O___O
So, I guess the script didn't go through to the database? |
#9
|
|||
|
|||
RE: Giving pets a Gender
Sorry but I can't trouble shoot. Not using this one. Mystic Grove has a totally different system using majick to reproduce.
Sea |
#10
|
||||
|
||||
RE: Giving pets a Gender
How weird - it works for me. Are you sure that you've created the 'gender' column correctly? May I see your code so I can compare it with mine?
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mys v1.3.4 Know Gender of New Pets Before Naming | Kyttias | Mys v1.3.x Mods | 4 | 08-04-2018 02:13 AM |
Mys v1.3.x Giftbox Mod (Randomly appearing, currency giving~) | Kyttias | Mys v1.3.x Mods | 14 | 06-23-2017 08:08 AM |
Show Gender while Naming Pet & Name Promo Code Pets | Kyttias | Questions and Supports | 5 | 07-11-2014 03:12 PM |
Gender | superdude44 | Questions and Supports | 5 | 07-11-2013 02:17 AM |
Gender? [answered] | Arianna | Questions and Supports | 4 | 11-19-2009 07:33 AM |
What's New? |
What's Hot? |
What's Popular? |