summaryrefslogtreecommitdiff
path: root/npc/034-4/storage.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-03 12:55:42 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-03 12:55:42 -0300
commit40438533b0f26d9b768fe4a1e747495fa48bc102 (patch)
treee8620b5d7a889152daa95f572e0097270d9fd50f /npc/034-4/storage.txt
parent79f862701558c2564116c02f48432fced6ac76be (diff)
downloadserverdata-40438533b0f26d9b768fe4a1e747495fa48bc102.tar.gz
serverdata-40438533b0f26d9b768fe4a1e747495fa48bc102.tar.bz2
serverdata-40438533b0f26d9b768fe4a1e747495fa48bc102.tar.xz
serverdata-40438533b0f26d9b768fe4a1e747495fa48bc102.zip
Fix several bugs
Diffstat (limited to 'npc/034-4/storage.txt')
-rw-r--r--npc/034-4/storage.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/034-4/storage.txt b/npc/034-4/storage.txt
index 3e99e54ef..37082fb4f 100644
--- a/npc/034-4/storage.txt
+++ b/npc/034-4/storage.txt
@@ -10,7 +10,7 @@ OnTouch:
if (instance_id() < 0 || getcharid(1) < 1) end;
GeminiCheck(11);
.@p=getcharid(1);
- if ($@VALIA_STATUS[.@p] < 13) {
+ if ($@VALIA_STATUS[.@p] < 12) {
dispbottom l("Uh? I can't pass. I wonder why, maybe I need to wait?");
end;
}
@@ -18,10 +18,10 @@ OnTouch:
dispbottom l("I should defeat all mobs before passing.");
end;
}
- if (mobcount(getmap(), "all") <= 0 && $@VALIA_STATUS[.@p] == 11) {
- $@VALIA_STATUS[.@p]=12;
+ if (mobcount(getmap(), "all") <= 0 && $@VALIA_STATUS[.@p] == 12) {
+ $@VALIA_STATUS[.@p]=13;
}
- if ($@VALIA_STATUS[.@p] >= 12) {
+ if ($@VALIA_STATUS[.@p] >= 13) {
slide 83, 58;
}
end;
@@ -74,7 +74,7 @@ OnTimer13000:
OnTimer16500:
- unittalk(.luvia, "Show me of what you are made of, %s!", .pn$);
+ unittalk(.luvia, sprintf("Show me of what you are made of, %s!", .pn$));
.@pi = getmapusers(.mp$) + 2;
monster(.mp$, 44, 78, strmobinfo(1, Scar), Scar, .@pi);
end;