From 96c93424b1dd394e2a60039e450c2ca9925518f8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 12 Jul 2018 01:58:48 -0300 Subject: Add marriage skills to Wedding Ring --- db/re/item_db.conf | 2 ++ db/re/skill_tree.conf | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 818e55085..6a2eba915 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -6942,6 +6942,8 @@ item_db: ( BuyingStore: true Script: <" if (getpartnerid()) { + skill WE_MALE,1; + skill WE_FEMALE,1; bonus bMaxHP,5; } "> diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 985bc0abd..a2d33ac44 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -28,6 +28,8 @@ Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so Human: { skills: { NV_BASIC: 0 + WE_MALE: 0 + WE_FEMALE: 0 AL_HEAL: 3 SM_PROVOKE: 5 NV_TRICKDEAD: 0 @@ -84,8 +86,6 @@ Human: { GN_DEMONIC_FIRE: 0 GN_CRAZYWEED: 0 GN_WALLOFTHORN: 0 - WE_MALE: 0 - WE_FEMALE: 0 WE_CALLPARTNER: 0 EVOL_PHYSICAL_SHIELD: 0 } -- cgit v1.2.3-60-g2f50