From 5ac3d58d05798d55f2db1de4bbc46a472eff2545 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 2 Jul 2018 17:27:36 -0300 Subject: Optimize Stuff for Crazyfefe --- npc/012-1/guards.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/012-1') diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 6de6a60df..d50241346 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -166,7 +166,7 @@ OnSkip: // You have 1% of base chance, plus 0.5% each player + 0.05% each monster level. if (rand(10000) <= 100 + (getmapusers("012-1")*50) + (strmobinfo(3,killedrid)*5)) getmapxy(.@m$, .@x, .@y, 0); - makeitem(StrangeCoin, 1, "012-1", .@x, .@y); + makeitem(any(Plushroom, Chagashroom, Bread, HalfCroconut, Aquada, CasinoCoins), rand(1,2), "012-1", .@x, .@y); end; OnTimer300000: -- cgit v1.2.3-60-g2f50