Socketing Plugin
Socketing plugin is mostly configurable as two types of item effects in the Items Plugin:
Sockets: Defines a number of sockets of the specific type/name
SocketsEffect: Defines a socket item itself like gem/rune, etc.
There are also additional global parameters for Socketing Plugin:
- SOCKET_FAILED_CLEAR defines what server should do if the socketing process will fail, if it will be set to true it will clear all previous socket. Default value false;
- SOCKET_CHANCE defines success rate. Default value 60 percentage;
- SOCKET_CREATE_TIME defines time for the socketing process. Default value 4 seconds;
- SOCKET_PRICE_CURRENCY defines currency type used for socketing. Default value 3 (which by default means Bronze currency);
- SOCKET_PRICE_BASE defines base price required to start the socketing process. Default value 1500;
- SOCKET_PRICE_PER_GRADE defines price required to start socketing process per grade, this price will be added to the SOCKET_PRICE_BASE value to present total price for the process. Default value 50000;
- SOCKET_RESET_TIME defines time for reset sockets process. Default value 4 seconds;
- SOCKET_RESET_PRICE_CURRENCY defines currency type used for reset sockets process. Default value 3 (which by default means Bronze currency);
- SOCKET_RESET_PRICE_BASE defines base price required to reset sockets process. Default value 1500;
- SOCKET_RESET_PRICE_PER_GRADE defines price required to reset the sockets process per grade, this price will be added to the SOCKET_RESET_PRICE_BASE value to present total price for the process. Default value 50000;