Module - Council Voting & Registration Requirement
| Price | FREE |
|---|---|
| Module | name: fix.voteconfig: vote.json |
| Short Description | Configure the requirements and costs for registration and voting Implementing a new voting type. |
By default in CCR, there is a money requirement and cost of
10000000.If you wish to disable it, you can put following offset at server_memory_patch.json : 0x2B6014 0x2B5F5B 0x2B6219 0x2B608A with value 00000000
Summary
1. It is possible to hide the voting list.
2. It is possible to hide the voting score %.
3. It is possible to set requirements to be eligible to vote.
4. It is possible to set a cost for voting.
5. It is possible to set requirements for council registration.
6. It is possible to set a cost for council registration.
7. It is possible to use a new formula to calculate the voting score.
score_list_showtrue show the voting list.false hide the voting list.
score_hidetrue hide the voting score %.false show the voting score %.
vote_conditionThe vote paper will only appear if all voting requirements are met.
To disable, you can set the value to
0. However, for "PVP Points" pvp_cash_bag, if the value is set to 0 and the player has minus points, it will not be appeared.Another way to disable a parameter is by commenting it out. For example:
//"pvp_cash_bag": 0, or for items: //"item": "iyyyy24",
vote_paymentVoting will fail if you do not meet the required cost.
To disable, you can set the value to
0.Another way to disable a parameter is by commenting it out. For example:
//"pvp_cash_bag": 0, or for items: //"item": "iyyyy24"You can also set the cost as a percentage of the player points using the
percent.XXX parameter. This works for CPT, PVP, Processing, Hunting, and Gold Points.
regist_conditionRegistration only possible if all requirements are met.
To disable, you can set the value to
0. However, for "PVP Points" pvp_cash_bag, if the value is set to 0 and the player has minus points, it will not be appeared.Another way to disable a parameter is by commenting it out. For example:
//"pvp_cash_bag": 0, or for items: //"item": "iyyyy24",
regist_paymentRegistration will fail if you do not meet the required cost.
To disable, you can set the value to
0.Another way to disable a parameter is by commenting it out. For example:
//"pvp_cash_bag": 0, or for items: //"item": "iyyyy24"You can also set the cost as a percentage of the player points using the
percent.XXX parameter. This works for CPT, PVP, Processing, Hunting, and Gold Points.
vote_powertype hell A new formula will be applied to calculate the voting score.