Jump to content
  • 0
Hadeszeus

Can't fix this error please help

Question

[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

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

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.

Edited by Dastgir Pojee

Share this post


Link to post
Share on other sites
  • 0

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! :)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.