[WANTED] Beta Testers and Rattery Owners

Forum
Last Post
Threads / Messages
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.
 
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.

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:
 
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 .= "[url=http://taleofdragons.net/levelup.php?id={$row->aid}][img]http://taleofdragons.net/get/{$row->aid}.gif[/img][/url]";
     }
}
    $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
 
Last edited:
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
 
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?
 
I am actually doing that right now. There be glitches with my host. ;-;

EDIT: 1500 nibbles were added to your account for the trouble and the beta testing. I've had a rough couple of weeks.
 
True, true.

Okay, did you get the nibbles and all of your rats? You should have six now.
 
Similar threads

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,280
Messages
33,129
Members
1,603
Latest member
Monako
BETA

Latest Threads

Latest Posts

Top