diff --git a/README.md b/README.md index d3d83eecc48..fd632b2c067 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ at [this link](https://github.com/opentibiabr/canary/blob/master/CODE_OF_CONDUCT ### Getting **Started** -* [Gitbook](https://docs.opentibiabr.com/projects/canary). +* [Gitbook](https://docs.opentibiabr.com/opentibiabr/projects/canary). * [Wiki](https://github.com/opentibiabr/canary/wiki). ### Issues diff --git a/config.lua.dist b/config.lua.dist index 55a211267e6..14365b8dbd2 100644 --- a/config.lua.dist +++ b/config.lua.dist @@ -359,6 +359,8 @@ resetSessionsOnStartup = false -- Misc. -- NOTE: experienceDisplayRates: set to false to ignore exp rate or true to include exp rate +-- NOTE: disableLegacyRaids: set to true to disable legacy XML raids +-- NOTE: combatChainDelay: set to minimum 50 miliseconds allowChangeOutfit = true toggleMountInProtectionZone = false freePremium = false @@ -382,9 +384,9 @@ experienceDisplayRates = true toggleAttackSpeedOnFist = false multiplierSpeedOnFist = 5 maxSpeedOnFist = 500 -disableLegacyRaids = false -- disable legacy XML raids +disableLegacyRaids = false disableMonsterArmor = false -combatChainDelay = 50 -- minimum: 50 miliseconds +combatChainDelay = 50 minElementalResistance = -200 maxElementalResistance = 200 maxDamageReflection = 200