summaryrefslogtreecommitdiff
path: root/npc/004-2/bug.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-02-04 13:10:47 -0300
committerJesusaves <cpntb1@ymail.com>2022-02-04 13:10:47 -0300
commit24b087466817313e5d940c808a4424355a3a3635 (patch)
treef4601c6b4744eae4995f02f4d5d81120f100ab79 /npc/004-2/bug.txt
parent10a68cb129598466af9ca2d8e7a7e6202c2dab17 (diff)
downloadserverdata-24b087466817313e5d940c808a4424355a3a3635.tar.gz
serverdata-24b087466817313e5d940c808a4424355a3a3635.tar.bz2
serverdata-24b087466817313e5d940c808a4424355a3a3635.tar.xz
serverdata-24b087466817313e5d940c808a4424355a3a3635.zip
Falkrun can now teach you how to reach Saulc's Residence.
A secondary condition has also been added.
Diffstat (limited to 'npc/004-2/bug.txt')
-rw-r--r--npc/004-2/bug.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/004-2/bug.txt b/npc/004-2/bug.txt
index 479fa948d..6c4bbd412 100644
--- a/npc/004-2/bug.txt
+++ b/npc/004-2/bug.txt
@@ -18,6 +18,7 @@ OnInit:
004-2,81,23,0 script Sign#TempBugfix NPC_SWORDS_SIGN,{
if (countitem(DesertTablet)) goto L_Tablet;
+ if (MAGIC_LVL >= 7) goto L_RawPower;
mesc l("Impossible to read.");
close;
@@ -28,6 +29,13 @@ L_Tablet:
cwarp "001-3", 117, 135;
close;
+L_RawPower:
+ mes l("You can sense powerful cloaking magic emanating from this sign. With your superior magic, you dismiss the enchantment, and see what the cliffs have been hiding all along...");
+ next;
+ closeclientdialog;
+ cwarp "001-3", 117, 135;
+ close;
+
OnInit:
.sex = G_OTHER;
.distance = 3;