From 0898839042ade4a7c7772dafe804d40fc8ac61e3 Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Sun, 15 Oct 2017 10:42:03 +0300 Subject: [PATCH] more fixes; Tomb Of Xinroch now should be completable (i hope) --- script/items/thunderhammer.dat | 2 ++ script/olterras/portal.dat | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/script/items/thunderhammer.dat b/script/items/thunderhammer.dat index d8aa546..014cf6b 100644 --- a/script/items/thunderhammer.dat +++ b/script/items/thunderhammer.dat @@ -13,6 +13,8 @@ thunderhammer /* meleeweapon-> */ MaterialConfigChances = { 5, 250, 25, 25, 25, 5; } BaseEmitation = 0; EnchantmentPlusChance = 4; + DefaultSecondaryVolume = 300; + SecondaryMaterialConfig == FIR_WOOD; } Config HAMMER; diff --git a/script/olterras/portal.dat b/script/olterras/portal.dat index 27d2c88..d310871 100644 --- a/script/olterras/portal.dat +++ b/script/olterras/portal.dat @@ -20,4 +20,14 @@ portal /* stairs -> */ Config OREE_LAIR_EXIT; { } + + Config XINROCH_TOMB_ENTRANCE; + { + MaterialColorB = rgb16(0, 200, 0); + } + + Config XINROCH_TOMB_EXIT; + { + MaterialColorB = rgb16(140, 240, 255); + } } -- 2.11.4.GIT