summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/ishi.txt21
1 files changed, 20 insertions, 1 deletions
diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt
index 6d063584d..275845c93 100644
--- a/npc/003-1/ishi.txt
+++ b/npc/003-1/ishi.txt
@@ -54,16 +54,35 @@
array_push(@Rares, EquipmentBlueprintA);
array_push(@Rares, (JobLevel/4));
- // Additional Loot
+ // Additional Loot for level 45+
if (BaseLevel >= 45) {
array_push(@Items, IronOre);
array_push(@Items, SilverOre);
array_push(@Items, TinOre);
+ array_push(@Items, ChocolateMouboo);
+ array_push(@Items, MoubooSteak);
+ array_push(@Items, Milk);
+ array_push(@Items, TolchiArrowBox);
+ array_push(@Items, ShadowHerb);
+
+ array_push(@Rares, AlchemyBlueprintB);
+ array_push(@Rares, (JobLevel/8));
+ array_push(@Rares, EquipmentBlueprintB);
+ array_push(@Rares, (JobLevel/8));
}
+
+ // Additional Loot for level 75+
if (BaseLevel >= 75) {
array_push(@Items, TitaniumOre);
array_push(@Items, IridiumOre);
array_push(@Items, GoldenOre);
+ array_push(@Items, TulimWarpCrystal);
+ array_push(@Items, MercBoxA);
+
+ array_push(@Rares, AlchemyBlueprintC);
+ array_push(@Rares, (JobLevel/12));
+ array_push(@Rares, EquipmentBlueprintC);
+ array_push(@Rares, (JobLevel/12));
}
mesn l("Ishi, the Rewards Master");