diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-27 15:22:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-27 15:22:00 -0300 |
commit | eccf98de42c5425cf1b8755357275756ad239420 (patch) | |
tree | 9dfab0c702d3decc1a56577607967a93c9fe85c6 /npc/config | |
parent | 66b0dbef764d7d1e2bd8386c08caa47c256a1d8e (diff) | |
download | serverdata-eccf98de42c5425cf1b8755357275756ad239420.tar.gz serverdata-eccf98de42c5425cf1b8755357275756ad239420.tar.bz2 serverdata-eccf98de42c5425cf1b8755357275756ad239420.tar.xz serverdata-eccf98de42c5425cf1b8755357275756ad239420.zip |
Reconfigure Fortress Town Spawn Point to somewhere safe.
i.e. Outside the town map
Diffstat (limited to 'npc/config')
-rw-r--r-- | npc/config/location.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/config/location.txt b/npc/config/location.txt index 04b2c84d7..f33abbe76 100644 --- a/npc/config/location.txt +++ b/npc/config/location.txt @@ -7,11 +7,11 @@ OnInit: // TP_FORT TP_BOSSR - setarray $@LOCMASTER_TP, TP_CANDOR,TP_TULIM,TP_HALIN,TP_HURNS, TP_LOF,TP_LILIT,TP_NIVAL, TP_FROST; - setarray $@LOCMASTER_LOC$, "Candor", "Tulim", "Halin", "Hurns", "LoF", "Lilit", "Nival", "Frostia"; - setarray $@LOCMASTER_MAP$, "005-1", "003-1", "009-1", "012-1", "017-1", "018-5", "020-1", "024-1"; - setarray $@LOCMASTER_X, 43, 40, 26, 86, 119, 111, 56, 94; - setarray $@LOCMASTER_Y, 99, 49, 30, 69, 87, 53, 62, 42; + setarray $@LOCMASTER_TP, TP_CANDOR,TP_TULIM,TP_HALIN,TP_HURNS, TP_LOF,TP_LILIT,TP_NIVAL, TP_FROST, TP_FORT; + setarray $@LOCMASTER_LOC$, "Candor", "Tulim", "Halin", "Hurns", "LoF", "Lilit", "Nival", "Frostia", "Fort"; + setarray $@LOCMASTER_MAP$, "005-1", "003-1", "009-1", "012-1", "017-1", "018-5", "020-1", "024-1", "025-2"; + setarray $@LOCMASTER_X, 43, 40, 26, 86, 119, 111, 56, 94, 108; + setarray $@LOCMASTER_Y, 99, 49, 30, 69, 87, 53, 62, 42, 32; //debugmes "Locmaster: Index 0: %s [%s.gat (%d, %d)]", $@LOCMASTER_LOC$[0], $@LOCMASTER_MAP$[0], $@LOCMASTER_X[0], $@LOCMASTER_Y[0]; //debugmes "Locmaster: Index 2: %s [%s.gat (%d, %d)]", $@LOCMASTER_LOC$[2], $@LOCMASTER_MAP$[2], $@LOCMASTER_X[2], $@LOCMASTER_Y[2]; |