Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Addons and Modifications > Addons/Mods Graveyard

Notices

Closed Thread
 
Thread Tools Display Modes
  #71  
Old 04-11-2009, 06:00 PM
Ashje Ashje is offline
Member
 
Join Date: Jan 2009
Posts: 179
Credits: 10,101
Ashje
Default RE: Currency for leveling up / Adoptable shop (Fixed again)

^
You can't do that, you have to have access to MySQL.
  #72  
Old 04-11-2009, 10:49 PM
mugwumpr mugwumpr is offline
Member
 
Join Date: Apr 2009
Posts: 41
Credits: 4,531
mugwumpr
Default RE: Currency for leveling up / Adoptable shop (Fixed again)

Okay, dumb question time..... Are all the fixes discussed in the 8 pages of this thread included in the first post, or do I have to go through and do a bunch of edits? I know, lame question.... it's late.... brain no workee. Humour the crazy lady, 'k?

:P
  #73  
Old 04-12-2009, 06:13 AM
aroymart aroymart is offline
Member
 
Join Date: Jan 2009
Posts: 74
Credits: 6,531
aroymart
Default RE: Currency for leveling up / Adoptable shop (Fixed again)

you may want to see if there are any errors the creator of this forum didn't see but once you get past his last post it should be on the first page (i hope)
  #74  
Old 04-12-2009, 04:57 PM
Ashje Ashje is offline
Member
 
Join Date: Jan 2009
Posts: 179
Credits: 10,101
Ashje
Default RE: Currency for leveling up / Adoptable shop (Fixed again)

Quote:
Originally Posted by mugwumpr
Okay, dumb question time..... Are all the fixes discussed in the 8 pages of this thread included in the first post, or do I have to go through and do a bunch of edits? I know, lame question.... it's late.... brain no workee. Humour the crazy lady, 'k?

:P
There seems to be one rampant issue, which I am trying to fix. Kisazeky isn't responding though.

EDIT:
If you re-install everything on the front page and re-run the queries, it all works fine.
  #75  
Old 04-13-2009, 12:26 AM
mugwumpr mugwumpr is offline
Member
 
Join Date: Apr 2009
Posts: 41
Credits: 4,531
mugwumpr
Default RE: Currency for leveling up / Adoptable shop (Fixed again)

Quote:
Originally Posted by Ashje
EDIT: If you re-install everything on the front page and re-run the queries, it all works fine.
Excellent, thank you! I'll give that a whirl tomorrow. The brain doesn't work very well after a heavy load of Easter ham....

:rolleyes: ;)
  #76  
Old 04-13-2009, 01:40 AM
Ashje Ashje is offline
Member
 
Join Date: Jan 2009
Posts: 179
Credits: 10,101
Ashje
Default RE: Currency for leveling up / Adoptable shop (Fixed again)

^
Yum yum? =D
  #77  
Old 04-13-2009, 09:48 PM
mugwumpr mugwumpr is offline
Member
 
Join Date: Apr 2009
Posts: 41
Credits: 4,531
mugwumpr
Default RE: Currency for leveling up / Adoptable shop (Fixed again)

Oh, very yum yum!! I still haven't fully recovered.

:o9
  #78  
Old 04-15-2009, 09:25 AM
trollis76 trollis76 is offline
Member
 
Join Date: Feb 2009
Posts: 160
Credits: 13,495
trollis76
Default RE: Currency for leveling up / Adoptable shop (Fixed again)

OK, seriously. How do I add an adoptable to the shop? And how do I make it so that it says something like this:
"You have earned 20 bucks for leveling up this pet." because it just says: You have earned (number) (currency name) for leveling up this pet.
  #79  
Old 04-15-2009, 05:06 PM
Ashje Ashje is offline
Member
 
Join Date: Jan 2009
Posts: 179
Credits: 10,101
Ashje
Default RE: Currency for leveling up / Adoptable shop (Fixed again)

^
Easy.

1 (Adding Adoptables to the shop). Go to MySQL and open the queries. Copy-Paste this:
Code:
INSERT INTO adoptables VALUES ('', 'name','level 0 image','shop','cost')
This is how it works:

'' - Leave this blank

'name' - Replace name with the Adoptable Name but keep the ''.

'level 0 image' - Replace level 0 image with the default image for your adoptable but keep the ''.

'shop' - Leave this as it is.

'cost' - Replace cost with how much the adoptable is going to cost but keep the ''.

Run that query. Now copy-paste this new query into the box:
Code:
INSERT INTO adoptable_rankimages VALUES ('name','1','2','3','4','5','6','7','8')
Again:

'name' - Replace name with the same name you did in the last one. It has to be the same name or your adoptable won't evolve. Keep the ''.

'1' - Replace 1 with the first adoptable image but keep the ''.

and so on and so on. When that is done, run the query and check that your adoptable appears in the shop.

2 (changing Money Message). Go to levelup.php and search for
Code:
$article_content=$article_content. "
			<p>You have earned (number) (currency name) for leveling up this pet.
			<br>You now have  ".$newbalance." (currency name)";
	
			}
Change the "You have earned (number) (currency name) for leveling up this pet, etc."...
  #80  
Old 04-16-2009, 07:49 AM
trollis76 trollis76 is offline
Member
 
Join Date: Feb 2009
Posts: 160
Credits: 13,495
trollis76
Default RE: Currency for leveling up / Adoptable shop (Fixed again)

Hm, well... I don't know how to change the (number) because my users get a random amount from 10-25 "Emeralds". Does the command $money work? Or does anything else so? Maybe I can add something new to the MySQL, like $Money_Get or something, and I do it like this:
$Money_Get = rand(10,25)?
But I seriously don't think that will work.

Can anyone here help me to get the money to show? Please? I enter the code where it should be. And I get THIS error:
"Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/a8498929/public_html/index.php on line 62"
Or anything similar. How do I solve this?
Closed Thread


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
leveling idea Nemesis Suggestions and Feature Requests 2 01-08-2012 12:23 PM
Shop to buy an adoptable? SilverDragonTears Questions and Supports 8 08-16-2011 02:17 PM
Adoptable shop new version! [UPDATED!] mapleblade Mys v1.1.x Mods 57 08-15-2011 07:50 AM
How to create a a battle system ,shop and currency?? SieghartZeke Questions and Supports 9 11-02-2009 12:15 AM
Pets Not leveling up Seapyramid Questions and Supports 4 02-02-2009 05:03 PM


All times are GMT -5. The time now is 03:00 PM.

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