13.03.2016, 00:19
Only my first V2 has working classes and is basically a rewritten version of V1 but with the added traindriver class and route-editor. It also uses files for storage, same as the old V1.
All other versions of V2 don't have any working jobs yet, no classes or whatever required to be able to play it.
So posting one of those is quite useless.
My latest V2 is fully MySQL based and won't use any files.
I've been busy writing some extra code to complete a few features.
V2 has a command to add spawn-locations to any class (/addsl = add spawn-location).
This command requires level, bindprice and a name.
The level is required and determines the minimum level for players to bind them to that location.
The bindprice is the price the player needs to pay to bind himself at this location.
The name is self explanatory.
It also asks for a class via a list-dialog to add this spawn-location to.
Players bound to a location will respawn there when they die (losing some experience-points in the process as penalty for dying).
Also, the /rescue command is able to teleport you for free to your bind-location every 10 minutes.
When a player dies, he'll lose some experience.
Players level 1-4 won't lose any experience.
Players level 5-9 lose 5% experience.
Players level 10-19 lose 4% experience.
Players level 20-29 lose 3% experience.
Players level 30-39 lose 2% experience.
Players level 40+ lose 1% experience.
These values will be adjustable in-game later on and can be modified per level and per class.
For now, all classes have the same values.
I've just added the /delsl command to delete a spawn-location as well.
This one asks to select a class first, then select an existing spawn-location for that class and finally gives a summary about the location to be deleted and asks for confirming the deletion of the spawn-location.
The summary also includes a replacement bind-location for players who were bound to the location you're about to delete.
This replacement location is found automatically and will be a spawn-location for the same class of course.
It also needs to be a lower level (or the same level).
When a replacement is found, the spawn-location can be deleted. You can't delete a spawn-location when no replacement can be found. In that case, you need to create a replacement location first.
Players bound to this deleted location will be re-bound to the replacement spawn-location.
Players affected who are online will also be informed about it.
All other versions of V2 don't have any working jobs yet, no classes or whatever required to be able to play it.
So posting one of those is quite useless.
My latest V2 is fully MySQL based and won't use any files.
I've been busy writing some extra code to complete a few features.
V2 has a command to add spawn-locations to any class (/addsl = add spawn-location).
This command requires level, bindprice and a name.
The level is required and determines the minimum level for players to bind them to that location.
The bindprice is the price the player needs to pay to bind himself at this location.
The name is self explanatory.
It also asks for a class via a list-dialog to add this spawn-location to.
Players bound to a location will respawn there when they die (losing some experience-points in the process as penalty for dying).
Also, the /rescue command is able to teleport you for free to your bind-location every 10 minutes.
When a player dies, he'll lose some experience.
Players level 1-4 won't lose any experience.
Players level 5-9 lose 5% experience.
Players level 10-19 lose 4% experience.
Players level 20-29 lose 3% experience.
Players level 30-39 lose 2% experience.
Players level 40+ lose 1% experience.
These values will be adjustable in-game later on and can be modified per level and per class.
For now, all classes have the same values.
I've just added the /delsl command to delete a spawn-location as well.
This one asks to select a class first, then select an existing spawn-location for that class and finally gives a summary about the location to be deleted and asks for confirming the deletion of the spawn-location.
The summary also includes a replacement bind-location for players who were bound to the location you're about to delete.
This replacement location is found automatically and will be a spawn-location for the same class of course.
It also needs to be a lower level (or the same level).
When a replacement is found, the spawn-location can be deleted. You can't delete a spawn-location when no replacement can be found. In that case, you need to create a replacement location first.
Players bound to this deleted location will be re-bound to the replacement spawn-location.
Players affected who are online will also be informed about it.