diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-19 18:52:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-19 18:52:19 -0300 |
commit | f92b2d13b09cc87736b15a878f2d0255f7474433 (patch) | |
tree | d417c19a71780658d967f6eedf9331ce26897cf6 /npc/019-5-3 | |
parent | 714d3807ccfe48049bf80027d29b53bf76d96b16 (diff) | |
download | serverdata-f92b2d13b09cc87736b15a878f2d0255f7474433.tar.gz serverdata-f92b2d13b09cc87736b15a878f2d0255f7474433.tar.bz2 serverdata-f92b2d13b09cc87736b15a878f2d0255f7474433.tar.xz serverdata-f92b2d13b09cc87736b15a878f2d0255f7474433.zip |
Testing The Episode. It is fine, but one part is a tad too hard
Diffstat (limited to 'npc/019-5-3')
-rw-r--r-- | npc/019-5-3/episode.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/019-5-3/episode.txt b/npc/019-5-3/episode.txt index 08254dbe4..ed9c71afa 100644 --- a/npc/019-5-3/episode.txt +++ b/npc/019-5-3/episode.txt @@ -25,6 +25,7 @@ Zeny-=.@money; disablenpc instance_npcname("Mysterious Chest#EP1", getq2(LoFQuest_EPISODE)); enablenpc instance_npcname("Mysterious Chest#EP2", getq2(LoFQuest_EPISODE)); + closeclientdialog; // Good luck with your boss :3 .@m$=getmap(); monster(.@m$, 31, 31, "???", JackO, 1); @@ -34,7 +35,7 @@ sleep2(max(15000, 60000-(BaseLevel * 200))); monster(.@m$, 30, 31, "???", MagicGoblin, 1); monster(.@m$, 31, 31, "???", MagicGoblin, 1); - close; + end; OnInit: .distance = 2; |