diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-16 01:20:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-16 01:20:24 -0300 |
commit | 87263f318ddca53600e14b2ebf5defd5f302e418 (patch) | |
tree | 46d2a500fbc9c37bad72ac1d5ed3fccabcaf530c | |
parent | e6defc9510db57cef38e0dba78735626f52949c3 (diff) | |
download | serverdata-87263f318ddca53600e14b2ebf5defd5f302e418.tar.gz serverdata-87263f318ddca53600e14b2ebf5defd5f302e418.tar.bz2 serverdata-87263f318ddca53600e14b2ebf5defd5f302e418.tar.xz serverdata-87263f318ddca53600e14b2ebf5defd5f302e418.zip |
Move Tulimshar Warp Crystal and Merc Boxset on Ishi to Rare Group (0.4%)
-rw-r--r-- | npc/003-1/ishi.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index a4899ad4f..d941b2830 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -86,9 +86,11 @@ array_push(@Items, TitaniumOre); array_push(@Items, IridiumOre); array_push(@Items, GoldOre); - array_push(@Items, TulimWarpCrystal); - array_push(@Items, MercBoxA); + array_push(@Rares, TulimWarpCrystal); + array_push(@Rares, 40); + array_push(@Rares, MercBoxA); + array_push(@Rares, 40); array_push(@Rares, AlchemyBlueprintC); array_push(@Rares, (JobLevel/12)); array_push(@Rares, EquipmentBlueprintC); |