summaryrefslogtreecommitdiff
path: root/npc/003-1/ishi.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/ishi.txt')
-rw-r--r--npc/003-1/ishi.txt20
1 files changed, 19 insertions, 1 deletions
diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt
index 699a1ef6b..6d063584d 100644
--- a/npc/003-1/ishi.txt
+++ b/npc/003-1/ishi.txt
@@ -43,11 +43,29 @@
setarray @Items, Bread, Croconut,Plushroom,
RedApple,Beer,Candy,Orange,ChocolateBar,BugLeg,CoinBag,
Coal,SnakeSkin,CottonCloth,GrassSeeds,HardSpike,CobaltHerb,GambogeHerb,
- MauveHerb,IronOre,MaggotSlime,RawLog,ScorpionStinger,SilkCocoon,TreasureKey,
+ MauveHerb,CopperOre,MaggotSlime,RawLog,ScorpionStinger,SilkCocoon,TreasureKey,
WhiteFur,EmptyBottle,RustyKnife,Coral,PiouLegs,Cheese,SnakeEgg,RoastedMaggot,BlueDye;
}
setarray @Rares, BrimmedHat, 5, IronIngot, 10, BronzeGift, 10, Grenade, 15;
+ // Push blueprints based on your Job Level
+ array_push(@Rares, AlchemyBlueprintA);
+ array_push(@Rares, (JobLevel/4));
+ array_push(@Rares, EquipmentBlueprintA);
+ array_push(@Rares, (JobLevel/4));
+
+ // Additional Loot
+ if (BaseLevel >= 45) {
+ array_push(@Items, IronOre);
+ array_push(@Items, SilverOre);
+ array_push(@Items, TinOre);
+ }
+ if (BaseLevel >= 75) {
+ array_push(@Items, TitaniumOre);
+ array_push(@Items, IridiumOre);
+ array_push(@Items, GoldenOre);
+ }
+
mesn l("Ishi, the Rewards Master");
mesq l("Welcome! I see you have @@ Monster Points. Would you like to exchange some of those for items?", Mobpt);
next;