From 0f1499a322ee3708b3b5c80562e92d32f4f1a5fe Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 1 Jun 2019 22:03:14 -0300 Subject: Allow players sub25 on Tulimshar to get Raw Log at Ishi --- npc/003-1/ishi.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index e989b0f88..657d2ffb3 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -47,7 +47,7 @@ Candy,Orange,BugLeg, CobaltHerb,GambogeHerb, MauveHerb,MaggotSlime,ScorpionStinger,SilkCocoon, - RustyKnife,Coral,PiouLegs,Cheese,RoastedMaggot; + RustyKnife,Coral,PiouLegs,Cheese,RoastedMaggot,RawLog; } else { setarray @Items, Bread, Croconut,Plushroom, RedApple,Beer,Candy,Orange,ChocolateBar,BugLeg,CoinBag, @@ -82,6 +82,7 @@ // Additional Loot for level 75+ if (BaseLevel >= 75) { + array_push(@Items, LeadOre); array_push(@Items, TitaniumOre); array_push(@Items, IridiumOre); array_push(@Items, GoldenOre); -- cgit v1.2.3-70-g09d2