From 9c7bc9144eaf91eaca08d46686eaa50d0804c940 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Aug 2019 18:13:06 -0300 Subject: FIX THE PVP BUG --- npc/012-1/guards.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'npc/012-1') diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 63d75200a..214ef3529 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -374,9 +374,7 @@ OnTimer240000: end; OnXtreem: - if (rand(0,100) <= 50) - Karma=Karma+1; - else + if (rand2(0,100) > 50) getitem StrangeCoin, 2; // Here, the drop is a Bronze Gift, based on living players and players nearby. // You have 0.1% of base chance, plus 0.2% each fighting player + 1% each near player. -- cgit v1.2.3-60-g2f50