summaryrefslogtreecommitdiff
path: root/npc/013-1_Woodland_hills/sagatha.txt
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-01-31 14:52:29 -0700
committerFate <fate-tmw@googlemail.com>2009-01-31 14:52:29 -0700
commit21504c285313807cf5efc149ce8e1dd20159de14 (patch)
treed9fb15579a1410fbc8afb75b024e29138c6ed763 /npc/013-1_Woodland_hills/sagatha.txt
parent109665091fedf7b91b4286d4b7235ba8b279a3b0 (diff)
downloadserverdata-21504c285313807cf5efc149ce8e1dd20159de14.tar.gz
serverdata-21504c285313807cf5efc149ce8e1dd20159de14.tar.bz2
serverdata-21504c285313807cf5efc149ce8e1dd20159de14.tar.xz
serverdata-21504c285313807cf5efc149ce8e1dd20159de14.zip
Shearing updated, Sagatha hands it out now, and Sagatha also hands out things slightly more eagerly
Diffstat (limited to 'npc/013-1_Woodland_hills/sagatha.txt')
-rw-r--r--npc/013-1_Woodland_hills/sagatha.txt45
1 files changed, 32 insertions, 13 deletions
diff --git a/npc/013-1_Woodland_hills/sagatha.txt b/npc/013-1_Woodland_hills/sagatha.txt
index aa7b55f1..a2b6de57 100644
--- a/npc/013-1_Woodland_hills/sagatha.txt
+++ b/npc/013-1_Woodland_hills/sagatha.txt
@@ -66,12 +66,13 @@ function script SagathaStatus {
set @Q_SHIFT, NIBBLE_4_SHIFT;
set @STATUS_INITIAL, 0;
- set @STATUS_STUDENT, 1; // N10
- set @STATUS_STUDENT_A10, 2;
- set @STATUS_STUDENT_A11, 3;
- set @STATUS_STUDENT_A12, 4;
- set @STATUS_STUDENT_N11, 5;
- set @STATUS_STUDENT_LEVEL_3, 6;
+ set @STATUS_STUDENT, 1; // N14
+ set @STATUS_STUDENT_N10, 2;
+ set @STATUS_STUDENT_A10, 3;
+ set @STATUS_STUDENT_A11, 4;
+ set @STATUS_STUDENT_A12, 5;
+ set @STATUS_STUDENT_N11, 6;
+ set @STATUS_STUDENT_LEVEL_3, 7;
set @Q_status, (QUEST_MAGIC & @Q_MASK) >> @Q_SHIFT;
@@ -216,6 +217,8 @@ L_explain_magic:
L_teach:
if (@Q_status == @STATUS_STUDENT)
+ goto L_teach_N14;
+ if (@Q_status == @STATUS_STUDENT_N10)
goto L_teach_N10;
if (@Q_status == @STATUS_STUDENT_A10)
goto L_teach_A10;
@@ -242,17 +245,29 @@ L_practice:
next;
goto L_main;
+L_teach_N14:
+ if (@mexp < 125) goto L_teach_noexp;
+ mes "[Sagatha the Witch]";
+ mes "\"Some forest creatures sometimes overgrow their fur or hide. That makes them uncomfortable.\"";
+ next;
+ mes "[Sagatha the Witch]";
+ mes "\"You can help them with shearing magic. Press your hands together and say '" + getspellinvocation("shear") + "'. Then touch them with your hands, and brush off any excess.\"";
+ next;
+ mes "[Sagatha the Witch]";
+ mes "\"The spell is strong, so you only need to do this once. Be careful not to cut them. Some things they shed are useful. Often they will leave them to you as a thank-you.\"";
+ goto L_practice;
+
L_teach_N10:
if (@mexp < 150) goto L_teach_noexp;
mes "[Sagatha the Witch]";
- mes "\"First, a nature spell. Take a cocoon shell. Hold it in your hand. Feel its lightness.\"";
+ mes "\"Next, a nature spell. Take a cocoon shell. Hold it in your hand. Feel its lightness.\"";
next;
mes "[Sagatha the Witch]";
mes "\"Now whisper '" + getspellinvocation("flying-backpack") + "', and if your backpack was pressing on you you should no longer feel it now.\"";
goto L_practice;
L_teach_A10:
- if (@mexp < 250) goto L_teach_noexp;
+ if (@mexp < 180) goto L_teach_noexp;
mes "[Sagatha the Witch]";
mes "\"To protect against others' magic, take a small mushroom from a shady place. Mushrooms draw things out of the earth. Rub your mushroom into pieces between your hands.\"";
next;
@@ -261,19 +276,23 @@ L_teach_A10:
goto L_practice;
L_teach_A11:
- if (@mexp < 350) goto L_teach_noexp;
+ if (@mexp < 200) goto L_teach_noexp;
+ mes "[Sagatha the Witch]";
+ mes "\"If you must fight, call allies. You can call spiky mushrooms out of the ground with a mushroom spike. Hold up the spike and call out to them: '" + getspellinvocation("summon-spiky-mushrooms") + "'.\"";
+ next;
mes "[Sagatha the Witch]";
- mes "\"If you must fight, call allies. You can call scorpions with a scorpion stinger. Hold up the stinger and call out to them: '" + getspellinvocation("summon-scorps") + "'.\"";
+ mes "\"Spiky mushrooms often grow too many spikes, so you can shear the spikes off of some.\"";
+ next;
goto L_practice;
L_teach_A12:
- if (@mexp < 450) goto L_teach_noexp;
+ if (@mexp < 220) goto L_teach_noexp;
mes "[Sagatha the Witch]";
- mes "\"You can call red scorpions, too. But for them you must call out '" + getspellinvocation("summon-red-scorps") + "' instead.\"";
+ mes "\"You can call fluffies, too. But for them you must call out '" + getspellinvocation("summon-fluffies") + "' instead, with white fluffy fur.\"";
goto L_practice;
L_teach_N11:
- if (@mexp < 550) goto L_teach_noexp;
+ if (@mexp < 250) goto L_teach_noexp;
mes "[Sagatha the Witch]";
mes "\"You can harden your skin with a hard spike. Hold it in your hands and speak '" + getspellinvocation("protect") + "', then draw its hardness into your skin.\"";
next;