diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-01 19:51:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-01 19:51:17 -0300 |
commit | 2604ed34371f2cda40c2e628dcca8883018ced91 (patch) | |
tree | fe4efa3527b298b6a6844c63ec5ca09ad3f93200 /npc/015-8 | |
parent | f76bc898a606bd05b0b9a32ba42b1b80d8140f74 (diff) | |
download | serverdata-2604ed34371f2cda40c2e628dcca8883018ced91.tar.gz serverdata-2604ed34371f2cda40c2e628dcca8883018ced91.tar.bz2 serverdata-2604ed34371f2cda40c2e628dcca8883018ced91.tar.xz serverdata-2604ed34371f2cda40c2e628dcca8883018ced91.zip |
Move 015-8 to an instance (what)
Diffstat (limited to 'npc/015-8')
-rw-r--r-- | npc/015-8/sealedshrine.txt | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/npc/015-8/sealedshrine.txt b/npc/015-8/sealedshrine.txt index 571030dd1..038d854be 100644 --- a/npc/015-8/sealedshrine.txt +++ b/npc/015-8/sealedshrine.txt @@ -168,43 +168,43 @@ OnTouch: } // It is stage 3, so we will write to setq3 that the seal is open... Soon. - SaggySealInit(.name$, .x, .y, 0); + SaggySealInit(.name$, .x, .y, 0, getmap()); end; OnBreakSeal01: - SaggySealInit(.name$, .x, .y, 1); + SaggySealInit(.name$, .x, .y, 1, getmap()); end; OnBreakSeal02: - SaggySealInit(.name$, .x, .y, 2); + SaggySealInit(.name$, .x, .y, 2, getmap()); end; OnBreakSeal03: - SaggySealInit(.name$, .x, .y, 3); + SaggySealInit(.name$, .x, .y, 3, getmap()); end; OnBreakSeal04: - SaggySealInit(.name$, .x, .y, 4); + SaggySealInit(.name$, .x, .y, 4, getmap()); end; OnBreakSeal05: - SaggySealInit(.name$, .x, .y, 5); + SaggySealInit(.name$, .x, .y, 5, getmap()); end; OnBreakSeal06: - SaggySealInit(.name$, .x, .y, 6); + SaggySealInit(.name$, .x, .y, 6, getmap()); end; OnBreakSeal07: - SaggySealInit(.name$, .x, .y, 7); + SaggySealInit(.name$, .x, .y, 7, getmap()); end; OnBreakSeal08: - SaggySealInit(.name$, .x, .y, 8); + SaggySealInit(.name$, .x, .y, 8, getmap()); end; OnBreakSeal09: - SaggySealInit(.name$, .x, .y, 9); + SaggySealInit(.name$, .x, .y, 9, getmap()); end; OnBreakSeal10: @@ -254,43 +254,43 @@ OnTouch: } // It is stage 3, so we will write to setq3 that the seal is open... Soon. - SaggySealInit(.name$, .x, .y, 0); + SaggySealInit(.name$, .x, .y, 0, getmap()); end; OnBreakSeal01: - SaggySealInit(.name$, .x, .y, 1); + SaggySealInit(.name$, .x, .y, 1, getmap()); end; OnBreakSeal02: - SaggySealInit(.name$, .x, .y, 2); + SaggySealInit(.name$, .x, .y, 2, getmap()); end; OnBreakSeal03: - SaggySealInit(.name$, .x, .y, 3); + SaggySealInit(.name$, .x, .y, 3, getmap()); end; OnBreakSeal04: - SaggySealInit(.name$, .x, .y, 4); + SaggySealInit(.name$, .x, .y, 4, getmap()); end; OnBreakSeal05: - SaggySealInit(.name$, .x, .y, 5); + SaggySealInit(.name$, .x, .y, 5, getmap()); end; OnBreakSeal06: - SaggySealInit(.name$, .x, .y, 6); + SaggySealInit(.name$, .x, .y, 6, getmap()); end; OnBreakSeal07: - SaggySealInit(.name$, .x, .y, 7); + SaggySealInit(.name$, .x, .y, 7, getmap()); end; OnBreakSeal08: - SaggySealInit(.name$, .x, .y, 8); + SaggySealInit(.name$, .x, .y, 8, getmap()); end; OnBreakSeal09: - SaggySealInit(.name$, .x, .y, 9); + SaggySealInit(.name$, .x, .y, 9, getmap()); end; OnBreakSeal10: @@ -340,43 +340,43 @@ OnTouch: } // It is stage 3, so we will write to setq3 that the seal is open... Soon. - SaggySealInit(.name$, .x, .y, 0); + SaggySealInit(.name$, .x, .y, 0, getmap()); end; OnBreakSeal01: - SaggySealInit(.name$, .x, .y, 1); + SaggySealInit(.name$, .x, .y, 1, getmap()); end; OnBreakSeal02: - SaggySealInit(.name$, .x, .y, 2); + SaggySealInit(.name$, .x, .y, 2, getmap()); end; OnBreakSeal03: - SaggySealInit(.name$, .x, .y, 3); + SaggySealInit(.name$, .x, .y, 3, getmap()); end; OnBreakSeal04: - SaggySealInit(.name$, .x, .y, 4); + SaggySealInit(.name$, .x, .y, 4, getmap()); end; OnBreakSeal05: - SaggySealInit(.name$, .x, .y, 5); + SaggySealInit(.name$, .x, .y, 5, getmap()); end; OnBreakSeal06: - SaggySealInit(.name$, .x, .y, 6); + SaggySealInit(.name$, .x, .y, 6, getmap()); end; OnBreakSeal07: - SaggySealInit(.name$, .x, .y, 7); + SaggySealInit(.name$, .x, .y, 7, getmap()); end; OnBreakSeal08: - SaggySealInit(.name$, .x, .y, 8); + SaggySealInit(.name$, .x, .y, 8, getmap()); end; OnBreakSeal09: - SaggySealInit(.name$, .x, .y, 9); + SaggySealInit(.name$, .x, .y, 9, getmap()); end; OnBreakSeal10: |