summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-12 19:23:52 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-12 19:23:52 -0300
commitcbb0f3b981af33f0cad801cc1f27dbf0dcaa902b (patch)
tree601f9dab98331418c04e6cbc952e55765c340ee2
parentbf47074f65689d21e68de4679f4665e7adf35ba0 (diff)
downloadserverdata-cbb0f3b981af33f0cad801cc1f27dbf0dcaa902b.tar.gz
serverdata-cbb0f3b981af33f0cad801cc1f27dbf0dcaa902b.tar.bz2
serverdata-cbb0f3b981af33f0cad801cc1f27dbf0dcaa902b.tar.xz
serverdata-cbb0f3b981af33f0cad801cc1f27dbf0dcaa902b.zip
Kamelot Update
-rw-r--r--npc/042-10/ctrl.txt4
1 files changed, 2 insertions, 2 deletions
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));