diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-12 17:15:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-12 17:15:57 -0300 |
commit | b7f40a0b83e0431ddf38fec071eab9cb42ccf0c0 (patch) | |
tree | eee79596f1beaa5d5f81a19d00f4308cab08f0bb | |
parent | 9cd0b551c9c5230d39d92b9ba57e1b535fd1098c (diff) | |
download | serverdata-b7f40a0b83e0431ddf38fec071eab9cb42ccf0c0.tar.gz serverdata-b7f40a0b83e0431ddf38fec071eab9cb42ccf0c0.tar.bz2 serverdata-b7f40a0b83e0431ddf38fec071eab9cb42ccf0c0.tar.xz serverdata-b7f40a0b83e0431ddf38fec071eab9cb42ccf0c0.zip |
Fix bugs - SAAAAAAAULC!!
-rw-r--r-- | db/re/mob_db.conf | 10 | ||||
-rw-r--r-- | npc/003-1/ishi.txt | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 5ecaed620..a3b83560a 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -5350,7 +5350,7 @@ mob_db: ( Hp: 1 Sp: 0 Exp: 100 - AttackRange: 1 + AttackRange: 9 Attack: [10, 10] Def: 10 Mdef: 1 @@ -5383,7 +5383,7 @@ mob_db: ( Hp: 1 Sp: 0 Exp: 500 - AttackRange: 1 + AttackRange: 9 Attack: [10, 10] Def: 20 Mdef: 1 @@ -5416,7 +5416,7 @@ mob_db: ( Hp: 1 Sp: 0 Exp: 1000 - AttackRange: 1 + AttackRange: 9 Attack: [10, 10] Def: 40 Mdef: 1 @@ -5449,7 +5449,7 @@ mob_db: ( Hp: 1 Sp: 0 Exp: 10000 - AttackRange: 1 + AttackRange: 9 Attack: [10, 10] Def: 25 Mdef: 1 @@ -5482,7 +5482,7 @@ mob_db: ( Hp: 1 Sp: 0 Exp: 50000 - AttackRange: 1 + AttackRange: 9 Attack: [10, 10] Def: 30 Mdef: 1 diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index 82356271f..1bc9e9cbc 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -44,7 +44,7 @@ "RedApple","Beer","Candy","Orange","ChocolateBar","BugLeg","CoinBag", "Coal","SnakeSkin","CottonCloth","GrassSeeds","HardSpike","CobaltHerb","GambogeHerb", "MauveHerb","IronOre","MaggotSlime","RawLog","ScorpionStinger","SilkCocoon","TreasureKey", - "FluffyFur","EmptyBottle","RustyKnife","Coral","PiouLegs","Cheese","SnakeEgg","RoastedMaggot","BlueDye"; + "WhiteFur","EmptyBottle","RustyKnife","Coral","PiouLegs","Cheese","SnakeEgg","RoastedMaggot","BlueDye"; } setarray @Rares$, "BrimmedHat", 5, "IronIngot", 10, "BronzeGift", 10, "Grenade", 15; |