diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-08 18:29:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-08 18:29:52 -0300 |
commit | 7ed133d80049a409238ea4fd270a87fdb2b0bc13 (patch) | |
tree | 7f3b7792ebcf8287e72c89f5a5c06b69a86e3cf5 /npc | |
parent | 800f83840ca2965cdbe9bb27eea462c1fe90c02b (diff) | |
download | serverdata-7ed133d80049a409238ea4fd270a87fdb2b0bc13.tar.gz serverdata-7ed133d80049a409238ea4fd270a87fdb2b0bc13.tar.bz2 serverdata-7ed133d80049a409238ea4fd270a87fdb2b0bc13.tar.xz serverdata-7ed133d80049a409238ea4fd270a87fdb2b0bc13.zip |
[HOMUN] Improve success chances at Dangerous Area and The Basement
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-10/dispatcher.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/npc/017-10/dispatcher.txt b/npc/017-10/dispatcher.txt index c23cae78d..94bd9ad5c 100644 --- a/npc/017-10/dispatcher.txt +++ b/npc/017-10/dispatcher.txt @@ -351,12 +351,12 @@ function lootField { break; case HCD_DANGERAREA: .@val+=70000; - anyloot(MoubooSteak, limit(1, .@lv/28, 6), 2500, - HastePotion, limit(1, .@lv/20, 10), 2000, - StrengthPotion, limit(1, .@lv/20, 10), 2000, - SmokeGrenade, limit(1, .@lv/18, 8), 2000, - Grenade, limit(1, .@lv/28, 6), 2000, - MercBoxA, 1, 1500, + anyloot(HastePotion, limit(1, .@lv/20, 10), 4000, + StrengthPotion, limit(1, .@lv/20, 10), 4000, + SmokeGrenade, limit(1, .@lv/18, 8), 4000, + Grenade, limit(1, .@lv/28, 6), 3000, + MoubooSteak, limit(1, .@lv/28, 6), 2500, + MercBoxA, 1, 2000, AncientBlueprint, 1, 1500, Lockpicks, limit(1, .@lv/30, 4), 1000, StatusResetPotion, 1, 1000, @@ -365,11 +365,11 @@ function lootField { break; case HCD_MKBASEMENT: .@val+=1000000; - anyloot(Curshroom, limit(1, .@lv/28, 6), 3000, - HastePotion, limit(1, .@lv/20, 10), 3000, - StrengthPotion, limit(1, .@lv/20, 10), 3000, - SmokeGrenade, limit(1, .@lv/18, 8), 3000, - Grenade, limit(1, .@lv/28, 6), 3000, + anyloot(HastePotion, limit(1, .@lv/20, 10), 6000, + StrengthPotion, limit(1, .@lv/20, 10), 6000, + Curshroom, limit(1, .@lv/28, 6), 4500, + SmokeGrenade, limit(1, .@lv/18, 8), 4500, + Grenade, limit(1, .@lv/28, 6), 3500, AncientBlueprint, 1, 2500, TreasureMap, 1, 2000, CrazyRum, 1, 1500, |