summaryrefslogtreecommitdiff
path: root/npc/006-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-31 12:44:33 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-31 12:44:33 -0300
commit4c0900ff8d503530f8f139eb3360f4365ff6c87a (patch)
tree0382c83fdf773402311476b35ca09b5acf15ec8a /npc/006-1
parent81ed1ac55f5eb952b5f97e286479f59f391bbf45 (diff)
downloadserverdata-4c0900ff8d503530f8f139eb3360f4365ff6c87a.tar.gz
serverdata-4c0900ff8d503530f8f139eb3360f4365ff6c87a.tar.bz2
serverdata-4c0900ff8d503530f8f139eb3360f4365ff6c87a.tar.xz
serverdata-4c0900ff8d503530f8f139eb3360f4365ff6c87a.zip
Update terranite monsters at Crazyfefe Battle
Diffstat (limited to 'npc/006-1')
-rw-r--r--npc/006-1/crazyfefe.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt
index 9e3559a7e..4d8bfe8f9 100644
--- a/npc/006-1/crazyfefe.txt
+++ b/npc/006-1/crazyfefe.txt
@@ -231,12 +231,12 @@ L_Summon:
.@monsterId = any(FallenGuard1, FallenGuard2, BanditLord, Yeti, WickedMushroom) ; break;
case 17:
case 18:
- .@monsterId = any(Forain, BlackMamba, Michel) ; break;
+ .@monsterId = any(Forain, BlackMamba, Michel, Terranite) ; break;
case 19:
case 20:
- .@monsterId = any(Forain, BlackMamba, JackO, Terranite) ; break;
+ .@monsterId = any(Forain, BlackMamba, JackO, TerraniteProtector) ; break;
default:
- .@monsterId = any(Tipiu, GiantMutatedBat, Terranite, Reaper) ; break;
+ .@monsterId = any(Tipiu, GiantMutatedBat, TerraniteProtector, Reaper) ; break;
}
areamonster "006-1", 20, 20, 70, 60, strmobinfo(1, .@monsterId), .@monsterId, 1, "Crazyfefe::OnPetDeath";
// We must lower difficulty according to summoned monster. Only 60% is lowered.