From e3c27f4a830ac98d6a06a45a97970d8c4c7f3b26 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 May 2019 19:00:54 -0300 Subject: Mark the officers on Blue Sage residence with deep blue robes. All others use light blue robes. This is how you can know who is officer and who is not. --- db/constants.conf | 4 +++- db/re/item_db.conf | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/constants.conf b/db/constants.conf index 881dbfa45..2d89b0f25 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4034,7 +4034,9 @@ constants_db: { NPC_SAGRATHA: 193 NPC_BLUESAGEWORKER_MA: 194 NPC_BLUESAGEWORKER_FA: 195 - NPC_BLUESAGE: 199 + NPC_BLUESAGEWORKER_MB: 196 + NPC_BLUESAGEWORKER_FB: 197 + NPC_BLUESAGE: 198 // LoF Non Animated NPCs NPC_FORTIUN: 200 diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 77aa61996..ccc200585 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11019,7 +11019,8 @@ item_db: ( bonus bHealPower,100; bonus bHealPower2,100; - if (strcharinfo(0) != "Jesus Saves" && BaseLevel < 255) { + // Equipment use is free after level 255 or during tests + if ($@GM_OVERRIDE && BaseLevel < 255) { bonus bNoRegen,1; bonus2 bSPLossRate,(255-BaseLevel)/30,(1000-(BaseLevel*2)); bonus2 bHPLossRate,(255-BaseLevel)/40,(1000-(BaseLevel*2)); -- cgit v1.2.3-60-g2f50