mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 06:33:26 +02:00
Version 1.8
This commit is contained in:
@@ -17,8 +17,8 @@ Panel
|
||||
!tooltip: tr('Disable chat and allow walk using WSAD keys')
|
||||
|
||||
OptionCheckBox
|
||||
id: extentedPreWalking
|
||||
!text: tr('Enable smooth walking (DASH)')
|
||||
id: dash
|
||||
!text: tr('Enable fast walking (DASH)')
|
||||
!tooltip: tr('Allows to execute next move without server confirmation of previous one')
|
||||
|
||||
OptionCheckBox
|
||||
|
@@ -6,7 +6,7 @@ local defaultOptions = {
|
||||
classicView = true,
|
||||
classicControl = true,
|
||||
smartWalk = false,
|
||||
extentedPreWalking = true,
|
||||
dash = false,
|
||||
autoChaseOverride = true,
|
||||
showStatusMessagesInConsole = true,
|
||||
showEventMessagesInConsole = true,
|
||||
@@ -292,7 +292,7 @@ function setOption(key, value, force)
|
||||
addEvent(function()
|
||||
modules.game_interface.updateStretchShrink()
|
||||
end)
|
||||
elseif key == 'extentedPreWalking' then
|
||||
elseif key == 'dash' then
|
||||
if value then
|
||||
g_game.setMaxPreWalkingSteps(2)
|
||||
else
|
||||
|
Reference in New Issue
Block a user