diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-03 09:49:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-03 09:49:24 -0300 |
commit | c6d19cbd0fb219722d9045df403955fbc8c7a478 (patch) | |
tree | b9fd3d064e90e3614a462405cfea9b0e92503fb0 /npc/014-5 | |
parent | c10e529990bdb639ab69f42c856812de0fc8d160 (diff) | |
download | serverdata-c6d19cbd0fb219722d9045df403955fbc8c7a478.tar.gz serverdata-c6d19cbd0fb219722d9045df403955fbc8c7a478.tar.bz2 serverdata-c6d19cbd0fb219722d9045df403955fbc8c7a478.tar.xz serverdata-c6d19cbd0fb219722d9045df403955fbc8c7a478.zip |
You can now enter on Sagratha's Boss Room
Diffstat (limited to 'npc/014-5')
-rw-r--r-- | npc/014-5/sagratha.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/014-5/sagratha.txt b/npc/014-5/sagratha.txt index 183c208a7..455ea04c8 100644 --- a/npc/014-5/sagratha.txt +++ b/npc/014-5/sagratha.txt @@ -127,13 +127,14 @@ L_Open: .@q2=getq2(HurnscaldQuest_Sagratha); // Map name limit: 4 chars (sgt1) .@mapn$="sgt1@"+getcharid(0); + .@map2$="sgt2@"+getcharid(0); if (isinstance(.@q2) && .@q2 != 0) { warp .@mapn$, 33, 44; } 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$); + instance_attachmap("015-8-1", .@inst, false, .@map2$); // 40 minutes (2400s) inside, or 5 minutes (300s) outside instance_set_timeout(2400, 300, .@inst); instance_init(.@inst); @@ -145,8 +146,8 @@ L_Open: close; L_Welcome: - dispbottom l("Mouboos are cute"); warp "014-5-1", 33, 44; + dispbottom l("Mouboos are cute"); end; OnTouch: |