diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-04 17:23:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-04 17:23:46 -0300 |
commit | fbf25cc7b09a143e461b0c66040a6d430cc720b4 (patch) | |
tree | 2ce38df24a4d82fb53091bdda4617ad78a5c0c7e /npc/006-1 | |
parent | d6bddea04070639538fa5bcf66b73281a23126cf (diff) | |
download | serverdata-fbf25cc7b09a143e461b0c66040a6d430cc720b4.tar.gz serverdata-fbf25cc7b09a143e461b0c66040a6d430cc720b4.tar.bz2 serverdata-fbf25cc7b09a143e461b0c66040a6d430cc720b4.tar.xz serverdata-fbf25cc7b09a143e461b0c66040a6d430cc720b4.zip |
Rebalance. Ok, that should be all
Diffstat (limited to 'npc/006-1')
-rw-r--r-- | npc/006-1/crazyfefe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index 253256753..047457d0f 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -145,7 +145,7 @@ L_NextRound: // TODO L_Summon: - .@amount=($@FIGHT_CAVE_LEVEL/3); + .@amount=($@FIGHT_CAVE_LEVEL/rand(3,5)); for (.@i = 0; .@i < .@amount; ++.@i) { .@mid=rand(1,15); .@monsterId=Piou; |