![]() |
RE: Easier way to add adoptables
Well, I have 1 click = 1 levelup. :)
Besides I don't know how I can check when the person levels the adoptable to level 5. :( |
RE: Easier way to add adoptables
I have a very good way of doing this. This is also from a pokemon site i am making.
You make the first level, then you export it from your database. copy it however many times you need it, then just change the needed info. For example: I make the adoptable, and make a level for it normally. I then export it from the database: ( i am using 000webhost, which i think you are too.) http://i41.tinypic.com/zv6d61.png ---------------------------------------------- ---------------------------------------------- http://i40.tinypic.com/2e1hypy.png I then take this line (yours will be different): Code:
INSERT INTO `'yourprefix'_levels` VALUES('Name', level, numberofclicksneeded, normalimage, alternateimage, '', ''); Name: To what you called the adoptable level: to what this level will be number of clicks needed: to what the number of clicks needed for the level normal image: to the image that normally appears alternate image: If set, to what the alternate image will be Copy all the levels you just made. Then you click on: http://i44.tinypic.com/30b1itu.jpg paste it all in, and, you're done! If you have any questions, just ask! |
RE: Easier way to add adoptables
Wow. Very helpful! I was thinking about doing something like this, but I didn't know how. :)
I totally owe you one. :D |
All times are GMT -5. The time now is 12:21 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.