Skip to content

Commit

Permalink
- Added option to pull backwards (Enabled by default)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Mar 8, 2024
1 parent 04dd88b commit d787449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extras/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return { commitId = '4f9269f 2024-03-07' }
return { commitId = '04dd88b 2024-03-08' }
2 changes: 1 addition & 1 deletion modules/pull.lua
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Module.TempSettings.ValidPullAbilities = {}

Module.DefaultConfig = {
['DoPull'] = { DisplayName = "Enable Pulling", Category = "Pulling", Tooltip = "Enable pulling", Default = false, },
['PullBackwards'] = { DisplayName = "Pull Facing Backwards", Category = "Pulling", Tooltip = "Run back to camp facing the mmob", Default = false, },
['PullBackwards'] = { DisplayName = "Pull Facing Backwards", Category = "Pulling", Tooltip = "Run back to camp facing the mmob", Default = true, },
['AutoSetRoles'] = { DisplayName = "Auto Set Roles", Category = "Pulling", Tooltip = "Make yourself MA and Puller when you start pulls.", Default = true, },
['PullAbility'] = { DisplayName = "Pull Ability", Category = "Pulling", Tooltip = "What should we pull with?", Default = 1, Type = "Custom", },
['PullMode'] = { DisplayName = "Pull Mode", Category = "Pulling", Tooltip = "1 = Normal, 2 = Chain, 3 = Hunt, 4 = Farm", Type = "Custom", Default = 1, Min = 1, Max = 4, },
Expand Down

0 comments on commit d787449

Please sign in to comment.