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 or 0 = enabled: Quest Icons will be displayed on the Region Map (Quest Mode)

  • false or -1 = disabled.

  • Switch ID = enabled if this Switch is ON.

See Quest Icons and Preview on how to make Quests be shown on the Region Map.


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

Be careful with which button you have set for Changing Mode and Changing Region. You can set this the same button as you set for Quick Fly or the Location Preview Feature since you can only use the Quest Preview on the Quest Map Mode.


Set the max lines the Quest Preview can take (Quest Task and Location).

MAX_QUEST_LINES = 4

Possible value:

  • Any number above 0 .

This plugin provides the default Graphics from 2 to 4 lines. If you change this to a higher number than 4, make sure you have a bigger Graphic.


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.

Just like with the Text Color settings, you can use a tool like this to convert the Color you want to the correct RGB values.

Last updated