From 7531459bc4fe0180abfc228d36ec8cf6032608f1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 1 Jun 2019 21:41:28 -0300 Subject: Add some extra rewards on Ishi for higher-level players. We need to make Ishi stronger to compete with crafting. --- npc/003-1/ishi.txt | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'npc/003-1/ishi.txt') 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; -- cgit v1.2.3-60-g2f50