From 81bdb90dce2b92d4402c3b34ac18e528ba457d44 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 20 Aug 2019 14:02:13 -0300 Subject: Fix a bug on anyloot() function --- npc/017-10/dispatcher.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/017-10') diff --git a/npc/017-10/dispatcher.txt b/npc/017-10/dispatcher.txt index 49bff36a4..10868f743 100644 --- a/npc/017-10/dispatcher.txt +++ b/npc/017-10/dispatcher.txt @@ -327,14 +327,14 @@ function lootField { .@val+=800; anyloot(MaggotSlime, .@lv, 10000, Arrow, .@lv, 9000, - IronArrow, .@lv, 4000, + IronArrow, .@lv, 4000, TreasureKey, max(1, .@lv/10), 6000, CactusDrink, limit(1, .@lv/10, 3), 4000, - CoinBag, limit(1, .@lv/8, 5), 4000, + CoinBag, limit(1, .@lv/8, 5), 4000, CasinoCoins, limit(1, .@lv/6, 10), 3200, - Coal, limit(1, .@lv/10, 3), 3000, - Dagger, limit(1, .@lv/15, 3), 3000, - Candy, limit(1, .@lv/5, 6), 2000, + Coal, limit(1, .@lv/10, 3), 3000, + Dagger, limit(1, .@lv/15, 3), 3000, + Candy, limit(1, .@lv/5, 6), 2000, ChocolateBar, limit(1, .@lv/20, 3), 1000, Milk, 1, 200, IcedBottle, 1, 60); -- cgit v1.2.3-70-g09d2