summaryrefslogtreecommitdiff
path: root/npc/017-10
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-01-22 10:58:39 -0300
committerJesusaves <cpntb1@ymail.com>2024-01-22 10:58:39 -0300
commit85ffa60b3c3b639237dcc1147495806f967be15e (patch)
treeb73d65a12b8b6422779d7f010e54f91160f15d5a /npc/017-10
parent153f5978ffe0b139abdd57cd11e7c7112a0aa502 (diff)
downloadserverdata-85ffa60b3c3b639237dcc1147495806f967be15e.tar.gz
serverdata-85ffa60b3c3b639237dcc1147495806f967be15e.tar.bz2
serverdata-85ffa60b3c3b639237dcc1147495806f967be15e.tar.xz
serverdata-85ffa60b3c3b639237dcc1147495806f967be15e.zip
Now experience yield for Homunculus Dispatch is Carpet-compliant
Diffstat (limited to 'npc/017-10')
-rw-r--r--npc/017-10/dispatcher.txt34
1 files changed, 17 insertions, 17 deletions
diff --git a/npc/017-10/dispatcher.txt b/npc/017-10/dispatcher.txt
index 99b131dfc..ea01f3583 100644
--- a/npc/017-10/dispatcher.txt
+++ b/npc/017-10/dispatcher.txt
@@ -77,7 +77,7 @@ L_Main:
case 1:
mesc ".:: " + l("Piou Fields") + " ::.";
mesc l("The most basic grinding camp for your homunculus.");
- mesc l("Average EXP: "+200), 3;
+ mesc l("Average EXP: "+1800), 3;
mesc l("Common Drops: "+
getitemlink(PiouFeathers));
mesc l("Regular Drops: "+
@@ -92,7 +92,7 @@ L_Main:
case 2:
mesc ".:: " + l("Herb Fields") + " ::.";
mesc l("If you need more herbs, the best place to look.");
- mesc l("Average EXP: "+60), 3;
+ mesc l("Average EXP: "+1200), 3;
mesc l("Common Drops: "+
getitemlink(ArtichokeHerb));
mesc l("Regular Drops: "+
@@ -109,7 +109,7 @@ L_Main:
case 3:
mesc ".:: " + l("Ore Mines") + " ::.";
mesc l("Send your Homunculus to mineration!");
- mesc l("Average EXP: "+124), 3;
+ mesc l("Average EXP: "+2400), 3;
mesc l("Common Drops: "+
getitemlink(Coal));
mesc l("Regular Drops: "+
@@ -130,7 +130,7 @@ L_Main:
case 4:
mesc ".:: " + l("Rare Mines") + " ::.";
mesc l("Send your Homunculus to mineration!");
- mesc l("Average EXP: "+130), 3;
+ mesc l("Average EXP: "+2500), 3;
mesc l("Common Drops: "+
getitemlink(Pearl));
mesc l("Regular Drops: "+
@@ -151,7 +151,7 @@ L_Main:
case 5:
mesc ".:: " + l("Slime Nest") + " ::.";
mesc l("Send your Homunculus to a slime nest!");
- mesc l("Average EXP: "+1600), 3;
+ mesc l("Average EXP: "+3600), 3;
mesc l("Common Drops: "+
getitemlink(MaggotSlime)+
getitemlink(Arrow));
@@ -175,7 +175,7 @@ L_Main:
case 6:
mesc ".:: " + l("Snake Pit") + " ::.";
mesc l("Send your Homunculus to hold off snakes!");
- mesc l("Average EXP: "+format_number(4500)), 3;
+ mesc l("Average EXP: "+format_number(5400)), 3;
mesc l("Common Drops: "+
getitemlink(SnakeEgg)+
getitemlink(SnakeTongue));
@@ -215,7 +215,7 @@ L_Main:
case 8:
mesc ".:: " + l("Monster King Basement") + " ::.";
mesc l("Send your Homunculus to one of the most dangerous...!");
- mesc l("Average EXP: "+format_number(1000000)), 3;
+ mesc l("Average EXP: "+format_number(750000)), 3;
mesc l("Common Drops: None");
mesc l("Regular Drops: "+
getitemlink(Curshroom)+
@@ -240,7 +240,7 @@ L_Main:
case 9:
mesc ".:: " + l("Moubootaur's Domain") + " ::.";
mesc l("Send your Homunculus to THE most dangerous...!");
- mesc l("Average EXP: "+format_number(2000000)), 3;
+ mesc l("Average EXP: "+format_number(1500000)), 3;
mesc l("Common Drops: None");
mesc l("Regular Drops: None");
mesc l("Rare Drops: None");
@@ -251,7 +251,7 @@ L_Main:
case 10:
mesc ".:: " + l("The Market") + " ::.";
mesc l("Send your Homunculus to make money!");
- mesc l("Average EXP: "+36), 3;
+ mesc l("Average EXP: "+900), 3;
mesc l("Maximum Profit: @@ GP", format_number(.zenycap)), 3;
mesc l("Common Drops: "+
getitemlink(Piberries));
@@ -295,14 +295,14 @@ function lootField {
switch (getarg(0)) {
case HCD_PIOUFIELDS:
- .@val+=200;
+ .@val+=1800;
anyloot(PiouFeathers, .@lv, 10000,
PiouLegs, max(1, .@lv/2), 8000,
HalfEggshell, .@lv, 6000,
GoldenApple, 1, 100);
break;
case HCD_HERBFIELDS:
- .@val+=60;
+ .@val+=1200;
anyloot(ArtichokeHerb, .@lv, 10000,
CobaltHerb, max(1, .@lv/2), 6000,
GambogeHerb, max(1, .@lv/2), 6000,
@@ -312,7 +312,7 @@ function lootField {
ReedBundle, 2, 800);
break;
case HCD_OREMINES:
- .@val+=124;
+ .@val+=2400;
anyloot(Coal, .@lv, 9999,
IronOre, max(1, .@lv/2), 2000,
CopperOre, max(1, .@lv/2), 1000,
@@ -325,7 +325,7 @@ function lootField {
(REBIRTH ? PlatinumOre : IridiumOre), 1, 20);
break;
case HCD_RAREMINES:
- .@val+=130;
+ .@val+=2500;
anyloot(Pearl, 1, 9999,
Diamond, limit(1, .@lv/2, 3), 2000,
Ruby, limit(1, .@lv/2, 3), 1700,
@@ -338,7 +338,7 @@ function lootField {
BlueManaPearl, 1, 1);
break;
case HCD_SLIMENEST:
- .@val+=1600;
+ .@val+=3600;
anyloot(MaggotSlime, .@lv, 10000,
Arrow, .@lv, 9000,
IronArrow, .@lv, 4000,
@@ -354,7 +354,7 @@ function lootField {
IcedBottle, 1, 60);
break;
case HCD_SNAKEPIT:
- .@val+=4500;
+ .@val+=5400;
anyloot(SnakeEgg, limit(1, .@lv/8, 10), 9600,
SnakeTongue, limit(1, .@lv/16, 5), 9500,
SnakeSkin, limit(1, .@lv/20, 3), 7000,
@@ -378,7 +378,7 @@ function lootField {
MagicApple, 1, 40);
break;
case HCD_MKBASEMENT:
- .@val+=1000000;
+ .@val+=750000;
anyloot(HastePotion, limit(1, .@lv/20, 10), 6000,
StrengthPotion, limit(1, .@lv/20, 10), 6000,
Curshroom, limit(1, .@lv/28, 6), 4500,
@@ -395,7 +395,7 @@ function lootField {
MagicApple, 1, 45);
break;
case HCD_MOUBOOTAUR:
- .@val+=2000000;
+ .@val+=1500000;
break;
case HCD_MARKET:
.@val+=36;