From 329e11ef55a4faf3720d7119e8ac9c9eb419ac4b Mon Sep 17 00:00:00 2001 From: Majesty <32709570+majestyotbr@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:26:35 -0300 Subject: [PATCH] fix: canary gitbook link and config.lua comment (#2077) --- README.md | 2 +- config.lua.dist | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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