diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-09 19:39:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-09 19:39:42 -0300 |
commit | 9729b9bdf5db01c5dfc8d593b6c7a15b1fa15091 (patch) | |
tree | abc28e1bed4ec83c93bfcc502e00d04d2bf71034 /npc/032-1 | |
parent | 980b34fa1079262b39caa4c363c2fddf96df91d1 (diff) | |
download | serverdata-9729b9bdf5db01c5dfc8d593b6c7a15b1fa15091.tar.gz serverdata-9729b9bdf5db01c5dfc8d593b6c7a15b1fa15091.tar.bz2 serverdata-9729b9bdf5db01c5dfc8d593b6c7a15b1fa15091.tar.xz serverdata-9729b9bdf5db01c5dfc8d593b6c7a15b1fa15091.zip |
Regenerate mobs and warps for The Episode
Diffstat (limited to 'npc/032-1')
-rw-r--r-- | npc/032-1/_mobs.txt | 2 | ||||
-rw-r--r-- | npc/032-1/episode.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/032-1/_mobs.txt b/npc/032-1/_mobs.txt index 3839c9074..e6835a8be 100644 --- a/npc/032-1/_mobs.txt +++ b/npc/032-1/_mobs.txt @@ -7,4 +7,4 @@ 032-1,0,0,0,0 monster Maggot 1030,65,35000,450000 032-1,104,200,63,36 monster Giant Maggot 1031,4,30000,20000 032-1,143,214,37,29 monster Red Scorpion 1072,11,35000,120000 -032-1,0,0,0,0 monster Desert Bandit 1124,8,85000,50000 +032-1,0,0,0,0 monster Desert Bandit 1124,12,85000,50000 diff --git a/npc/032-1/episode.txt b/npc/032-1/episode.txt index 3830cbbd2..8589eedcd 100644 --- a/npc/032-1/episode.txt +++ b/npc/032-1/episode.txt @@ -63,7 +63,7 @@ OnInit: OnTouch: .@q = (getq(LoFQuest_EPISODE) == 15 ? getq2(LoFQuest_EPISODE) : 99); if (getq(LoFQuest_EPISODE) > 15 || .@q) - slide 40, 21; //52, 127; + slide 40, 21; else dispbottom l("This door is locked."); end; |