summaryrefslogtreecommitdiff
path: root/npc/012-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-09 18:13:06 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-09 18:13:06 -0300
commit9c7bc9144eaf91eaca08d46686eaa50d0804c940 (patch)
tree727f749777d6fef398b0314aeb4762d1c429d27a /npc/012-1
parent3a0bc0a85b4165989266899f5bf46efee6a02e7e (diff)
downloadserverdata-9c7bc9144eaf91eaca08d46686eaa50d0804c940.tar.gz
serverdata-9c7bc9144eaf91eaca08d46686eaa50d0804c940.tar.bz2
serverdata-9c7bc9144eaf91eaca08d46686eaa50d0804c940.tar.xz
serverdata-9c7bc9144eaf91eaca08d46686eaa50d0804c940.zip
FIX THE PVP BUG
Diffstat (limited to 'npc/012-1')
-rw-r--r--npc/012-1/guards.txt4
1 files changed, 1 insertions, 3 deletions
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.