From 65823d4443318a87c4c1684a3c02ffa53fe37a46 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 1 Jun 2019 21:55:56 -0300 Subject: Add even more random loot at Ishi for level 45 and 75 --- npc/003-1/ishi.txt | 21 ++++++++++++++++++++- 1 file changed, 20 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 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"); -- cgit v1.2.3-70-g09d2