diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 18:45:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 18:45:27 -0300 |
commit | 835b5a35fd6f463795837b6975149e17498cec4a (patch) | |
tree | 437f7306b3bb8f4608f9a2427ed3327215bc7fcf /npc | |
parent | 0d980b77dd5f87c388f787352142c260752de515 (diff) | |
download | serverdata-835b5a35fd6f463795837b6975149e17498cec4a.tar.gz serverdata-835b5a35fd6f463795837b6975149e17498cec4a.tar.bz2 serverdata-835b5a35fd6f463795837b6975149e17498cec4a.tar.xz serverdata-835b5a35fd6f463795837b6975149e17498cec4a.zip |
I wrote a bad script, *cries*
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-7/mapflags.txt | 2 | ||||
-rw-r--r-- | npc/soren-2/main.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-7/mapflags.txt b/npc/001-7/mapflags.txt index f38cb43db..296862ac4 100644 --- a/npc/001-7/mapflags.txt +++ b/npc/001-7/mapflags.txt @@ -1 +1 @@ -soren mapflag zone MMO +001-7 mapflag zone MMO diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt index d8ad7dd75..591046afe 100644 --- a/npc/soren-2/main.txt +++ b/npc/soren-2/main.txt @@ -54,7 +54,7 @@ OnCheck: OnSanctum: ++@sorensanctum; - if (ispcdead()) + if (ispcdead() || !isin("soren-2", 24, 27, 40, 36)) end; // Decide if we'll spawn or add items. Previous failures are NOT considerated. |