From 8ac308da4f75b8129369ed99c800e1ae0042ceee Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 4 Jun 2022 18:00:45 -0300 Subject: Maya will be the item combo NPC once her quest is finished --- db/re/item_combo_db.conf | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'db') diff --git a/db/re/item_combo_db.conf b/db/re/item_combo_db.conf index ecfb20279..d27161c01 100644 --- a/db/re/item_combo_db.conf +++ b/db/re/item_combo_db.conf @@ -154,7 +154,7 @@ combo_db: ( // Terranite Set // Allstats +1, Int. MDef +30% { - Items: ["TerraniteArmor", "TerraniteBoots", "TerraniteGloves", "TerranitePants", "TerraniteMask"] + Items: ["TerraniteArmor", "TerraniteBoots", "TerranitePants", "TerraniteMask"] Script: <" bonus bAllStats, 1; bonus bMdef2Rate, 30; @@ -170,12 +170,12 @@ combo_db: ( bonus bAllStats, 2; "> }, -{ - Items: ["LeatherShirt", "LeatherBoots", "LeatherGloves", "LeatherTrousers"] - Script: <" - bonus bAllStats, 2; - "> -}, +//{ +// Items: ["LeatherShirt", "LeatherBoots", "LeatherGloves", "LeatherTrousers"] +// Script: <" +// bonus bAllStats, 2; +// "> +//}, // Assassin Set // Allstats +1, Agi +5 @@ -188,12 +188,18 @@ combo_db: ( }, // Savior Set -// Allstats +3 +// Allstats +5 // Note: Gloves/Helmet replaced with Shield (2705) temporaly { - Items: ["SaviorArmor", "SaviorBoots", "SaviorPants", "SaviorShield"] + Items: ["SaviorArmor", "SaviorBoots", "SaviorPants", "SaviorHelmet", "SaviorShield"] Script: <" - bonus bAllStats, 3; + bonus bAllStats, 5; + "> +}, +{ + Items: ["SaviorArmor", "SaviorBoots", "SaviorPants", "SaviorHelmet", "Skypiercer"] + Script: <" + bonus bAllStats, 5; "> }, @@ -242,13 +248,13 @@ combo_db: ( // W. Boots + Cotton/Silk Gloves + Sorcerer Robe - Mage Set (+7 mp/2s) { - Items: ["WizardMoccasins", "CottonGloves", "SorcererRobe"] + Items: ["WitchBoots", "CottonGloves", "SorcererRobe"] Script: <" bonus2 bSPRegenRate, 7, 2000; "> }, { - Items: ["WizardMoccasins", "SilkGloves", "SorcererRobe"] + Items: ["WitchBoots", "SilkGloves", "SorcererRobe"] Script: <" bonus2 bSPRegenRate, 7, 2000; "> -- cgit v1.2.3-60-g2f50