mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-21 23:15:54 +02:00
Version 1.8
This commit is contained in:
@@ -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