diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-30 11:26:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-30 11:26:30 -0300 |
commit | fecce8c6a6fa825de4af4f213e0c1d68f8fbe9c6 (patch) | |
tree | 1150470e54149ef2ca944b25523c7215ea735d46 /npc/014-4 | |
parent | 70029084ce52b251748bd4320bd280bdb05f5bd7 (diff) | |
download | serverdata-fecce8c6a6fa825de4af4f213e0c1d68f8fbe9c6.tar.gz serverdata-fecce8c6a6fa825de4af4f213e0c1d68f8fbe9c6.tar.bz2 serverdata-fecce8c6a6fa825de4af4f213e0c1d68f8fbe9c6.tar.xz serverdata-fecce8c6a6fa825de4af4f213e0c1d68f8fbe9c6.zip |
Monster Population and script logic for first sewers part
Diffstat (limited to 'npc/014-4')
-rw-r--r-- | npc/014-4/kamelot.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt index d5d088888..f6cf38488 100644 --- a/npc/014-4/kamelot.txt +++ b/npc/014-4/kamelot.txt @@ -124,8 +124,8 @@ OnDebug: l("Abort"), l("Reset"), l("Reset & Destroy"), - l("Quest - Skip Krukan fight"), l("Quest - Skip Weapons Room"), + l("Quest - Skip Krukan fight"), "", "", "", @@ -144,14 +144,15 @@ OnDebug: instance_destroy($@KAMELOT_ID[.@g]); KamelotCleanup(.@g); break; + // We now order from bottom-up case 5: - // FIXME: Can a variable really be named "$@GTEMP_042-2@10"? $KAMELOT_QUEST[.@g]=$KAMELOT_QUEST[.@g]|4; mes "WARNING: Krukan Fight and jail skipped."; case 4: $KAMELOT_KEYMASK[.@g]=$KAMELOT_KEYMASK[.@g]|16; mes "WARNING: Weapons Room skipped."; break; + // 10+ are the warp triggers case 10: warp "042-0@"+.@g, 60, 40; break; case 11: |