diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-01 14:09:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-01 14:09:53 -0300 |
commit | 885796e1c54c94bb5e6fd93285cd976e80748f7e (patch) | |
tree | db20291c6f493de6dd225f27f49c96fdc6a2c721 /npc/014-5 | |
parent | 0e7bceb46bf56392cb3e7024058147d933720e4f (diff) | |
download | serverdata-885796e1c54c94bb5e6fd93285cd976e80748f7e.tar.gz serverdata-885796e1c54c94bb5e6fd93285cd976e80748f7e.tar.bz2 serverdata-885796e1c54c94bb5e6fd93285cd976e80748f7e.tar.xz serverdata-885796e1c54c94bb5e6fd93285cd976e80748f7e.zip |
015-8 Ancient Hideout. It is not accessible per-se (yet).
The boss map is still missing.
Diffstat (limited to 'npc/014-5')
-rw-r--r-- | npc/014-5/sagratha.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/014-5/sagratha.txt b/npc/014-5/sagratha.txt index defaa2959..d28f19a1f 100644 --- a/npc/014-5/sagratha.txt +++ b/npc/014-5/sagratha.txt @@ -131,6 +131,8 @@ L_Open: } else { .@inst = instance_create("Sagratha House "+getcharid(0), getcharid(3), IOT_CHAR); instance_attachmap("014-5-1", .@inst, false, .@mapn$); + //instance_attachmap("015-8", .@inst, false, .@mapn$); + //instance_attachmap("015-8-1", .@inst, false, .@mapn$); // 20 minutes (1200s) inside, or 5 minutes (300s) outside instance_set_timeout(1200, 30, .@inst); instance_init(.@inst); |