View Full Version : Make pets' trade status Not For Trade by default
tahbikat
12-09-2015, 10:18 PM
Heya. Is there a way I can set all new owned creatures to have their default trade status set to Not For Trade, instead of For Trade (the current default)?
Distortion
12-10-2015, 08:34 AM
Go to adopt.php and edit this bit:
"imageurl" => NULL, "usealternates" => $alts, "tradestatus" => 'fortrade', "isfrozen" => 'no', "gender" => $gender, "offsprings" => 0, "lastbred" => 0));
tahbikat
12-10-2015, 08:55 AM
Thanks so much! <3
Kyttias
12-13-2015, 10:21 PM
(You'll need to find where pets are created via breeding and promo codes and change their creation code there as well -- in addition to the above. )
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.