diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-11 18:03:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-11 18:03:18 -0300 |
commit | 2c922587f0607f27f8b92d301cbf4c2ef4a20eab (patch) | |
tree | 7f4a1e2d78c9ff559c9c1e78defc15fa59ec9a07 | |
parent | 9ab19c5841d0d69c5a52cd7a10e6efddd9f8a6e6 (diff) | |
download | serverdata-2c922587f0607f27f8b92d301cbf4c2ef4a20eab.tar.gz serverdata-2c922587f0607f27f8b92d301cbf4c2ef4a20eab.tar.bz2 serverdata-2c922587f0607f27f8b92d301cbf4c2ef4a20eab.tar.xz serverdata-2c922587f0607f27f8b92d301cbf4c2ef4a20eab.zip |
Tyranny is a bow and needs arrow drop.
Also, allow junior GMs to use @k
-rw-r--r-- | db/re/item_db.conf | 1 | ||||
-rw-r--r-- | npc/commands/kami.txt | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index d6dd68cff..728e540fd 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11996,6 +11996,7 @@ item_db: ( bonus bAtkEle,Ele_Holy; bonus bFlee2Rate,-100; bonus bFleeRate,-100; + bonus2 bAddMonsterDropChainItem,ITMCHAIN_ARROW,RC_All; // This weapon attack power grows with the user // It'll be behind the other weapons until the endgame stages (lv 100+) diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index 54dfbdec8..e709d0202 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -56,8 +56,8 @@ OnInstCheck: end; OnInit: - bindatcmd "k", "@k::OnCall", 80, 80, 1; - bindatcmd "servmsg", "@k::OnServMsg", 99, 99, 1; + bindatcmd "k", "@k::OnCall", 60, 80, 1; + bindatcmd "servmsg", "@k::OnServMsg", 80, 99, 1; bindatcmd "blessing", "@k::OnBuff", 99, 100, 1; bindatcmd "instcheck", "@k::OnInstCheck", 99, 100, 1; |