diff options
author | Fate <fate-tmw@googlemail.com> | 2009-01-11 14:24:01 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-01-11 14:24:01 -0700 |
commit | 23518b19a828eb36e56c0cb0cd4a8f8778934ad6 (patch) | |
tree | 4377b121fb966b602e610548dbdbb15cd9f3358c /npc/001-1_Tulimshar | |
parent | 54238fbc5acca341449cd0b73b12e3b257a6d2cb (diff) | |
download | serverdata-23518b19a828eb36e56c0cb0cd4a8f8778934ad6.tar.gz serverdata-23518b19a828eb36e56c0cb0cd4a8f8778934ad6.tar.bz2 serverdata-23518b19a828eb36e56c0cb0cd4a8f8778934ad6.tar.xz serverdata-23518b19a828eb36e56c0cb0cd4a8f8778934ad6.zip |
Fixed a number of remaining bugs
Diffstat (limited to 'npc/001-1_Tulimshar')
-rw-r--r-- | npc/001-1_Tulimshar/elanore.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/npc/001-1_Tulimshar/elanore.txt b/npc/001-1_Tulimshar/elanore.txt index 729a41bf..bd601104 100644 --- a/npc/001-1_Tulimshar/elanore.txt +++ b/npc/001-1_Tulimshar/elanore.txt @@ -209,7 +209,7 @@ L_Lifestones_MakeSelf: if (@has_magic >= 2) mes "\"Oh, but of course! You are powerful enough to make your own lifestones, using the enchantment '" + getspellinvocation("enchant-lifestone") + "'. This will consume a bug leg or a maggot slime or one of each of the four healing herbs, though.\""; if (@has_magic < 2) - mes "\"No, you are not powerful enough yet. Please come back and ask me again when you have learned to control more powerful magic, though!.\""; + mes "\"No, you are not powerful enough yet. Please come back and ask me again when you have learned to control more powerful magic, though!\""; next; close; @@ -305,7 +305,7 @@ L_Teach_AdvanceTo2_skip: callsub S_update_var; getexp 5000, 0; if (getskilllv(SKILL_MAGIC_LIFE) < 2) - skill SKILL_MAGIC_LIFE, 2; + setskill SKILL_MAGIC_LIFE, 2; close; L_Teach_CheckAdvanceTo2_fail: @@ -335,11 +335,10 @@ L_Teach_CheckAdvanceToLOH: mes "[Elanore the Healer]"; mes "\"This will let your own life force flow into the person you are healing. If you are badly injured yourself, you will not be able to do this.\""; mes "[1000 experience points]"; - next; - getexp 1000, 0; set @Q_status, @STATUS_LEARNED_LAY_ON_HANDS; callsub S_update_var; + next; close; L_Teach_LOH_advance_abort0: |