summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-01 22:03:14 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-01 22:03:14 -0300
commit0f1499a322ee3708b3b5c80562e92d32f4f1a5fe (patch)
tree379ee04ac8b2722c4e3d44ee363ecdbed4dc11dd /npc/003-1
parentfd734fbffd906fff7cc3c3fb1794631c2d3f3231 (diff)
downloadserverdata-0f1499a322ee3708b3b5c80562e92d32f4f1a5fe.tar.gz
serverdata-0f1499a322ee3708b3b5c80562e92d32f4f1a5fe.tar.bz2
serverdata-0f1499a322ee3708b3b5c80562e92d32f4f1a5fe.tar.xz
serverdata-0f1499a322ee3708b3b5c80562e92d32f4f1a5fe.zip
Allow players sub25 on Tulimshar to get Raw Log at Ishi
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/ishi.txt3
1 files changed, 2 insertions, 1 deletions
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);