diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-10 21:36:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-10 21:36:37 -0300 |
commit | 99ef46fa78a5db46273ef4849eff6d11d9d092c5 (patch) | |
tree | aeaaedb49d7eecf8e2be9101bea639d363b4c7d3 /db | |
parent | 188139e0d8ba232894a36f9b90084e73a16a293c (diff) | |
download | serverdata-99ef46fa78a5db46273ef4849eff6d11d9d092c5.tar.gz serverdata-99ef46fa78a5db46273ef4849eff6d11d9d092c5.tar.bz2 serverdata-99ef46fa78a5db46273ef4849eff6d11d9d092c5.tar.xz serverdata-99ef46fa78a5db46273ef4849eff6d11d9d092c5.zip |
Acknowledge the following mage sets: All require Cotton or Silk Gloves and regen for 2s.
* Cotton Boots + Silk/Sorcerer Robe = +5 mp
* Wizard Mocassins/W. Boots + Sorcerer Robe = +7 mp
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_combo_db.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/db/re/item_combo_db.txt b/db/re/item_combo_db.txt index a9bd33ec2..636753787 100644 --- a/db/re/item_combo_db.txt +++ b/db/re/item_combo_db.txt @@ -67,3 +67,21 @@ // Shirt, Boots, Pants, Shield 1331:1815:2216:2705,{bonus bAllStats,3;} +// Mages Set +// MP Regen bonuses (smaller sets) +// Cotton Boots + Cotton/Silk Gloves + Silk Robe - Silk Set (+5 mp/2s) +1805:2005:1316,{bonus2 bSPRegenRate,5,2000;} +1805:2007:1316,{bonus2 bSPRegenRate,5,2000;} + +// Cotton Boots + Cotton/Silk Gloves + Sorcerer Robe - Silk Set (+6 mp/2s) +1805:2005:1317,{bonus2 bSPRegenRate,5,2000;} +1805:2007:1317,{bonus2 bSPRegenRate,5,2000;} + +// Wizard Mocassins + Cotton/Silk Gloves + Sorcerer Robe - Mage Set (+7 mp/2s) +1810:2005:1317,{bonus2 bSPRegenRate,7,2000;} +1810:2007:1317,{bonus2 bSPRegenRate,7,2000;} + +// W. Boots + Cotton/Silk Gloves + Sorcerer Robe - Mage Set (+7 mp/2s) +1810:2005:1317,{bonus2 bSPRegenRate,7,2000;} +1810:2007:1317,{bonus2 bSPRegenRate,7,2000;} + |