Hello developers, I would like to request the inclusion of:
CommandsRules
The idea is to be able to define who can use the server commands, such as:
- ClearPK
- HideIco
- ClearBAG
- ClearInventory
- Marry
- Scramble
- OffTrade
- OffLevel
Bringing this to the system would enable Administrators to offer a greater number of benefits to the server's VIP users. We know that VIP is the main source of income for servers today. We receive complaints about the VIP system every day, because it only offers high rates on the chaos machine, higher drop rates and high experience rates.
Including these commands in the system would give us the ability to improve VIP levels, making VIP sales make sense.
I took the liberty of creating the sample XML code:
<!-- Commands Rules # Enable or Disabled command 0; Disabled command 1; Enabled command # Coin Type for use Command -1; Disabled (Payment for use command) 0; Zen 1; WCoins 2; Goblin Points 3; Ruuds # Coin Value for use Command --> <CommandsRules> <Rule ID="0" ClearPkCommand="0;0;100000" ClearBagCommand="1;0;100000" ScrambleCommand="1;1;500" DecreaseCommands="1;2;1000" OffTradeCommand="0;-1;100000" OffLevelCommand="1;-1;100000" /> <!-- VIP Silver rule --> <Rule ID="1" ClearPkCommand="1;0;100000" ClearBagCommand="1;0;100000" ScrambleCommand="1;1;500" DecreaseCommands="1;2;1000" OffTradeCommand="1;-1;100000" OffLevelCommand="1;-1;100000" /> <!-- VIP Gold rule --> </CommandsRules>
Recommended Comments