diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-18 20:39:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-18 20:39:38 -0300 |
commit | 6a35cc04c45f834346594e326686361f40033074 (patch) | |
tree | d4b174cd137deab2d954bf876c42ac6be71e8fe0 /npc/006-1/crazyfefe.txt | |
parent | 22b710065af608a2d44299636ace6af1b6ea1861 (diff) | |
download | serverdata-6a35cc04c45f834346594e326686361f40033074.tar.gz serverdata-6a35cc04c45f834346594e326686361f40033074.tar.bz2 serverdata-6a35cc04c45f834346594e326686361f40033074.tar.xz serverdata-6a35cc04c45f834346594e326686361f40033074.zip |
You are annoying, @Saulc
Diffstat (limited to 'npc/006-1/crazyfefe.txt')
-rw-r--r-- | npc/006-1/crazyfefe.txt | 7 |
1 files changed, 4 insertions, 3 deletions
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; |