summaryrefslogtreecommitdiff
path: root/npc/006-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-15 10:39:01 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-15 10:39:01 -0300
commiteb9b35cb6090c65ca8ee8c27c5f3888c06784f3a (patch)
tree1f98435ebe1014d1bbe2515e7255b6ff77833e07 /npc/006-1
parentd6c5eed07646add1ec1cb2105c57e2c52f475cdd (diff)
downloadserverdata-eb9b35cb6090c65ca8ee8c27c5f3888c06784f3a.tar.gz
serverdata-eb9b35cb6090c65ca8ee8c27c5f3888c06784f3a.tar.bz2
serverdata-eb9b35cb6090c65ca8ee8c27c5f3888c06784f3a.tar.xz
serverdata-eb9b35cb6090c65ca8ee8c27c5f3888c06784f3a.zip
Update the learning references for betsanc and asorm
Diffstat (limited to 'npc/006-1')
-rw-r--r--npc/006-1/spirit.txt65
1 files changed, 33 insertions, 32 deletions
diff --git a/npc/006-1/spirit.txt b/npc/006-1/spirit.txt
index 896033fc..1cb0aa74 100644
--- a/npc/006-1/spirit.txt
+++ b/npc/006-1/spirit.txt
@@ -45,14 +45,14 @@ L_Next:
"Whatever it is, I'm not interested.", L_close;
L_Next1:
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
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;
MAGIC_FLAGS = MAGIC_FLAGS | MFLAG_KNOWS_IMP;
goto L_Main;
L_wb:
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"It's excellent to see you again!\"";
next;
goto L_Main;
@@ -65,13 +65,13 @@ L_Main:
"Goodbye!", L_close;
L_Q_trapped:
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"Oh, a wicked witch grew jealous of my power and locked me up in this well.\"";
next;
goto L_Main;
L_Q:
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"Stop bothering me with your questions, will you? I'm trying to make you a powerful wizard, after all!\"";
next;
goto L_Main;
@@ -82,10 +82,10 @@ L_Q_magic:
if (@Q_status == @Q_STATUS_STUDENT1) goto L_Q_magic_3;
if (@Q_status == @Q_STATUS_STUDENT2) goto L_Q_magic_4;
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"Good, good... that's the right attitude! Yes, I can teach you magic, but first you must prove that you are worthy to be my student!\"";
next;
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"North-east of here sits and old, dead tree. Well, not completely dead, not yet, but almost. It's nothing special. Well, maybe a little, but not really. I want you to cut off one of its branches.\"";
next;
menu
@@ -94,7 +94,7 @@ L_Q_magic:
"Why that particular tree?", L_Next2;
L_Next2:
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"Oh, you and your questions! Well, that tree was a druid once, so the branches contain a bit of its lifeforce. And that's useful.\"";
next;
menu
@@ -103,10 +103,10 @@ L_Next2:
"Isn't that like cutting off someone's arm?", L_Next3;
L_Next3:
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"Oooh... now come on! Don't be so sentimental. He turned himself into a tree, he can hardly expect everyone to leave him alone.\"";
next;
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
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
@@ -114,7 +114,7 @@ L_Next3:
"Alright, that makes sense.", L_Q_tree_ok;
L_Q_tree_ok:
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"Good, good, good! Yes, that will be very good! So, come back when you have the branch. Oh, and bring 100,000 GP, too, as an enrollment fee.\"";
@Q_status = @Q_STATUS_ONQUEST;
callsub S_Update_Var;
@@ -123,7 +123,7 @@ L_Q_tree_ok:
goto L_Main;
L_Q_magic_1:
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"Yes, yes, if you bring me the branch and the money, then I will!\"";
next;
menu
@@ -140,10 +140,10 @@ L_Next4:
Zeny = Zeny - 100000;
delitem "DruidTreeBranch", 1;
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "Following the earth sprite's instructions, you throw branch and GP into the well.";
next;
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"Well done, very well done! Consider yourself my student now.\"";
@SUP_xp = 5000;
@SUP_lvl = 2;
@@ -162,7 +162,7 @@ L_Q_magic_finish:
goto L_Main;
L_Q_magic_2:
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"Yes, of course! For just 20,000 GP I will teach you your first spell!\"";
next;
menu
@@ -173,15 +173,15 @@ L_Next5:
if (Zeny < 20000) goto L_No20k;
Zeny = Zeny - 20000;
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"Kekeke... excellent! Yes, here goes your first spell, the flying backpack! If you are overloaded, it will take the load off your shoulders.\"";
next;
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"Take a cocoon, living or dead, and suffuse it in magic. Whisper '" + get(.invocation$, "flying-backpack") + "', and feel it float!\"";
goto L_Q_magic_finish;
L_Q_magic_3:
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"But yes, yes! Only 20,000 GP, once again, and I will teach you a far more useful spell!\"";
next;
menu
@@ -191,70 +191,71 @@ L_Q_magic_3:
L_Next6:
if (Zeny < 20000) goto L_No20k;
Zeny = Zeny - 20000;
- mes "[Earth Spirit]";
- mes "\"Yeees, good! This one is a protection spell, making your skin harder. You need a hard spike for it, though. Hold that spike in your hands, and focus on it.\"";
+ mesn l("Earth Spirit");
+ mesq l("Yeees, good! This one is a protection spell, making your skin harder. You need a hard spike for it, though. Hold that spike in your hands, and focus on it.");
next;
- mes "[Earth Spirit]";
- mes "\"Next, say '" + get(.invocation$, "protect") + "', and feel your skin grow rigid! Very useful against stings and stabs and pokes and pricks and that sort of stuff.\"";
+ mesn l("Earth Spirit");
+ mesq l("Next, say '%s', and feel your skin grow rigid! Very useful against stings and stabs and pokes and pricks and that sort of stuff. Lowers attack speed and only works on yourself, party, or guild allies, though.", b("betsanc"));
+ learnskill SKILL_BETSANC;
goto L_Q_magic_finish;
L_Q_magic_4:
- mes "[Earth Spirit]";
- mes "\"Naah, you're too weak now! Come back later when you have grown!\"";
+ mesn l("Earth Spirit");
+ mesq l("Naah, you're too weak now! Come back later when you have grown!");
next;
goto L_Main;
L_No20k:
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"You can't pay me 20,000 if you don't have that much!\"";
next;
goto L_Main;
L_Q_tree_none:
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"Where is your branch?\"";
next;
goto L_Main;
L_Q_tree_dry:
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"That won't do. This branch is completely dead; you'll have to get another.\"";
next;
goto L_Main;
L_Q_tree_nomoney:
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"No, you don't have enough money! Come back when you have 100,000.\"";
next;
goto L_Main;
L_Q_tree_howmuch:
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"It's only 100,000 GP to become my student.\"";
next;
goto L_Main;
L_Q_tree_how:
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"Oh... right, the tree might be protected. Only a bone knife will cut that. No idea where you can find one, but I'm sure you will manage!\"";
next;
goto L_Main;
L_Q_tree_where:
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"North-east of here.\"";
next;
goto L_Main;
L_Q_tree_what:
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
mes "\"Just some silly druid who turned himself into a tree; nothing important.\"";
next;
goto L_Main;
L_silly_close:
if (MAGIC_FLAGS & MFLAG_KNOWS_IMP)
- mes "[Earth Spirit]";
+ mesn l("Earth Spirit");
if (!(MAGIC_FLAGS & MFLAG_KNOWS_IMP))
mes "[Well]";
mes "\"Fool.\"";