Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #21  
Old 04-02-2016, 07:50 PM
Ittermat's Avatar
Ittermat Ittermat is offline
The awesomesauce
 
Join Date: Feb 2016
Location: in front of my laptop
Posts: 272
Gender: Female
Credits: 33,665
Ittermat is on a distinguished road
Default

yea still there...
Reply With Quote
  #22  
Old 04-02-2016, 07:58 PM
Ittermat's Avatar
Ittermat Ittermat is offline
The awesomesauce
 
Join Date: Feb 2016
Location: in front of my laptop
Posts: 272
Gender: Female
Credits: 33,665
Ittermat is on a distinguished road
Default

Heres my View..considering I dont exactly know what Im doing I may have possibly screwed it up?

PHP Code:
<?php

class ExploreforestlakeView extends View{
    
    public function 
index(){
        
$mysidia Registry::get("mysidia");
        
$document $this->document;
          
$document->setTitle("Fishing in the Forest Lake"); 
             

 
$document->add(new Comment(" <a href='http://atrocity.mysidiahost.com/pages/view/Forestlake'><b>Go back to the Forest?</a></b>"FALSE)); 

 
           
        
$item "Fishing pole";
        
$item2 "Worm Bait";
        
$hasitem $mysidia->db->select("inventory", array("quantity"), "itemname ='{$item}' and owner='{$mysidia->user->username}'")->fetchColumn();
        
$hasitem2 $mysidia->db->select("inventory", array("quantity"), "itemname ='{$item2}' and owner='{$mysidia->user->username}'")->fetchColumn();
               if(
$hasitem && $hasitem2){ 
            
$today date("d"); // Day of the month
            
            // Reset explore counter if the last recorded exploration was on a different day than today:
            
$reset $mysidia->user->lastday != $today

            
// Allow user to explore if they are under the limit aor if reset condition is true. 
            
if ($mysidia->user->exploretimes <= 20 || $reset) {  
                
// Update the last day that they explored to today
                
$mysidia->db->update("users", array("lastday" => $today), "username = '{$mysidia->user->username}'");

                
// If $reset condition was true, reset the count to 1, otherwise increment the existing count. 
                
$updatedExploreTimes $reset $mysidia->user->exploretimes 1
                
                
$mysidia->db->update("users", array("exploretimes" => ($updatedExploreTimes)), "username = '{$mysidia->user->username}'"); 
                              
$item_name "Worm bait";
$qty 1;
$item_name = new PrivateItem($item_name$mysidia->user->username);
$item_name->remove($qty$mysidia->user->username);

            
$random rand(1,159);
}
            if(
$random && $random 20){
                
$item "Bass";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/2879896ec53a9ca6f0fe008ed741fcf9.png' /><b>$item</b>!<a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
                
            }
            if(
$random 116 && $random 135){
                
$item "Catfish";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/c7c6b8aecbedb50364a4a1f337465205.png' /><b>$item</b>!<a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
                
            }
            if(
$random 136 && $random 155){
                
$item "Minnow";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/97c91ea1a9b860bd200ed64613075c28.png'/> <b>$item</b>!<a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
                
            }
            
            if(
$random 21 && $random 30){
                
$amount rand(5,20);
                
$mysidia->user->changecash($amount); 
                
$document->add(new Comment("Oh look! You found $amount cash! <a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE)); 
                
            }
            
            if(
$random 31 && $random 40){
                
$item "Goldfish";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/c9ba65aaf86106d7dcad0ee866bfe9b5.png' /><b>$item</b>!<a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
                
            }
        if(
$random 71 && $random 84){
                
$item "Green goldfish";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/ea0c2e09ddabdb09219dc51327eda1c6.png'/> <b>$item</b>!<a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
                
            }
        if(
$random 57 && $random 60){
                
$item "Salmon";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/1d582df0254184cfa7db4355d0f88456.png'/>  <b>$item</b>!<a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
                
            }
        if(
$random 41 && $random 46){
                
$item "Perch";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/3b10be95eb860ceef037e1ec48032bd8.png' /> <b>$item</b>!<a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
                
            }
        if(
$random 85 && $random 89){
                
$item "Tetra";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a  <img src='http://atrocity.mysidiahost.com/picuploads/png/3a2bd74fe67aaf339aca053295a05fe3.png'/><b>$item</b>!<a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
                
            }
        if(
$random 90 && $random 94){
                
$item "Tilapia";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/381485713a62701c02d9542270840c5f.png'/><b>$item</b>!<a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
                
            }
        if(
$random 94 && $random 98){
                
$item "Trout";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/64e477dc4e5f6bd8d067ca0069f383c6.png'/><b>$item</b>!<a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
                
            }
            elseif(
$random >= 61 && $random <= 70){
                
$species "Feesh";
                
$newadopt = new StockAdopt($species);
                
$newadopt->append($mysidia->user->username);
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/4c84be28b2521512213bf7557959d35d.png'/> $species egg! Its uncommon.<a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
                
            }
            if(
$random 98 && $random 100){
                
$item "Eel";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/31cd0b3000b5c97920ca5b24c11c209b.png'/><b>$item</b>!<a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
                
            }
            if(
$random 103 && $random 105){
                
$item "Green angelfish";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/055dfbad2fc20f9436fb07c4f4377037.png'/><b>$item</b>!<a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
    
            }
            if(
$random 106 && $random 108){
                
$item "Green and blue guppy";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/e54874ea8a2b03d12da45f53621b4b6d.png'/><b>$item</b>!<a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
                
            }
            if(
$random 109 && $random 111){
                
$item "Green and magenta guppy";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/e7a43df0325b27724e313928683b2ff4.png'/><b>$item</b>!<a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
                
            }
            if(
$random 113 && $random 115){
                
$item "Red lobster";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/97cbb6c7b48e66c68a415d2e3a6bbcdc.png'/><b>$item</b>!<a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
                
            }
            if(
$random >= 158 && $random <= 159){
                
$item "Green betta fish";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/879a6fc1961eb7d8e504e6579c267fed.png'/><b>$item</b>!<a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
            
            }
            if(
$random >= 156 && $random <= 157){
                
$item "Green koi";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/95d261007e6933e5c9e0e098af07199a.png'/><b>$item</b>!<a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
                
            }
            if(
$random >= 155 && $random <= 156){
                
$item "Green tetra";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/4181c20e206d7c27063ebd322aeae903.png'/><b>$item</b>! <a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
            }
}
            if(
$random >= 91 && $random <= 99){
                
$document->add(new Comment("You didn't catch anything. Better luck next time."FALSE));
            }
            } else { 
// Past limit
                
$document->add(new Comment("You have used <b>{$mysidia->user->exploretimes} out of 20</b> explore points.<br /><br />It seems you have fished too much today, why don't you take a rest until tomorrow?"FALSE));
            }   
        } else { 
// Lacking item
                
$document->add(new Comment("Woah there! You need a pole and Bait to fish!"FALSE));
        }
        
$document->add(new Comment("<br /><img src='http://i67.tinypic.com/1zxb4fk.jpg' />"));
    }
?>

Last edited by Ittermat; 04-02-2016 at 08:00 PM.
Reply With Quote
  #23  
Old 04-02-2016, 08:19 PM
tahbikat's Avatar
tahbikat tahbikat is offline
Member
 
Join Date: Feb 2014
Location: Louisiana
Posts: 408
Gender: Female
Credits: 49,664
tahbikat is on a distinguished road
Default

There's an extra bracket that needs to be removed in this part. Remove the bracket all the way to the left:
PHP Code:
            if($random >= 155 && $random <= 156){
                
$item "Green tetra";
                
$qty 1;
                
$newitem = new StockItem($item);
                
$newitem->append($qty$mysidia->user->username);  
                
$document->add(new Comment("Oh look! You caught a <img src='http://atrocity.mysidiahost.com/picuploads/png/4181c20e206d7c27063ebd322aeae903.png'/><b>$item</b>! <a href='http://atrocity.mysidiahost.com/exploreforestlake'><b>Continue Fishing?</a></b>"FALSE));
            }
}
            if(
$random >= 91 && $random <= 99){
                
$document->add(new Comment("You didn't catch anything. Better luck next time."FALSE));
            } 
Reply With Quote
  #24  
Old 04-02-2016, 08:25 PM
Ittermat's Avatar
Ittermat Ittermat is offline
The awesomesauce
 
Join Date: Feb 2016
Location: in front of my laptop
Posts: 272
Gender: Female
Credits: 33,665
Ittermat is on a distinguished road
Default

thanks XD Everythings still smushed together though XD HAHA theres still some tweakin to do ^^
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 10:42 AM.

Currently Active Users: 9698 (0 members and 9698 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636