#1
|
|||
|
|||
gender ratio script
hey hof,
about that gender ratio script.. will that also solve the random adopting? like if i add a male horse, regardless how many times it's adopted.. will it always be a male? |
#2
|
||||
|
||||
Well yes. If you set the gender ratio to be 0, it will always be male regardless of how many times you adopt the same species. Similarly for all female adoptables, just change 0 to 100 to make this happen.
__________________
Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site. |
#3
|
|||
|
|||
i'm gonna attempt it over the weekend, but i don't know php.. so i know for a fact i'll screw up the whole site..
|
#4
|
||||
|
||||
What's the coding you're working with? I can help you out ^^
|
#5
|
|||
|
|||
hof's gender ratio mod for 1.1 to use in version 1.2..
|
#6
|
||||
|
||||
Where can I find it? I'll take a look at it once I install it.
|
#7
|
|||
|
|||
http://www.mysidiaadoptables.com/for...ead.php?t=1611
hof, about yer tutorial.. the gender column already exists.. second to last item in the table.. so i can't add it so would i just move it to the bottom and change the value 10 to 40??? this is why i shouldn't be touching the db and php... lol Last edited by maximillion; 06-24-2011 at 08:09 PM. |
#8
|
||||
|
||||
It really doesn't matter what location it is in the database.
Just change the value to 40 and you should be still able to pull the info. |
#9
|
|||
|
|||
v1.2 nadopt.php has:
$alternates = $_POST["alternates"]; $altoutlevel = $_POST["altoutlevel"]; $altchance = $_POST["altchance"]; doesn't have "SECURE" sections: $alternates = $_POST["alternates"]; $alternates = secure($alternates); $altoutlevel = $_POST["altoutlevel"]; $altoutlevel = secure($altoutlevel); $altchance = $_POST["altchance"]; $altchance = secure($altchance); so do i add the secure parts? or just the "post" part for the gender ratio mod? also, v1.2 doesn't say: mysql_query("INSERT INTO ".$prefix."adoptables VALUES ('', '$name', '$description','$eggimage','$cba','$promocode', '$freqcond', '$number','$datecond','$date','$adoptscond','$maxn umcond','$morethannum','$usergroupcond','$usergrou ps','$alternates','$altoutlevel','$altchance')"); but rather: runquery("INSERT INTO ".$prefix."adoptables VALUES ('', '$name', '$class' ,'$description','$eggimage','$cba','$promocode', '$freqcond', '$number','$datecond','$date','$adoptscond','$maxn umcond','$morethannum','$usergroupcond','$usergrou ps','$alternates','$altoutlevel','$altchance', '$cost')"); and ofcourse now i gotta install that person's script cause it's not installed... i'm sorry, but when 1.2 was done this should all have been done.. this is frustrating that, i don't know php and here i am attempting it... just getting pissed off now! EDIT: Quote:
Last edited by maximillion; 06-25-2011 at 02:29 PM. |
#10
|
|||
|
|||
http://www.mysidiaadoptables.com/for...ead.php?t=1148 is the gender system. You could just add something like
Code:
if($type=Put a certain type here) { $gender = "Male"; } Last edited by ruletka; 06-25-2011 at 03:17 PM. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mys v1.3.4 Gender Ratio Mod for Mys v1.3.4 | Hall of Famer | Mys v1.3.x Mods | 14 | 06-17-2020 08:20 PM |
Mys v1.3.3 Gender Ratio Mod for Mys v1.3.3 | Hall of Famer | Mys v1.3.x Mods | 17 | 05-23-2019 04:34 PM |
Mys v1.3.2 Gender Ratio Mod for Mys v1.3.2 | Hall of Famer | Mys v1.3.x Mods | 6 | 01-08-2013 03:02 PM |
Mys v1.3.1 Gender Ratio Mod for v1.3.1 | Hall of Famer | Mys v1.3.x Mods | 15 | 08-17-2012 04:25 AM |
Hall of Famer's Gender Ratio Mod v1.2 | Hall of Famer | Mys v1.2.x Mods | 45 | 04-02-2012 01:42 PM |
What's New? |
What's Hot? |
What's Popular? |