From cb7cc0d947381a109b72570f22e28bd14e02b0c3 Mon Sep 17 00:00:00 2001 From: wushin Date: Wed, 16 Oct 2013 08:28:01 -0500 Subject: Waric was lying to players about the reagents required to summon snakes. Magic has been adapted to match Waric's script. Root -> DarkCrystal --- world/map/conf/magic.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/map/conf/magic.conf.template b/world/map/conf/magic.conf.template index 12e27946..b5579924 100644 --- a/world/map/conf/magic.conf.template +++ b/world/map/conf/magic.conf.template @@ -745,7 +745,7 @@ LOCAL SPELL summon-snakes : "#D11" = REQUIRE skill(caster, MAGIC) > level, REQUIRE skill(caster, school) > level, REQUIRE (script_int(caster, "OrumQuest") > 40), - COMPONENTS ["Root", "SnakeEgg"]) + COMPONENTS ["DarkCrystal", "SnakeEgg"]) => EFFECT CALL adjust_spellpower(school); CALL default_effect(); CALL gain_xp(3, 31); -- cgit v1.2.3-60-g2f50