summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-08 21:20:38 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-08 21:20:38 -0300
commitc91b34a3d6fd26b61c3b8a86ac362cf499b1c538 (patch)
tree37a3b11328ee7d0c5920577d12b576863ae1cf8d /npc
parent4c041e9e05c1b2cdca59b15f758c07704313c818 (diff)
downloadserverdata-c91b34a3d6fd26b61c3b8a86ac362cf499b1c538.tar.gz
serverdata-c91b34a3d6fd26b61c3b8a86ac362cf499b1c538.tar.bz2
serverdata-c91b34a3d6fd26b61c3b8a86ac362cf499b1c538.tar.xz
serverdata-c91b34a3d6fd26b61c3b8a86ac362cf499b1c538.zip
Add some of the new monsters to Candor Arena
Diffstat (limited to 'npc')
-rw-r--r--npc/006-1/crazyfefe.txt10
1 files changed, 9 insertions, 1 deletions
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;
}