mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Rework smart walk, fix #247
This commit is contained in:
@@ -12,11 +12,6 @@ Panel
|
||||
!text: tr('Enable smart walking')
|
||||
!tooltip: tr('Will detect when to use diagonal step based on the\nkeys you are pressing')
|
||||
|
||||
//OptionCheckBox
|
||||
//id: walkBooster
|
||||
//!text: tr('Enable walk booster')
|
||||
//!tooltip: tr('Also known as dash in community, recommended\nfor playing characters with high speed')
|
||||
|
||||
OptionCheckBox
|
||||
id: showPing
|
||||
!text: tr('Show connection ping')
|
||||
|
@@ -4,7 +4,6 @@ local defaultOptions = {
|
||||
showPing = false,
|
||||
fullscreen = false,
|
||||
classicControl = false,
|
||||
walkBooster = false,
|
||||
smartWalk = false,
|
||||
autoChaseOverride = true,
|
||||
showStatusMessagesInConsole = true,
|
||||
@@ -95,7 +94,6 @@ function init()
|
||||
end
|
||||
|
||||
g_keyboard.bindKeyDown('Ctrl+Shift+F', function() toggleOption('fullscreen') end)
|
||||
--g_keyboard.bindKeyDown('Ctrl+D', function() toggleOption('walkBooster') end)
|
||||
|
||||
optionsWindow = g_ui.displayUI('options')
|
||||
optionsWindow:hide()
|
||||
|
Reference in New Issue
Block a user