Skip to content

Commit

Permalink
Update config.lua
Browse files Browse the repository at this point in the history
* Added options of Guild War
  • Loading branch information
Nottinghster committed Nov 12, 2018
1 parent b13d8b8 commit 8b9b7e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config.lua
Expand Up @@ -345,3 +345,12 @@ sql_host = "127.0.0.1"
sql_port = 3306
sql_user = "root"
sql_pass = ""

-- Guild War Fee
-- The addition 'war charge' to start a guild war (default: 1000)
-- To disable set to 0
guild_war_fee = 1000

-- if this is set to false, guild wars end immediatelly when frag_limit is reached (it ends in-game)
-- (on cipsoft tibia the guild wars just end when server (re)starts - set this to true to emulate original tibia)
guild_wars_end_only_on_startup = false

0 comments on commit 8b9b7e4

Please sign in to comment.