Added Combat check option

This commit is contained in:
2025-11-13 20:24:50 -08:00
parent 618398720d
commit 1de1db66e4
2 changed files with 14 additions and 1 deletions

View File

@@ -37,6 +37,15 @@ SwiftTravelForm.RequiredSpell = 0
# SwiftTravelForm.MinLevel
# Description: Sets the minimum level required to activate Swift Travel Form
# Default: 60
# 1-80
#
#
SwiftTravelForm.MinLevel = 60
#
# SwiftTravelForm.NotInCombat
# Description: Blocks the speed increase when Travel Form is cast in combat
# Default: 1
# 1 for True, 0 for False
#
#
SwiftTravelForm.NotInCombat = 1