Arena Picker: Difference between revisions
Jump to navigation
Jump to search
Marcely1199 (talk | contribs) No edit summary |
Marcely1199 (talk | contribs) No edit summary |
||
Line 16: | Line 16: | ||
* The arenas state must be lobby | * The arenas state must be lobby | ||
* It's the arena with the most players | * It's the arena with the most players | ||
* | * If it's full then it's picking an arena with less players | ||
* If there are multiple arenas with the same amount player, then it'll pick a random one | * If there are multiple arenas with the same amount player, then it'll pick a random one |
Revision as of 19:31, 13 March 2018
There are several other ways to pick an arena instead with the arena name.
You can use them where ever the arena instance is getting picked using the name of the memory.
They are currently NOT working for signs or hubvillager.
%random%
Picks a random arena.
%random_lobby%
Picks a random arena with a condition: The arenas state must be lobby.
%random_lobby_joinable%
Picks a random arena with two conditions: The arenas state must be lobby and there must be space for the player to join.
%random_ingame%
Picks a random arena with a condition: The arenas state must be ingame.
%random_lobby_ingame%
Picks a random arena with a condition: The arenas state must be ingame or lobby.
%best_lobby%
Picks a random with these conditions:
- The arenas state must be lobby
- It's the arena with the most players
- If it's full then it's picking an arena with less players
- If there are multiple arenas with the same amount player, then it'll pick a random one