summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/class.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/npc/functions/class.txt b/npc/functions/class.txt
index 2ff9b684d..8cad0ec43 100644
--- a/npc/functions/class.txt
+++ b/npc/functions/class.txt
@@ -201,9 +201,7 @@ L_T2_S0:
close;
L_T2_S1:
- .@CLASS=getarg(0);
- .@CNAME$=getarg(1);
- .@OTHER=getarg(2);
+ //.@CLASS .@CNAME$ .@OTHER
mes "";
mesn;
mesq l("So, young disciple! I wish I could just chant some gibberish words and that automatically granted you more skills, but alas, that won't work.");
@@ -285,7 +283,8 @@ L_T2_S4:
mesn;
mesq l("I need @@ Herbs!", .@req);
- next;
+ //next; // If you comment this next, you'll allow players to logout and prevent penalty.
+ mes "";
if (countitem(MauveHerb) < .@req) goto L_T2_Fail;
delitem MauveHerb, .@r;
@@ -293,7 +292,7 @@ L_T2_S4:
getexp .@r*3, 0;
//getitem MagicPotion, 1;
- mesq col("You quickly give him the herbs, and he skillfully mix them on a potion.", 9);
+ mes col("You quickly give him the herbs, and he skillfully mix them on a potion.", 9);
next;
// You'll get a random amount of time, based on spent herbs
// Usually, 10~73 sec, being 73 sec = 1m13s
@@ -304,6 +303,9 @@ L_T2_S5:
mesq l("Good! Last step! West of Hurnscald, there is a magic fountain.");
next;
mesn;
+ // TODO FIXME WARNING DESYNC-ED
+ // 1- Pour the potion
+ // 2- Add to fountain an int check
mesq l("Talk to the Fountain. Obey every command. I advise you to put all your points on int if possible.");
next;
mesn;