Can't fix this error please help

Hadeszeus

New member
Messages
651
Points
0
Location
Philippines
[Error]: bg_config_read: failed to find 'allowedTypes' for arena 'Tierra Gorge'/#0
[Error]: bg_config_read: failed to find 'allowedTypes' for arena 'Flavius'/#1
[Error]: bg_config_read: failed to find 'allowedTypes' for arena 'KVM (Level 80 and up)'/#2
[Error]: bg_config_read: failed to find 'allowedTypes' for arena 'KVM (Level 60~79)'/#3
[Error]: bg_config_read: failed to find 'allowedTypes' for arena 'KVM (Level 59 and below)'/#4
 
conf/battlegrounds.conf 

arenas: ({
name: "Tierra Gorge" //must match the name in client files
event: "Tierra_BG2::OnPlayerListReady"
allowedTypes: "All" /* Solo, Party and Guild */
minLevel: 80
maxLevel: 150
reward: {/* amount of badges awarded on each case */
win: 3
loss: 1
draw: 1
}
minPlayers: 6 /* minimum amount of players to start */
maxPlayers: 60 /* maximum amount of players */
minTeamPlayers: 6 /* minimum amount of team members required for a team (party or guild) to join */
delay_var: "Tierra_BG_Tick" /* char variable name that will store the delay for this match */
maxDuration: 30 /* maximum duration in minutes, if reached game ends and highest score wins (or calls a draw if scores are equal) */
fillDuration: 20 /* time in seconds to wait for more applications when minimum has been reached */
pGameDuration: 20 /* time to wait for players to confirm their attendence after queueing process has finished */
},{
You don't have that line(Red Underlined) in the arena's listed on map-server error.

 
Last edited by a moderator:
conf/battlegrounds.conf 

arenas: ({
name: "Tierra Gorge" //must match the name in client files
event: "Tierra_BG2::OnPlayerListReady"
allowedTypes: "All" /* Solo, Party and Guild */
minLevel: 80
maxLevel: 150
reward: {/* amount of badges awarded on each case */
win: 3
loss: 1
draw: 1
}
minPlayers: 6 /* minimum amount of players to start */
maxPlayers: 60 /* maximum amount of players */
minTeamPlayers: 6 /* minimum amount of team members required for a team (party or guild) to join */
delay_var: "Tierra_BG_Tick" /* char variable name that will store the delay for this match */
maxDuration: 30 /* maximum duration in minutes, if reached game ends and highest score wins (or calls a draw if scores are equal) */
fillDuration: 20 /* time in seconds to wait for more applications when minimum has been reached */
pGameDuration: 20 /* time to wait for players to confirm their attendence after queueing process has finished */
},{
You don't have that line(Red Underlined) in the arena's listed on map-server error.
Hey Bro Thank you!
default_smile.png


 
Back
Top