diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-13 23:43:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-13 23:43:57 -0300 |
commit | 158b53f2e7f5d7e03598b6e63d4aa5bebfea1a53 (patch) | |
tree | f2c29802d59c05a20e3e8692d21281c4f4b35f80 | |
parent | 5c5ddfc208fcaf1387e5ef35b166fdce31093a3c (diff) | |
download | serverdata-158b53f2e7f5d7e03598b6e63d4aa5bebfea1a53.tar.gz serverdata-158b53f2e7f5d7e03598b6e63d4aa5bebfea1a53.tar.bz2 serverdata-158b53f2e7f5d7e03598b6e63d4aa5bebfea1a53.tar.xz serverdata-158b53f2e7f5d7e03598b6e63d4aa5bebfea1a53.zip |
Improve all teeth/tooth necklaces, giving them Atk boost.
Also, Replace reward on 001-7 secret quest.
-rw-r--r-- | db/re/item_db.conf | 17 | ||||
-rw-r--r-- | npc/001-7/barbarian.txt | 5 |
2 files changed, 14 insertions, 8 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index fdb2e4a46..7e13e1386 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5617,6 +5617,7 @@ item_db: ( Script: <" bonus bMaxHP,-200; bonus bStr,2; + bonus bAtkRate,5; "> }, { @@ -5635,6 +5636,7 @@ item_db: ( Script: <" bonus bMaxHP,-250; bonus bStr,4; + bonus bAtkRate,7; "> }, { @@ -5642,17 +5644,18 @@ item_db: ( AegisName: "ClawPendant" Name: "Claw Pendant" Type: "IT_ARMOR" - Buy: 9000 - Sell: 1700 - Weight: 250 - Def: 1 + Buy: 8000 + Sell: 1000 + Weight: 150 + Def: 3 Loc: 1024 - EquipLv: 34 + EquipLv: 24 Refine: false ViewSprite: 1013 Script: <" bonus bMaxHP,-250; bonus bStr,4; + bonus bAtkRate,10; "> }, { @@ -5671,6 +5674,7 @@ item_db: ( Script: <" bonus bMaxHP,-300; bonus bStr,7; + bonus bAtkRate,10; "> }, { @@ -5688,7 +5692,8 @@ item_db: ( ViewSprite: 1015 Script: <" bonus bMaxHP,-400; - bonus bStr,12; + bonus bStr,11; + bonus bAtkRate,12; "> }, { diff --git a/npc/001-7/barbarian.txt b/npc/001-7/barbarian.txt index 0a33e8cab..128344c5b 100644 --- a/npc/001-7/barbarian.txt +++ b/npc/001-7/barbarian.txt @@ -8,6 +8,7 @@ // This is a BONUS QUEST and can only be done via Yeti King Quest. It is NOT // meant to be doable outside it. It's overrewarding, yes. It's meant to be this way. // Do not tell everybody about this one :> Bonus to those who explore! +// NOTE: Temporaly replaced with ClawPendant // Variables: // FrostiaQuest_WolfNecklace - quest var @@ -56,10 +57,10 @@ L_CheckItems: mesc l("All cheaters must die."), 1; close; } - inventoryplace WolvernTeethNecklace, 1; + inventoryplace ClawPendant, 1; delitem WolvernTooth, 2; delitem ToothNecklace, 1; - getitem WolvernTeethNecklace, 1; + getitem ClawPendant, 1; Zeny=Zeny-4000; getexp 15000, 0; mesn; |