Maplers' Well-known Battlegrounds
Fulfilled merge of Drago's AriantPQ PR #438 into the source! Adjusted MCPQ map limits predicted within battlefield's map info node. Added max number-of-players option when creating a AriantPQ lobby. Added party creation check when trying to create one inside the AriantPQ rooms. Adjusted several AriantPQ mechanics, in order to either improve the existent features or make those that was still unavailable work seamlessly (score update, ariant batlle points).
This commit is contained in:
@@ -20,14 +20,14 @@ function action(mode, type, selection) {
|
||||
else
|
||||
status--;
|
||||
if (status == 0) {
|
||||
if (cm.getLevel() < 25) {
|
||||
if (cm.getLevel() < 20) {
|
||||
cm.sendDimensionalMirror("#-1# There is no place for you to transport to from here.");
|
||||
cm.dispose();
|
||||
} else {
|
||||
var selStr = "";
|
||||
/*if (cm.getLevel() >= 20 && cm.getLevel() <= 30) { NOT IMPLEMENTED
|
||||
if (cm.getLevel() >= 20 && cm.getLevel() <= 30) {
|
||||
selStr += "#0# Ariant Coliseum";
|
||||
} */
|
||||
}
|
||||
|
||||
if (cm.getLevel() >= 25) {
|
||||
selStr += "#1# Mu Lung Dojo";
|
||||
|
||||
Reference in New Issue
Block a user