Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Staff Central (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=36)
-   -   [WANTED] Beta Testers and Rattery Owners (http://www.mysidiaadoptables.com/forum/showthread.php?t=3591)

AlexC 04-19-2012 06:44 PM

Quote:

Originally Posted by Silver Kitsune (Post 23013)
Some of the images aren't working... but I'd like:

Standard Cocoa Blazed Rat Pair
Standard Slate Blue English Irish Rat Pair
Standard Chocolate Hooded Rat Pair

:)

OKAY, all of your rats have been added. They are currently at level 1, breeding age with 25 clicks each and there should be a male and female of each type. If you're interested in getting another pair, just contact me - though if you find yourself not wanting them anymore, I'm afraid it is up to you to find a breeder willing to take them.

Moving onto... Nyxi's next, I believe.

SilverDragonTears 04-19-2012 07:07 PM

Awww... the cocoas are sooooo cute! You need to fix your embed all script ;)

AlexC 04-19-2012 07:09 PM

Quote:

Originally Posted by Nyxi (Post 23024)
I'll add my wishes here. ;3 (Good luck with the Project!)
Standard Silverfawn Blazed Pair
Standard Amber English Irish Pair
Standard Silverfawn/Amber Hooded Pair (I like both. ;3)

And like Silver I'll wait until I have them to set up the rattery thread and information. ;3

I added the blazed and english irish. I wasn't sure if you wanted both or one or the other for the hooded?

I'm adding them to your account now.

Quote:

Originally Posted by Silver Kitsune (Post 23092)
Awww... the cocoas are sooooo cute! You need to fix your embed all script ;)

They are. :3

Why do I need to fix it, I don't know what's wrong with it, it is your script. D:

SilverDragonTears 04-19-2012 07:10 PM

So... will they only breed the type that they are?

Code:

<?php

include("functions/functions.php");
include("functions/functions_users.php");
include("functions/functions_adopts.php");
include("css/pagination.css");
include("inc/lang.php");

//***************//
//  START SCRIPT //
//***************//

$id = $_GET["id"];
$act = $_GET["act"];
$more = $_GET["more"];
$page = $_GET["page"];

if($isloggedin == "yes"){
        if($act == ""){
                $article_title = "Embed";
                $article_content .= "<br>
        This will allow you to select all your available dragon's codes.<br>";



        $article_content .= "<textarea rows='20' cols='80'>";

// We need to get all of the user's adoptables from the database and display them...
                $query = "SELECT * FROM ".constant("PREFIX")."owned_adoptables,
                                                                ".constant("PREFIX")."adoptables,
                                                                ".constant("PREFIX")."levels WHERE        ".constant("PREFIX")."owned_adoptables.owner = '{$loggedinname}'
                                                                                                                AND ".constant("PREFIX")."adoptables.type = ".constant("PREFIX")."owned_adoptables.type
                                                                                                                AND ".constant("PREFIX")."levels.thisislevel = ".constant("PREFIX")."owned_adoptables.currentlevel
                                                                                                                AND ".constant("PREFIX")."levels.adoptiename = ".constant("PREFIX")."adoptables.type
                                                                                                                ORDER BY ".constant("PREFIX")."owned_adoptables.totalclicks";
            $rowsperpage = 10;
        $pagination = new Pagination($adopts, $query, $rowsperpage, "http://".constant("DOMAIN").constant("SCRIPTPATH")."/myadopts.php");
        $pagination->setPage($_GET[page]);
            $query = "SELECT * FROM ".constant("PREFIX")."owned_adoptables,
                                                                ".constant("PREFIX")."adoptables,
                                                                ".constant("PREFIX")."levels WHERE        ".constant("PREFIX")."owned_adoptables.owner = '{$loggedinname}'
                                                                                                                AND ".constant("PREFIX")."adoptables.type = ".constant("PREFIX")."owned_adoptables.type
                                                                                                                AND ".constant("PREFIX")."levels.thisislevel = ".constant("PREFIX")."owned_adoptables.currentlevel
                                                                                                                AND ".constant("PREFIX")."levels.adoptiename = ".constant("PREFIX")."adoptables.type
                                                                                                                ORDER BY ".constant("PREFIX")."owned_adoptables.totalclicks ";
                $stmt = $adopts->query($query);


       
       


       



                while($row = $stmt->fetchObject()){
                        if($row->usealternates == 'yes') $image = $row->alternateimage;
                        else $image = $row->primaryimage;
                        if($row->currentlevel == 0) $image = $row->eggimage;
                        if($image=='') $image = $row->primaryimage;
if($row->currentlevel >= '6') {
    $article_content .= "";
}
else if($row->isfrozen == 'yes') {
    $article_content .= "";
} else{
    $article_content .= "http://taleofdragons.net/get/{$row->aid}.gif";
    }
}
    $article_content .= "</textarea>";
}
}
else{

$article_title = $accden;
$article_content = $reqlogin;

} // End is logged in check else



//***************//
//  OUTPUT PAGE  //
//***************//

echo showpage($article_title, $article_content, $date);

?>

Maybe you need the updated version for 1.3 Just change the level

AlexC 04-20-2012 05:45 AM

Code seems to be working just fine now, thank you. :3

If you breed them together they will - they are just like any other rat on the site, you coud breed a cocoa blazed with a white self any day like normal, but to get 100% results, it is best to have a pair. :3

Tequila 04-20-2012 08:38 AM

Quote:

Originally Posted by Gloometh (Post 23093)
I added the blazed and english irish. I wasn't sure if you wanted both or one or the other for the hooded?

I was thinking one of each, that way it's a 50/50 chance for one or the other.

AlexC 04-20-2012 03:38 PM

Sounds like a plan. I'll add those later tonight. :3

Tequila 04-20-2012 08:42 PM

All right, thanks. ;3

AlexC 04-23-2012 09:06 PM

Can everyone who volunteered for beta testing come forward again? I was delayed with getting the nibbles out and noticed nobody got back to me, so I wasn't sure who still wanted to do?

Tequila 04-23-2012 09:12 PM

I volunteered! You never did send my rats for the rattery though...


All times are GMT -5. The time now is 11:26 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.