summaryrefslogtreecommitdiff
path: root/npc/005-1_Snake_desert
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-01-11 14:24:01 -0700
committerFate <fate-tmw@googlemail.com>2009-01-11 14:24:01 -0700
commit23518b19a828eb36e56c0cb0cd4a8f8778934ad6 (patch)
tree4377b121fb966b602e610548dbdbb15cd9f3358c /npc/005-1_Snake_desert
parent54238fbc5acca341449cd0b73b12e3b257a6d2cb (diff)
downloadserverdata-23518b19a828eb36e56c0cb0cd4a8f8778934ad6.tar.gz
serverdata-23518b19a828eb36e56c0cb0cd4a8f8778934ad6.tar.bz2
serverdata-23518b19a828eb36e56c0cb0cd4a8f8778934ad6.tar.xz
serverdata-23518b19a828eb36e56c0cb0cd4a8f8778934ad6.zip
Fixed a number of remaining bugs
Diffstat (limited to 'npc/005-1_Snake_desert')
-rw-r--r--npc/005-1_Snake_desert/spirit.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/005-1_Snake_desert/spirit.txt b/npc/005-1_Snake_desert/spirit.txt
index f51b242c..5ef46cbc 100644
--- a/npc/005-1_Snake_desert/spirit.txt
+++ b/npc/005-1_Snake_desert/spirit.txt
@@ -48,7 +48,7 @@ L_message:
"Whatever it is, I'm not interested.", L_close;
mes "[Earth Spirit]";
- mes "\"I'm a forest spirit; my name isn't important... all that matters is that I like you, and that I will help you become a powerful wizard if you help me. A fair deal, if you will...\"";
+ mes "\"I'm an earth spirit; my name isn't important... all that matters is that I like you, and that I will help you become a powerful wizard if you help me. Just a fair deal, no more than that...\"";
next;
set MAGIC_FLAGS, MAGIC_FLAGS | MFLAG_KNOWS_IMP;
@@ -116,7 +116,7 @@ L_Q_magic:
next;
mes "[Earth Spirit]";
- mes "\"Besides, think of it like that: if you want to bake a cake, you've got to break a few eggs. Not everything's sweetness in life, my " + @s$ + "!.\"";
+ mes "\"Who knows if he can even feel anything anymore? I'm sure he can't, being wooden and all. Besides, it's only a measly tree. Not like I'm asking you to cut him down!.\"";
next;
menu
@@ -134,10 +134,10 @@ L_Q_tree_ok:
L_Q_magic_1:
mes "[Earth Spirit]";
- mes "\"Yes, yes, if you brought me the branch and the money, then I will!\"";
+ mes "\"Yes, yes, if you bring me the branch and the money, then I will!\"";
next;
menu
- "Here is the branch and the money.", -,
+ "Here are the branch and the money.", -,
"How much money did you want again?", L_Q_tree_howmuch,
"How can I cut it?", L_Q_tree_how,
"Where was the tree again?", L_Q_tree_where,
@@ -165,7 +165,7 @@ L_Q_magic_1:
mes "[Level 2 in Nature Magic]";
getexp 5000, 0;
if (getskilllv(SKILL_MAGIC_NATURE) < 2)
- skill SKILL_MAGIC_NATURE, 2;
+ setskill SKILL_MAGIC_NATURE, 2;
next;
set @Q_status, @Q_STATUS_STUDENT0;