From 13e3c0db2ff61e2c7c195f6f9560a2ab99b6c4b7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 18 Aug 2019 00:54:12 -0300 Subject: The final area: Dangerous Area - with the best drops :> --- npc/017-10/dispatcher.txt | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) (limited to 'npc/017-10/dispatcher.txt') diff --git a/npc/017-10/dispatcher.txt b/npc/017-10/dispatcher.txt index 65e648a4b..7391b0333 100644 --- a/npc/017-10/dispatcher.txt +++ b/npc/017-10/dispatcher.txt @@ -62,7 +62,7 @@ L_Main: rif(gethominfo(6) >= 10, l("Deploy to Rare Mines [2h]")), rif(gethominfo(6) >= 15, l("Deploy to Slime Nest [2h]")), rif(gethominfo(6) >= 30, l("Deploy to Snake Pit [3h]")), - "", + rif(gethominfo(6) >= 60, l("Deploy to Dangerous Area [6h]")), "", "", l("Deploy to The Market [1h]"), @@ -186,6 +186,27 @@ L_Main: .@dest=HCD_SNAKEPIT; .@hours=3; break; + case 7: + mesc ".:: " + l("Dangerous Area") + " ::."; + mesc l("Send your Homunculus to hold off snakes!"); + mesc l("Average EXP: 10000"), 3; + mesc l("Common Drops: None"); + mesc l("Regular Drops: "+ + getitemlink(MoubooSteak)+ + getitemlink(HastePotion)+ + getitemlink(StrengthPotion)+ + getitemlink(SmokeGrenade)+ + getitemlink(Grenade)+ + getitemlink(MercBoxA)+ + getitemlink(AncientBlueprint)+ + getitemlink(Lockpicks)+ + getitemlink(StatusResetPotion)); + mesc l("Rare Drops: "+ + getitemlink(MagicApple)); + next; + .@dest=HCD_DANGERAREA; + .@hours=3; + break; case 10: mesc ".:: " + l("The Market") + " ::."; mesc l("Send your Homunculus to make money!"); @@ -301,11 +322,17 @@ function lootField { Kanabo, 1, 1); // Teasing Xanthem for mapping here break; case HCD_DANGERAREA: - .@val+=100; - anyloot(PiouFeathers, .@lv, 10000, - PiouLegs, max(1, .@lv/2), 8000, - HalfEggshell, .@lv, 6000, - GoldenApple, 1, 100); + .@val+=10000; + 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, + AncientBlueprint, 1, 1500, + Lockpicks, limit(1, .@lv/30, 4), 1000, + StatusResetPotion, 1, 1000, + MagicApple, 1, 40); break; case HCD_MARKET: .@val+=8; -- cgit v1.2.3-60-g2f50