|
#1
|
||||
|
||||
Manual Leveling Items
The following is a mod that will disable the standard checks when an adoptable is clicked that will cause it to gain a level when it reaches its EXP threshold, and instead adds an item that takes over that function. This, in essence, converts leveling up to a manual function, allowing a user to keep their adopt at a specific level without freezing it.
To begin, open your function_items.php, found in the function folder of your mysidia install, and copy/paste the following at the bottom. PHP Code:
PHP Code:
Next, open class_privateitem.php, found in the classes folder, and paste the following in after the entries that it resembles: PHP Code:
|
#2
|
||||
|
||||
Now, log into your database, and browse to the prefix_items_functions table, and copy the row for "Level1", changing the name to "LevelCheck", and setting a description such as "This item checks the total clicks of your pet against the clicks required for a specified level."
Finally, you need to open levelup.php, found in the root of your mysidia install, and comment out or remove the following entry: PHP Code:
|
|
|
What's New? |
What's Hot? |
What's Popular? |