diff options
-rw-r--r-- | npc/018-6-3/_import.txt | 1 | ||||
-rw-r--r-- | npc/018-6-3/main.txt | 48 |
2 files changed, 49 insertions, 0 deletions
diff --git a/npc/018-6-3/_import.txt b/npc/018-6-3/_import.txt index 31f003015..2e5320e74 100644 --- a/npc/018-6-3/_import.txt +++ b/npc/018-6-3/_import.txt @@ -1,2 +1,3 @@ // Map 018-6-3: Forgotten Shrine // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/018-6-3/main.txt", diff --git a/npc/018-6-3/main.txt b/npc/018-6-3/main.txt index e0c8ffdc4..9b6fbb503 100644 --- a/npc/018-6-3/main.txt +++ b/npc/018-6-3/main.txt @@ -76,6 +76,54 @@ OnKill1: killmonsterall(getmap()); end; +OnKill2: + .@q3=getq3(LoFQuest_Barbara); + setq3 LoFQuest_Barbara, .@q3|2; + killmonsterall(getmap()); + end; + +OnKill4: + .@q3=getq3(LoFQuest_Barbara); + setq3 LoFQuest_Barbara, .@q3|4; + killmonsterall(getmap()); + end; + +OnKill8: + .@q3=getq3(LoFQuest_Barbara); + setq3 LoFQuest_Barbara, .@q3|8; + killmonsterall(getmap()); + end; + +OnKill16: + .@q3=getq3(LoFQuest_Barbara); + setq3 LoFQuest_Barbara, .@q3|16; + killmonsterall(getmap()); + end; + +OnKill32: + .@q3=getq3(LoFQuest_Barbara); + setq3 LoFQuest_Barbara, .@q3|32; + killmonsterall(getmap()); + end; + +OnKill64: + .@q3=getq3(LoFQuest_Barbara); + setq3 LoFQuest_Barbara, .@q3|64; + killmonsterall(getmap()); + end; + +OnKill128: + .@q3=getq3(LoFQuest_Barbara); + setq3 LoFQuest_Barbara, .@q3|128; + killmonsterall(getmap()); + end; + +OnKill256: + .@q3=getq3(LoFQuest_Barbara); + setq3 LoFQuest_Barbara, .@q3|256; + killmonsterall(getmap()); + end; + } |