From a12b795ba0058db724edcb5f840db74c54168d77 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 31 Dec 2021 09:03:09 -0300 Subject: Boost experience acquired by homun dispatch (except MK Lair) in 100% --- npc/017-10/dispatcher.txt | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/npc/017-10/dispatcher.txt b/npc/017-10/dispatcher.txt index 86a0e4c44..5a0caa990 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: "+100), 3; + mesc l("Average EXP: "+200), 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: "+5), 3; + mesc l("Average EXP: "+10), 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: "+12), 3; + mesc l("Average EXP: "+24), 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: "+15), 3; + mesc l("Average EXP: "+30), 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: "+800), 3; + mesc l("Average EXP: "+1600), 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(2250)), 3; + mesc l("Average EXP: "+format_number(4500)), 3; mesc l("Common Drops: "+ getitemlink(SnakeEgg)+ getitemlink(SnakeTongue)); @@ -192,7 +192,7 @@ L_Main: case 7: mesc ".:: " + l("Dangerous Area") + " ::."; mesc l("Send your Homunculus to loot the Impregnable Fortress!"); - mesc l("Average EXP: "+format_number(70000)), 3; + mesc l("Average EXP: "+format_number(140000)), 3; mesc l("Common Drops: None"); mesc l("Regular Drops: "+ getitemlink(MoubooSteak)+ @@ -238,7 +238,7 @@ L_Main: case 10: mesc ".:: " + l("The Market") + " ::."; mesc l("Send your Homunculus to make money!"); - mesc l("Average EXP: "+8), 3; + mesc l("Average EXP: "+16), 3; mesc l("Maximum Profit: @@ GP", format_number(.zenycap)), 3; mesc l("Common Drops: "+ getitemlink(Piberries)); @@ -282,14 +282,14 @@ function lootField { switch (getarg(0)) { case HCD_PIOUFIELDS: - .@val+=100; + .@val+=200; anyloot(PiouFeathers, .@lv, 10000, PiouLegs, max(1, .@lv/2), 8000, HalfEggshell, .@lv, 6000, GoldenApple, 1, 100); break; case HCD_HERBFIELDS: - .@val+=5; + .@val+=10; anyloot(ArtichokeHerb, .@lv, 10000, CobaltHerb, max(1, .@lv/2), 6000, GambogeHerb, max(1, .@lv/2), 6000, @@ -299,7 +299,7 @@ function lootField { ReedBundle, 2, 800); break; case HCD_OREMINES: - .@val+=12; + .@val+=24; anyloot(Coal, .@lv, 9999, IronOre, max(1, .@lv/2), 2000, CopperOre, max(1, .@lv/2), 1000, @@ -312,7 +312,7 @@ function lootField { (REBIRTH ? PlatinumOre : IridiumOre), 1, 20); break; case HCD_RAREMINES: - .@val+=15; + .@val+=30; anyloot(Pearl, 1, 9999, Diamond, limit(1, .@lv/2, 3), 2000, Ruby, limit(1, .@lv/2, 3), 1700, @@ -325,7 +325,7 @@ function lootField { BlueManaPearl, 1, 1); break; case HCD_SLIMENEST: - .@val+=800; + .@val+=1600; anyloot(MaggotSlime, .@lv, 10000, Arrow, .@lv, 9000, IronArrow, .@lv, 4000, @@ -341,7 +341,7 @@ function lootField { IcedBottle, 1, 60); break; case HCD_SNAKEPIT: - .@val+=2250; + .@val+=4500; anyloot(SnakeEgg, limit(1, .@lv/8, 10), 9600, SnakeTongue, limit(1, .@lv/16, 5), 9500, SnakeSkin, limit(1, .@lv/20, 3), 7000, @@ -350,7 +350,7 @@ function lootField { Kanabo, 1, 1); // Teasing Xanthem for mapping here break; case HCD_DANGERAREA: - .@val+=70000; + .@val+=140000; anyloot(HastePotion, limit(1, .@lv/20, 10), 4000, StrengthPotion, limit(1, .@lv/20, 10), 4000, SmokeGrenade, limit(1, .@lv/18, 8), 4000, @@ -380,7 +380,7 @@ function lootField { MagicApple, 1, 45); break; case HCD_MARKET: - .@val+=8; + .@val+=16; // Sending a fresh homun in market may yield no GP. Zeny+=min(.zenycap, 1000*.@lv*min(10000, gethominfo(3))/100000); anyloot(Piberries, .@lv, 9000, @@ -391,7 +391,7 @@ function lootField { break; } // A final boost for sake of randomness - .@val+=rand2(0, 3); + .@val+=rand2(0, 10); return .@val; } -- cgit v1.2.3-60-g2f50