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. --- npc/functions/clientversion.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/functions/clientversion.txt') 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