summaryrefslogtreecommitdiff
path: root/npc/013-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-10-10 14:33:56 -0300
committerJesusaves <cpntb1@ymail.com>2021-10-10 14:33:56 -0300
commit072711d5c99fb2ff41b0ce0995194d05b316ae59 (patch)
treeb91474cc3e6f6f68ac7240ee46d903d302edc8dd /npc/013-2
parentf8957d8614f30d74ac4c0a08856b7e865a9c350d (diff)
downloadserverdata-072711d5c99fb2ff41b0ce0995194d05b316ae59.tar.gz
serverdata-072711d5c99fb2ff41b0ce0995194d05b316ae59.tar.bz2
serverdata-072711d5c99fb2ff41b0ce0995194d05b316ae59.tar.xz
serverdata-072711d5c99fb2ff41b0ce0995194d05b316ae59.zip
Mirror Lake IDs changed
Diffstat (limited to 'npc/013-2')
-rw-r--r--npc/013-2/notes.txt4
-rw-r--r--npc/013-2/wizard.txt6
2 files changed, 5 insertions, 5 deletions
diff --git a/npc/013-2/notes.txt b/npc/013-2/notes.txt
index 06f64719..86acb008 100644
--- a/npc/013-2/notes.txt
+++ b/npc/013-2/notes.txt
@@ -13,11 +13,11 @@
013-2,38,20,0 script Saying#wiz NPC400,{
mes "The early bird catcheth the worm.";
if (!getvaultid()) close; // Close this mirror lake
- if (get_nibble(##03_TMWQUEST, 0) < 2) close; // Not yet authorized
+ if (get_nibble(##01_TMWQUEST, 0) < 2) close; // Not yet authorized
mesc l("Should we recite this backward to travel to a different world? If yes, thinking on what?");
select
l("Leave it be."),
- rif(get_nibble(##03_TMWQUEST, 0) >= 2, l("Think on Mouboos and Cindy problems"));
+ rif(get_nibble(##01_TMWQUEST, 0) >= 2, l("Think on Mouboos and Cindy problems"));
mes "";
switch (@menu) {
case 2: MirrorLakeSendTo(MLP_MOUBOOTAUR, 0); break;
diff --git a/npc/013-2/wizard.txt b/npc/013-2/wizard.txt
index 5bef35a4..88d7626c 100644
--- a/npc/013-2/wizard.txt
+++ b/npc/013-2/wizard.txt
@@ -24,7 +24,7 @@ L_Start:
menu
"Thanks, that's very kind of you!", L_Thanks,
"Can you teach me magic?", L_TeachRude,
- rif(get_nibble(##03_TMWQUEST, 0), l("Actually, have you ever heard of Yeti's kidnapping little girls?")), L_VaultQuest,
+ rif(get_nibble(##01_TMWQUEST, 0), l("Actually, have you ever heard of Yeti's kidnapping little girls?")), L_VaultQuest,
"Oh, shut up!", L_ShutUp;
L_TeachRude:
@@ -138,7 +138,7 @@ L_Agree:
goto L_close;
L_VaultQuest:
- .@q = get_nibble(##03_TMWQUEST, 0);
+ .@q = get_nibble(##01_TMWQUEST, 0);
mes "";
mesc l("%s raises an eyebrow at you.", strnpcinfo(1));
if (.@q == 1) {
@@ -177,7 +177,7 @@ L_VaultQuest:
mesn;
mesq l("Oh yes, there are worlds like this one where you can find even Yetis involved in politics. Really impressing.");
next;
- set_nibble(##03_TMWQUEST, 0, 2);
+ set_nibble(##01_TMWQUEST, 0, 2);
.@q = 2;
}
if (.@q == 2) {