From 4e3eb01e65977eccd6040c19ddb4c8a72e157644 Mon Sep 17 00:00:00 2001 From: Wanne Date: Sun, 1 Sep 2013 16:07:46 +0000 Subject: [PATCH] - Bugfix: Fixed issue with the Leather Shop Deed quest (by silversurfer) o On modified maps Kyle couldn't reach the temp money for the reward. Now there is a new parameter in Mod_Settings.ini called KYLE_MONEY_POSITION = x. The default for x is 14952 which is for vanilla map. git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1747 4f8fa57e-7814-0410-bad4-adc449f26b7c --- Data-1.13/Mod_Settings.ini | 3 +++ Data/Mod_Settings.ini | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Data-1.13/Mod_Settings.ini b/Data-1.13/Mod_Settings.ini index b67d93e7e..bdca13cce 100644 --- a/Data-1.13/Mod_Settings.ini +++ b/Data-1.13/Mod_Settings.ini @@ -50,6 +50,9 @@ HANS_POSTION = 13523 PORN_SHOP_ROOM_BRENDA = 47 PORN_SHOP_ROOM_TONY = 50 +;Kyle Lemmons gets the money for the Leather Shop Deed Quest here +KYLE_MONEY_POSITION = 14952 + ;Angel's leathershop, escort Maria to this room ANGELS_LEATHERSHOP = 2 diff --git a/Data/Mod_Settings.ini b/Data/Mod_Settings.ini index 22c519129..a14bed895 100644 --- a/Data/Mod_Settings.ini +++ b/Data/Mod_Settings.ini @@ -50,6 +50,9 @@ HANS_POSTION = 13523 PORN_SHOP_ROOM_BRENDA = 47 PORN_SHOP_ROOM_TONY = 50 +;Kyle Lemmons gets the money for the Leather Shop Deed Quest here +KYLE_MONEY_POSITION = 14952 + ;Angel's leathershop, escort Maria to this room ANGELS_LEATHERSHOP = 2