From c91b34a3d6fd26b61c3b8a86ac362cf499b1c538 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 8 Jul 2018 21:20:38 -0300 Subject: Add some of the new monsters to Candor Arena --- npc/006-1/crazyfefe.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'npc/006-1/crazyfefe.txt') diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index a63a49f08..9d3725378 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -164,7 +164,7 @@ L_Summon: .@amount=($@FEFE_CAVE_LEVEL/rand(4,6))+1; freeloop(true); for (.@i = 0; .@i < .@amount; ++.@i) { - .@mid=rand(1,18); + .@mid=rand(1,22); .@monsterId=Piou; switch (.@mid) { case 1: @@ -202,6 +202,14 @@ L_Summon: .@monsterId = RobinBandit ; break; case 17: .@monsterId = CandiedSlime ; break; + case 18: + .@monsterId = BlackMamba ; break; + case 19: + .@monsterId = WickedMushroom ; break; + case 20: + .@monsterId = BlackSlime ; break; + case 21: + .@monsterId = RedMushroom ; break; default: .@monsterId = AngryScorpion ; break; } -- cgit v1.2.3-60-g2f50