ZLevelsRemastered
Moved
Total Downloads: 41,380 - First Release: Nov 15, 2015 - Last Update: Jul 22, 2018
- 5/5, 127 likes
-
that file becomes in use, when someone reaches instant crafting skill.
-
Saves data only when the server saves the map(server.save)
No autosave -
Actually there are kind of auto saves as per the following codes.
Here are the two main functions being called
Here are some areas they get calledCode:saveUser(player.userID); saveUsers();
Code:void OnPlayerDisconnected(BasePlayer player)
Code:public void loadUser(BasePlayer player)
Code:public void saveUsers()
This was done very quickly so I may have missed a point or 2, But as seen here there are many point at which the data gets saved, including the saved world part and from experience I know most servers run that at least every hour, some more some less.Code:private void Unload()
-
Hello again, I would like my players to lose half of their current levels on death. Is there a good way to modify the plugin to do this?
-
Good plugin but I want to made it invisible in user interface, how can I do this?
-
I don't know if anyone has set this up using MySQL yet but if you do, remember that some parts are case sensitive. So the first line of the table creation script should be:
CREATE TABLE `RPG_User` ( -
what is the maximumlevel?
-
Whatever you set it to in the config file.
-
How do i reset everyones levels back to 0?
-
I believe the information is stored in a file under the folder called data.
If you delete that folder while the mod is unloaded you can then load the mod back in, (oxide.unload pluginname , delete file, oxide.load pluginname) -
Anyone else have this plugin not working as of the last update?
-
Have you tried removing it, deleting the config/data files for this mod and reinstalling the mod fresh?
-
That fixed it. I notice now I have a stats tracker at the bottom right that was not there previously. Thanks for the assist.
-
Please tell me how to remove Crafting
-
1) there's a config file for database:
2) oxide.reload ZLevelsRemasteredCode:"dbConnection": { "Database": "db", "GameProtocol": 1336, "Host": "127.0.0.1", "Password": "password", "Port": 3306, "UseMySQL": false, "Username": "user" }, -
I have made the SQL base and restarted the server. The DB has been active for a few days now, and it runs fine.
BTW: The uppercase issue is SQL server related settings. Mine is running lower case only.
However, i also have this homepage for the game, and i would like to make a page for throwing the results up there.
1) Is it possible, you can add some code to the DB, so we are having player names beside the ranks?
2) cam you enhance the commands to work from console also? (There is a stats CMD already).
Thanks for a good plugin
-
Visagalis updated ZLevels Remastered with a new update entry:
0.0.3
-
@Visagalis
Will this mess with any of the changes you done for me over skype

![[IMG]](proxy.php?image=http%3A%2F%2Fmcraft.dk%2Fphpmyadmin%2Fthemes%2Fdot.gif&hash=e68008a56f8420e116bf95fb780b391e)