Skip to content

Commit

Permalink
NPCBots: Enable Eye of the Storm BG in config
Browse files Browse the repository at this point in the history
  • Loading branch information
trickerer committed Nov 7, 2024
1 parent 06dbf5f commit 300f2d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/apps/worldserver/worldserver.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4977,14 +4977,14 @@ NpcBot.WanderingBots.BG.CapLevelByFirstPlayer = 0
# Default: 30 - (NpcBot.WanderingBots.BG.TargetTeamPlayersCount.AV)
# 8 - (NpcBot.WanderingBots.BG.TargetTeamPlayersCount.WS)
# 12 - (NpcBot.WanderingBots.BG.TargetTeamPlayersCount.AB)
# 0 - (NpcBot.WanderingBots.BG.TargetTeamPlayersCount.EY) (NYI, Disabled)
# 12 - (NpcBot.WanderingBots.BG.TargetTeamPlayersCount.EY)
# 0 - (NpcBot.WanderingBots.BG.TargetTeamPlayersCount.SA) (NYI, Disabled)
# 0 - (NpcBot.WanderingBots.BG.TargetTeamPlayersCount.IC) (NYI, Disabled)

NpcBot.WanderingBots.BG.TargetTeamPlayersCount.AV = 30
NpcBot.WanderingBots.BG.TargetTeamPlayersCount.WS = 8
NpcBot.WanderingBots.BG.TargetTeamPlayersCount.AB = 12
NpcBot.WanderingBots.BG.TargetTeamPlayersCount.EY = 0
NpcBot.WanderingBots.BG.TargetTeamPlayersCount.EY = 12
NpcBot.WanderingBots.BG.TargetTeamPlayersCount.SA = 0
NpcBot.WanderingBots.BG.TargetTeamPlayersCount.IC = 0

Expand Down

0 comments on commit 300f2d3

Please sign in to comment.