CustomArena
This file makes it possible to create multiple PvP events, supporting the creation of rankings and awards.
Exemple:
0
//Index Year Month Day DoW Hour Minute Second
0 * * * * 20 0 0
end
1
//Index Name AlarmTime StandTime EventTime CloseTime StartGate FinalGate MinUser MaxUser MaxDeath MinLevel MaxLevel MinMasterLevel MaxMasterLevel MinReset MaxReset MinMasterReset MaxMasterReset DW DK FE MG DL SU RF
0 "Custom Arena" 5 1 10 4 600 601 1 100 * * * * * * * * * 1 1 1 1 1 1 1
end
Section 0:
- Index: Arena identification number
- Year: Year of the event
- Month: Month of the event
- Day: Day of the event
- DoW: Day of the week
- Hour: Hour of the event
- Minute: Minute of the event
- Second: Second of the event
Section 1:
- Index: Arena identification number
- Name: Name of the arena
- AlarmTime: ad time in minutes
- StandTime: Stand time in minutes
- EventTime: Event time in minutes
- CloseTime: Close time in minutes
- StartGate: Gate to which the player is moved
- FinalGate: Gate to which the player is moved after the event
- MinUser: Minimum number of players to start the event
- MaxUser: Maximum number of players allowed in the event
- MaxDeath: Maximum number of deaths allowed
- -1 = not applicable
- MinLevel: Minimum level required to enter the event
- -1 = not applicable
- MaxLevel: Maximum level allowed to enter the event
- -1 = not applicable
- MinMasterLevel: Minimum master level to enter the arena
- -1 = not applicable
- MaxMasterLevel: Maximum master level to enter the arena
- -1 = not applicable
- MinReset: Minimum number of resets required to enter the arena
- -1 = not applicable
- MaxReset: Maximum number of resets allowed to enter the arena
- -1 = not applicable
- MinMasterReset: Minimum master reset required to enter the arena
- -1 = not applicable
- MaxMasterReset: Maximum master reset allowed to enter the arena
- -1 = not applicable
- DW~RF: Class restriction
- 0 = Not allowed
- 1 = Allowed
- 2 = Can enter first evolution or higher
- 3 = Can enter second evolution or higher
OBS:
The map used for the arenas must always be number 40, and it is possible to create multiple arenas within the map, as long as it is configured correctly. For players to be able to enter the event, they must add a line to the “Move.txt” file that uses the same Gate as the one configured in the StartGate column of the arena in question.