Mysidia Adoptables Support Forum  

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

Notices

Reply
 
Thread Tools Display Modes
  #21  
Old 04-03-2016, 08:53 AM
LUC1G07CH1's Avatar
LUC1G07CH1 LUC1G07CH1 is offline
Member
 
Join Date: Mar 2016
Location: Too distant for telling, but it's HUEBR
Posts: 150
Gender: Unknown/Other
Credits: 19,115
LUC1G07CH1 is on a distinguished road
Send a message via AIM to LUC1G07CH1 Send a message via Yahoo to LUC1G07CH1
Default

That's exact the mod i has looking! Thank you!
Reply With Quote
  #22  
Old 04-03-2016, 10:17 AM
LUC1G07CH1's Avatar
LUC1G07CH1 LUC1G07CH1 is offline
Member
 
Join Date: Mar 2016
Location: Too distant for telling, but it's HUEBR
Posts: 150
Gender: Unknown/Other
Credits: 19,115
LUC1G07CH1 is on a distinguished road
Send a message via AIM to LUC1G07CH1 Send a message via Yahoo to LUC1G07CH1
Default

The explore homepage is all blank,what i need to do?
Reply With Quote
  #23  
Old 04-03-2016, 10:53 AM
tahbikat's Avatar
tahbikat tahbikat is offline
Member
 
Join Date: Feb 2014
Location: Louisiana
Posts: 408
Gender: Female
Credits: 48,901
tahbikat is on a distinguished road
Default

Does the "Choose where you want to explore?" text come up?
Reply With Quote
  #24  
Old 04-03-2016, 06:19 PM
LUC1G07CH1's Avatar
LUC1G07CH1 LUC1G07CH1 is offline
Member
 
Join Date: Mar 2016
Location: Too distant for telling, but it's HUEBR
Posts: 150
Gender: Unknown/Other
Credits: 19,115
LUC1G07CH1 is on a distinguished road
Send a message via AIM to LUC1G07CH1 Send a message via Yahoo to LUC1G07CH1
Default

Checked and yes.

Last edited by LUC1G07CH1; 04-03-2016 at 08:35 PM.
Reply With Quote
  #25  
Old 06-06-2016, 02:04 AM
Ruri Lesavka's Avatar
Ruri Lesavka Ruri Lesavka is offline
Member
 
Join Date: Aug 2010
Posts: 15
Credits: 4,284
Ruri Lesavka
Default

Do you think there can be a away to use stats with the explore system? Instead of having a certain item in the inventory, it will look for a certain stat on your fav pet.

I have stats like str, int, agi, def. To explore a area that fav pet str should be over a certain number for the user to continue.
__________________
Reply With Quote
  #26  
Old 06-08-2016, 07:50 AM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 111,661
Abronsyth is on a distinguished road
Default

That is very possible! I don't have the files I need with me on this computer, but once I get on my laptop I'll be able to work on this. I do need to check out how to select a user's fave pet, specifically, so it might take some time. In the mean time, you should have a look at this thread :)
http://mysidiaadoptables.com/forum/s...ead.php?t=5116
__________________
My Mods Site (1.3.4, 2020 Mods)
Reply With Quote
  #27  
Old 06-08-2016, 05:00 PM
RestlessThoughts's Avatar
RestlessThoughts RestlessThoughts is offline
Member
 
Join Date: Mar 2016
Posts: 10
Gender: Female
Credits: 1,133
RestlessThoughts is on a distinguished road
Default

I have the files on hand :)
Here's the code you need to select the fav pet:
PHP Code:
$mysidia->user->getprofile();
if ((int)
$profile->getFavpetID() == 0) {
      
$document->addLangVar('No fav pet set.');
      return;
}
$favpet = new OwnedAdoptable($profile->getFavpetID());

// Now you can select the stats of the pet.

if ($favpet->str 10){
      
$document->addLangVar('Your pet isn\'t strong enough to travel here.');
      return;
}

// Explore code here. 
__________________
Reply With Quote
  #28  
Old 06-14-2016, 01:26 AM
Ruri Lesavka's Avatar
Ruri Lesavka Ruri Lesavka is offline
Member
 
Join Date: Aug 2010
Posts: 15
Credits: 4,284
Ruri Lesavka
Default

Quote:
Originally Posted by Abronsyth View Post
x
Thanks for trying to help. I'll probably use it to check for particular pet~

Quote:
Originally Posted by RestlessThoughts View Post
x
Thank you :D
When I first just put it in it gave a "Fatal error: Call to a member function getFavpetID() on null" error. I figured out that I needed "$profile = $mysidia->user->getprofile();" in there too. Now it works <3
__________________
Reply With Quote
  #29  
Old 08-09-2016, 09:00 PM
Storyteller Storyteller is offline
Member
 
Join Date: Aug 2016
Posts: 15
Gender: Female
Credits: 3,045
Storyteller is on a distinguished road
Default

I tried this and got:

Fatal error: Class 'AppController' not found in [...]/wubbiepets/explorearea1.php on line 6

What am I doing wrong?
Reply With Quote
  #30  
Old 10-01-2016, 04:29 PM
NobodysHero's Avatar
NobodysHero NobodysHero is offline
Co-Owner of MystFell
 
Join Date: Nov 2013
Posts: 144
Gender: Female
Credits: 18,403
NobodysHero is on a distinguished road
Default

What's on line 6?
Reply With Quote
Reply

Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Quest- Explore System (Open Source) squiggler Tutorials and Tips 4 07-23-2020 12:07 PM
How to create an image map collierox Tutorials and Tips 3 03-13-2018 04:11 AM
Explore Help? cailynmae Questions and Supports 7 03-29-2017 11:37 PM
Help Create This? Abronsyth Templates and Themes 16 10-24-2011 03:05 PM
How to create a a battle system ,shop and currency?? SieghartZeke Questions and Supports 9 11-02-2009 12:15 AM


All times are GMT -5. The time now is 07:39 AM.

Currently Active Users: 453 (0 members and 453 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