summaryrefslogtreecommitdiff
path: root/npc/099-2/logic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/099-2/logic.txt')
-rw-r--r--npc/099-2/logic.txt28
1 files changed, 8 insertions, 20 deletions
diff --git a/npc/099-2/logic.txt b/npc/099-2/logic.txt
index 4154a9ac..7875df67 100644
--- a/npc/099-2/logic.txt
+++ b/npc/099-2/logic.txt
@@ -1,22 +1,10 @@
-
-- script #099-2_CMD NPC32767,{
- end;
-
-OnStorage:
- if ($DOOMSDAY != 3)
- end;
- if (getmapname() != "099-5" && getmapname() != "099-4" && getmapname() != "099-3")
- end;
- if ($@DD5_STATUS != 1 && $@DD5_STATUS != 2 && $@DD5_STATUS != 4 && $@DD5_STATUS != 6 && getmapname() != "099-3")
- end;
- openstorage;
- end;
-
-OnInit:
- // Register commands (FIXME: Move to map zone, add override?)
- //registercmd "#storage", strnpcinfo(0)+"::OnStorage";
- end;
-}
+// Evol script
+// Author:
+// Jesusalva
+// Description:
+// 099-2 and 099-6 KESHLAM ADVENTURER GUILD QUARTERS
+// Controls gimmicks in 099-3 as well
+/////////////////////////////////////////////////////////////////////////////////
099-2,0,0,0 script #099-2_Prestart NPC32767,{
end;
@@ -1022,7 +1010,7 @@ L_UseLens:
mes "Could it be that attack speed is overridden during the fight?!";
mes "";
mes "However, potions will still work, hmm.";
- mes "There is also a spell here: \"##B#storage##b\".";
+ mes "There is also a spell here: \"##B@storage##b\".";
mes "I assume it only works at specific times.";
close;
}