diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-04-18 13:50:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-04-18 13:50:12 -0300 |
commit | 1b41e3152d16a4b9c0b40e792c3a0ddccfa08ec9 (patch) | |
tree | c4bde4aa2bf7541d18bdc3ca1849559a285edacd | |
parent | 561a6387af8b921d2f54063529621aecc8b9446e (diff) | |
download | serverdata-1b41e3152d16a4b9c0b40e792c3a0ddccfa08ec9.tar.gz serverdata-1b41e3152d16a4b9c0b40e792c3a0ddccfa08ec9.tar.bz2 serverdata-1b41e3152d16a4b9c0b40e792c3a0ddccfa08ec9.tar.xz serverdata-1b41e3152d16a4b9c0b40e792c3a0ddccfa08ec9.zip |
Lower Dustynator price in 500. It now recovers 100 HP when killing a monster.
-rw-r--r-- | db/re/item_db.conf | 1 | ||||
-rw-r--r-- | npc/018-2-1/dustman.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 8458bf8e1..069cc0c24 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -17193,6 +17193,7 @@ item_db: ( bonus bCriticalRate,40; bonus bAtk,(BaseLevel-70)*2; bonus2 bAddEff,Eff_Stun,120; + bonus bHPGainValue, 100; skill TMW2_OVERLOAD, min(10, getrefine()); "> }, diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index 5def19831..a0ce9bf6a 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -204,7 +204,7 @@ OnInit: tradertype(NST_CUSTOM); // CoD Exchange Booth Selection - sellitem Dustynator,3000; + sellitem Dustynator,2500; sellitem MercBoxD,1500; sellitem MercBoxC,750; sellitem ArcmageBoxset,500; |