Difficulty / Demon type VOTE system#604
Open
RedLime wants to merge 8 commits intoCvolton:masterfrom
RedLime:rate
Open
Difficulty / Demon type VOTE system#604RedLime wants to merge 8 commits intoCvolton:masterfrom RedLime:rate
RedLime wants to merge 8 commits intoCvolton:masterfrom
RedLime:rate
Conversation
|
yes yes already implementing this to my gdps |
|
Can I download it? |
Contributor
Uhh, yes? |
|
So, um... Let me see if I understand; if I (as owner) set a level rating as Medium Demon but the community vote for Hard Demon, then will it be what the community wants? |
Contributor
Yes |
|
I dont have difVote.php? |
Contributor
Download repository? Its pull request |
|
I need to create myself? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a system that users can do vote on the level's difficulty face or demon type(face), like the RobTop server.
There is a lot to explain about this system.
First, if more than 3 votes of a level are reached, the average value is determined from the votes of that level and the difficulty or demon face is determined.
Second, "Power rating" is possible with the
actionRateDifficultypermission from the existingrolestable.Power rating is simple. It is a 3 votes in 1 vote. :/
it means, difficulty or demon face are can be change with one power rating. This is the same as the mode vote on the RobTop server.
do you want to change the number of voting conditions(default is 3)? If so, check
difVote.phpinconfigfolder.By changing the numbers here, it will be can work as you wish.
This works fine, I checked on my server! sorry about too many commits. my mistakes :(