Quest Preview Settings
Overview
This section offers a few Settings related to the Quest Preview Feature.
Whether you want to display Quest Icons for active Quests on the Region Map (Quest Mode) (Requires ThatWelshOne_'s Modern Quest System Plugin).
SHOW_QUEST_ICONS = true
Possible values:
true
or0
= enabled: Quest Icons will be displayed on the Region Map (Quest Mode)false
or-1
= disabled.Switch ID
= enabled if this Switch is ON.
Choose the button that needs to be pressed to show the Quest Preview of the Quest Icon on the current Location.
SHOW_QUEST_BUTTON = Input::USE
Possible values:
Input::JUMPUP
Input::JUMPDOWN
Input::SPECIAL
Input::AUX1
Input::AUX2
Set the max lines the Quest Preview can take (Quest Task and Location).
MAX_QUEST_LINES = 4
Possible value:
Any number above 0 .
Add an offset to the X and Y position used for the Quest Task and Location Text.
QUEST_INFO_OFFSET_X = 0
QUEST_INFO_OFFSET_Y = 0
Possible value:
Any number (can be negative too).
Change the Color used for the Quest Task and Location Text.
QUEST_INFO_MAIN = Color.new(248, 248, 248)
QUEST_INFO_SHADOW = Color.new(0, 0, 0)
Possible value:
3 numbers between 0 and 255.
Last updated