From 6a35cc04c45f834346594e326686361f40033074 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Apr 2019 20:39:38 -0300 Subject: You are annoying, @Saulc --- npc/006-1/crazyfefe.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/006-1/crazyfefe.txt') diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index 16a50e30d..b51086f11 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -235,11 +235,11 @@ function NextRound { case 0: case 1: case 2: - .@monsterId = any(HouseMaggot, HouseMaggot, SlimeBlast, HouseMaggot) ; break; + //.@monsterId = any(HouseMaggot, HouseMaggot, SlimeBlast, HouseMaggot) ; break; case 3: case 4: //.@monsterId = Wolvern ; break; - .@monsterId = any(AngryScorpion, CaveMaggot, MagicGoblin, ViciousSquirrel, AngryBat) ; break; + .@monsterId = any(AngryScorpion, CaveMaggot, MagicGoblin, ViciousSquirrel, AngryBat, HouseMaggot, SlimeBlast) ; break; case 5: case 6: .@monsterId = any(AngryBat, RedSlime, AngryRedScorpion, DesertBandit, Bandit, Sarracenus, VampireBat, Skeleton, GreenSlime) ; break; @@ -317,7 +317,8 @@ OnReward: } // Player reward is a random number based on current wave .@prize=rand($@FEFE_WAVE/2,$@FEFE_WAVE)*2; - Zeny=Zeny+.@prize; + if ($@FEFE_WAVE % 5 == 0) + Zeny=Zeny+.@prize; getexp .@prize, rand(1,3); @crazypoints+=1; end; -- cgit v1.2.3-70-g09d2