summaryrefslogtreecommitdiff
path: root/npc/soren
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-23 11:08:04 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-23 11:08:04 -0300
commit06aafc9a2a8213040aa33cc2c2a819d1be6f874b (patch)
treefcd4f364ed6506339ef5437c633f36e9fc9a184f /npc/soren
parentf2fe58ad450eaaf07824eff20739557a0485636d (diff)
downloadserverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.gz
serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.bz2
serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.xz
serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.zip
Break every imaginable pipeline. I'm waiting it to fail.
Diffstat (limited to 'npc/soren')
-rw-r--r--npc/soren/main.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/soren/main.txt b/npc/soren/main.txt
index f72a756b9..2824a4046 100644
--- a/npc/soren/main.txt
+++ b/npc/soren/main.txt
@@ -42,12 +42,12 @@ OnTouch:
end;
} else {
mesn l("Soren's House Tutorial");
- mes col("There's a strong magic barrier. We need to disarm it in order to enter there.", 9);
- mes col("There are three singularities on this island. If I disarm more than one, I'll have a penalty.", 9);
- mes col("I should have full mana before attempting to disarm one.", 9);
- mes col("Also, if I move away from the singularity during disarm process, it'll be lost.", 9);
- mes col("The singularities keep arming themselves up again, so I have roughly five minutes between first disarm and entering here.", 9);
- mes col("We should split our team, and have someone to protect our backs. Otherwise, we might not do it.", 9);
+ mes col(l("There's a strong magic barrier. We need to disarm it in order to enter there."), 9);
+ mes col(l("There are three singularities on this island. If I disarm more than one, I'll have a penalty."), 9);
+ mes col(l("I should have full mana before attempting to disarm one."), 9);
+ mes col(l("Also, if I move away from the singularity during disarm process, it'll be lost."), 9);
+ mes col(l("The singularities keep arming themselves up again, so I have roughly five minutes between first disarm and entering here."), 9);
+ mes col(l("We should split our team, and have someone to protect our backs. Otherwise, we might not do it."), 9);
// Protip: stock Elixir Of Life if you need to do this quest with less than 3 team members
close;
}
@@ -70,7 +70,7 @@ soren,105,92,0 script Soren's Fountain NPC_NO_SPRITE,{
}
// Main menu
- mes col("Attempt to disarm the singularity?", 9);
+ mes col(l("Attempt to disarm the singularity?"), 9);
if (askyesno() == ASK_YES) {
if (.casterId == getcharid(3))
@soren_penalty=@soren_penalty+rand(8, 12);
@@ -218,7 +218,7 @@ soren,104,143,0 script Soren's Lake NPC_NO_SPRITE,{
}
// Main menu
- mes col("Attempt to disarm the singularity?", 9);
+ mes col(l("Attempt to disarm the singularity?"), 9);
if (askyesno() == ASK_YES) {
if (.casterId == getcharid(3))
@soren_penalty=@soren_penalty+rand(8, 12);
@@ -363,7 +363,7 @@ soren,107,37,0 script Soren's Gizmo NPC_NO_SPRITE,{
}
// Main menu
- mes col("Attempt to disarm the singularity?", 9);
+ mes col(l("Attempt to disarm the singularity?"), 9);
if (askyesno() == ASK_YES) {
if (.casterId == getcharid(3))
@soren_penalty=@soren_penalty+rand(8, 12);