From 73bcec44fc0c2dfa24cd85f0b101878b0b6a75d8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 16 Jul 2019 02:28:35 -0300 Subject: Make snakes attack 100ms slower, add a new reward at Ishi Lv 75 block (arrows) --- db/re/mob_db.conf | 2 +- npc/003-1/ishi.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 8cfd5a647..e0092b7d5 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -4849,7 +4849,7 @@ mob_db: ( CastSensorChase: true } MoveSpeed: 340 - AttackDelay: 1300 + AttackDelay: 1400 AttackMotion: 672 DamageMotion: 200 Drops: { diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index d941b2830..5eff1e473 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -86,6 +86,7 @@ array_push(@Items, TitaniumOre); array_push(@Items, IridiumOre); array_push(@Items, GoldOre); + array_push(@Items, IronAmmoBox); array_push(@Rares, TulimWarpCrystal); array_push(@Rares, 40); -- cgit v1.2.3-70-g09d2