From c7283150f0b331508b62262be149d91ccf5f0fce Mon Sep 17 00:00:00 2001 From: Fate Date: Thu, 29 Jan 2009 15:46:14 -0700 Subject: Fixed lay-on-hands to require life magic level 2 --- conf/magic.conf.template | 1 + npc/001-1_Tulimshar/bard.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/magic.conf.template b/conf/magic.conf.template index 2f475aa5..69b6c019 100644 --- a/conf/magic.conf.template +++ b/conf/magic.conf.template @@ -426,6 +426,7 @@ SPELL lay-on-hands (target : STRING) : "#L10" = IN (MANA 10, CASTTIME 500, REQUIRE hp(caster) > max_hp(caster) / 20, REQUIRE skill(caster, MAGIC) > level, + REQUIRE skill(caster, school) > level, REQUIRE if_then_else(failed(pc(target)), 1, (rdistance(location(caster), location(pc(target))) < 2 + (spellpower / 50)) diff --git a/npc/001-1_Tulimshar/bard.txt b/npc/001-1_Tulimshar/bard.txt index 8b416ec5..3aa33668 100644 --- a/npc/001-1_Tulimshar/bard.txt +++ b/npc/001-1_Tulimshar/bard.txt @@ -4,7 +4,7 @@ setarray @songs$, "\"There once was a bard, who had it hard, because a man in dark green, was very mean.\"", "\"At Hurnscald inn, there was a person of fairest skin, declining wedding bands from quite a many hands.\"", "\"As the Sun sets down in the forest's brown, she whom the fragrance holds counts her gold.\""; - set @name$, "Bill Ballshaker the Bard"; + set @name$, "Bill Ballshaker the Bardフェイト"; mes "[" + @name$ + "]"; if (Sex) mes "\"Greetings, traveler! Have you come to listen to my stories?\""; -- cgit v1.2.3-70-g09d2