From cbb0f3b981af33f0cad801cc1f27dbf0dcaa902b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 12 Mar 2021 19:23:52 -0300 Subject: Kamelot Update --- npc/042-10/ctrl.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/042-10/ctrl.txt') diff --git a/npc/042-10/ctrl.txt b/npc/042-10/ctrl.txt index 3e5368ce4..2d6084b34 100644 --- a/npc/042-10/ctrl.txt +++ b/npc/042-10/ctrl.txt @@ -290,8 +290,8 @@ OnKillMob: // Handle Dark Petal // XXX: How MX/PC should affect drop rates? - // I imagine a higher MX will increase DR.... (Right now, level 100 = +20% DR) - .@r=rand2(500); + // I imagine a higher MX will increase DR.... (Right now, level 100 = +50% DR) + .@r=rand2(250); if (.@r < 100+$KAMELOT_MX[.@g]) { getmapxy(.@m$, .@x, .@y, 0); makeitem(DarkPetal, 1, .@m$, rand2(.@x-1, .@x+1), rand2(.@y-1, .@y+1)); -- cgit v1.2.3-60-g2f50