From 2426a9010352a344c37de92e2ef1b72dc3bae1a9 Mon Sep 17 00:00:00 2001 From: CekisSWG Date: Thu, 17 May 2018 06:46:55 +0100 Subject: [PATCH] Added config var to control minimum ITV usage level (i.e. what level your character must be to use an ITV) --- linux/localOptions.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux/localOptions.cfg b/linux/localOptions.cfg index 972aa0a..57747d2 100755 --- a/linux/localOptions.cfg +++ b/linux/localOptions.cfg @@ -260,6 +260,9 @@ goldenTicketsAvailable=10 ##goldenTicketDropChance is the chance for a golden ticket to drop (for the golden ticket event) - value must be between 0 (won't ever drop) and 100 (always drops) goldenTicketDropChance=2 +##Determines minimum level for ITV usage +itvMinUsageLevel=0 + [Quest] CraftingContract=true CrowdPleaser=true