52 lines
1.5 KiB
Plaintext
52 lines
1.5 KiB
Plaintext
|
|
########################################
|
||
|
|
# Frontstab Config
|
||
|
|
########################################
|
||
|
|
#
|
||
|
|
# ModFrontstab.Enable
|
||
|
|
# Description: Enable the module
|
||
|
|
# Default: 1 - Enabled
|
||
|
|
# 0 - Disabled
|
||
|
|
#
|
||
|
|
|
||
|
|
ModFrontstab.Enable = 1
|
||
|
|
#
|
||
|
|
# ModFrontstab.RequiredItem
|
||
|
|
# Description: Allows setting an item required in bags to activate frontstab.
|
||
|
|
# Default: 0 - No Item Required
|
||
|
|
# xxxxx - Specify the item ID
|
||
|
|
#
|
||
|
|
|
||
|
|
ModFrontstab.RequiredItem = 0
|
||
|
|
#
|
||
|
|
# ModFrontstab.RequiredEquipment
|
||
|
|
# Description: Allows setting a piece of gear, equipped, to be required for activating frontstab
|
||
|
|
# Default: 0 - No Gear Required
|
||
|
|
# xxxxx - Specify the item ID of the piece of equipment
|
||
|
|
#
|
||
|
|
|
||
|
|
ModFrontstab.RequiredEquipment = 0
|
||
|
|
#
|
||
|
|
# ModFrontstab.RequiredSpell
|
||
|
|
# Description: Allows setting a SpellID of a learned spell required to activate frontstab.
|
||
|
|
# Default: 0 - No Spell Required
|
||
|
|
# xxxxx - Specify the SpellID
|
||
|
|
#
|
||
|
|
|
||
|
|
ModFrontstab.RequiredSpell = 0
|
||
|
|
#
|
||
|
|
# ModFrontstab.SoloOnly
|
||
|
|
# Description: Sets frontstab to only activate when not in a group
|
||
|
|
# Default: 1
|
||
|
|
# 1 for True, 0 for False
|
||
|
|
#
|
||
|
|
#
|
||
|
|
|
||
|
|
ModFrontstab.SoloOnly = 1
|
||
|
|
#
|
||
|
|
# ModFrontstab.SpellList
|
||
|
|
# Description: Comma-separated list of SpellIDs that should use
|
||
|
|
# frontstab logic.
|
||
|
|
# Example: "53, 14179, 48657"
|
||
|
|
# Default: "0" - no spells handled
|
||
|
|
#
|
||
|
|
ModFrontstab.SpellList = 5221,6800,8992,9829,9830,27001,27002,48571,48572
|