From 741e601a03aa9dc2c2a06ed9d4e9b796d3da7a92 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 15 Jul 2019 17:02:36 -0300 Subject: Bounty Helmet bugfix if needed. I forgot what TMW2_SPEECH was for but it was planned. --- db/re/skill_db.conf | 12 ++++++++++++ db/re/skill_tree.conf | 1 + npc/functions/clientversion.txt | 5 +++++ 3 files changed, 18 insertions(+) diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 802103481..3c7d3ae37 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -38572,6 +38572,18 @@ skill_db: ( Quest: true } }, +{ + Id: 20035 + Name: "TMW2_SPEECH" + Description: "Speech" + MaxLevel: 1 + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } +}, // More skills: 20036~20062 { Id: 20036 diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 993e9ad05..96730bdc3 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -33,6 +33,7 @@ Human: { TMW2_FAKESKILL2: 0 TMW2_CRAFT: 0 TMW2_ANCIENTLANGUAGES: 0 + TMW2_SPEECH: 0 WE_MALE: 0 WE_FEMALE: 0 SN_SHARPSHOOTING: 0 diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index a2c4d1c37..21054c3fa 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -279,6 +279,11 @@ function script clientupdater { getitem any(AncientBlueprint, AlchemyBlueprintA, EquipmentBlueprintA), 1; CRAFTQUEST=1; } + // Bounty Hunter Helmet + if (MERCENARY_DAILYQUEST > 100) { + inventoryplace BountyHunterHelmet, 1; + getitem BountyHunterHelmet, 1; + } } -- cgit v1.2.3-70-g09d2