diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-04 13:20:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-04 13:20:55 -0300 |
commit | 83f299dfbdaa2a8817e58e04c9cc0bef7ceb704f (patch) | |
tree | 84859f789c4de4107499035545e3f08046763c24 /npc/000-1 | |
parent | 21c59c8999199d040236a9c94ea92f1165972690 (diff) | |
download | serverdata-83f299dfbdaa2a8817e58e04c9cc0bef7ceb704f.tar.gz serverdata-83f299dfbdaa2a8817e58e04c9cc0bef7ceb704f.tar.bz2 serverdata-83f299dfbdaa2a8817e58e04c9cc0bef7ceb704f.tar.xz serverdata-83f299dfbdaa2a8817e58e04c9cc0bef7ceb704f.zip |
Track TP locations on 000-1/exit
Diffstat (limited to 'npc/000-1')
-rw-r--r-- | npc/000-1/exit.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt index e53379e18..6eb6f0c1f 100644 --- a/npc/000-1/exit.txt +++ b/npc/000-1/exit.txt @@ -41,6 +41,8 @@ OnVisitLX: end; 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; |