summaryrefslogtreecommitdiff
path: root/npc/017-10/dispatcher.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-18 00:54:12 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-18 00:54:12 -0300
commit13e3c0db2ff61e2c7c195f6f9560a2ab99b6c4b7 (patch)
tree0f8abd2962c8a13ae6eced5a46a4a96aa80dacaa /npc/017-10/dispatcher.txt
parent373d3b52ee6fa898bb952939d4d71d26c28c095b (diff)
downloadserverdata-13e3c0db2ff61e2c7c195f6f9560a2ab99b6c4b7.tar.gz
serverdata-13e3c0db2ff61e2c7c195f6f9560a2ab99b6c4b7.tar.bz2
serverdata-13e3c0db2ff61e2c7c195f6f9560a2ab99b6c4b7.tar.xz
serverdata-13e3c0db2ff61e2c7c195f6f9560a2ab99b6c4b7.zip
The final area: Dangerous Area - with the best drops :>
Diffstat (limited to 'npc/017-10/dispatcher.txt')
-rw-r--r--npc/017-10/dispatcher.txt39
1 files changed, 33 insertions, 6 deletions
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;