5 horas atrás, pesiarzyk disse:Hello,
I have a problem, so when I press ctrl + up / down / right / left arrows, my character automatically jumps a few fields forward as if the command was assigned in some script "/a"
Of course, on the GOD account, and when I play on the player's account it is not there.
Because this is the choice of the direction of our character, how i can repair this, or where i can find solution?
POKE MYTHOLOGY
https://www.youtube.com/watch?v=tN223_tKHaw&feature=youtu.be
To solve that problem you need to go to the directory of the client Client/modules/game_hotkeys and open the file hotkeys_manager, after you need to search that table
defaultComboKeysTable = { [1] = {key = 'F1', autoSend = true, itemId = nil, subType = nil, useType = nil, value = '#s m1'}, [2] = {key = 'F2', autoSend = true, itemId = nil, subType = nil, useType = nil, value = '#s m2'}, [3] = {key = 'F3', autoSend = true, itemId = nil, subType = nil, useType = nil, value = '#s m3'}, [4] = {key = 'F4', autoSend = true, itemId = nil, subType = nil, useType = nil, value = '#s m4'}, [5] = {key = 'F5', autoSend = true, itemId = nil, subType = nil, useType = nil, value = '#s m5'}, [6] = {key = 'F6', autoSend = true, itemId = nil, subType = nil, useType = nil, value = '#s m6'}, [7] = {key = 'F7', autoSend = true, itemId = nil, subType = nil, useType = nil, value = '#s m7'}, [8] = {key = 'F8', autoSend = true, itemId = nil, subType = nil, useType = nil, value = '#s m8'}, [9] = {key = 'F9', autoSend = true, itemId = nil, subType = nil, useType = nil, value = '#s m9'}, [10] = {key = 'F10', autoSend = true, itemId = nil, subType = nil, useType = nil, value = '#s m10'}, [11] = {key = 'F11', autoSend = true, itemId = nil, subType = nil, useType = nil, value = '#s m11'}, [12] = {key = 'F12', autoSend = true, itemId = nil, subType = nil, useType = nil, value = '#s m12'}, --[13] = {key = 'Ctrl+Up', autoSend = true, itemId = nil, subType = nil, useType = nil, value = '#s t1'}, --[14] = {key = 'Ctrl+Right', autoSend = true, itemId = nil, subType = nil, useType = nil, value = '#s t2'}, --[15] = {key = 'Ctrl+Down', autoSend = true, itemId = nil, subType = nil, useType = nil, value = '#s t3'}, --[16] = {key = 'Ctrl+Left', autoSend = true, itemId = nil, subType = nil, useType = nil, value = '#s t4'}, [16] = {key = 'PageUp', autoSend = true, itemId = nil, subType = nil, useType = nil, value = '#s h1'}, [17] = {key = 'PageDown', autoSend = true, itemId = nil, subType = nil, useType = nil, value = '#s h2'}, [18] = {key = 'MouseMiddle', autoSend = false, itemId = 3453, subType = nil, useType = 3, value = nil}, }
and comment that lines have ctrl+ arrows. I have already comment in the exemple above, if you want to put that table in your file, or you can comment and change the next indices to follow.




info
Grupo: Campones
Registrado: 12/04/20
Posts: 8
Reputação: 0
Hello,
I have a problem, so when I press ctrl + up / down / right / left arrows, my character automatically jumps a few fields forward as if the command was assigned in some script "/a"
Of course, on the GOD account, and when I play on the player's account it is not there.
Because this is the choice of the direction of our character, how i can repair this, or where i can find solution?
POKE MYTHOLOGY
https://www.youtube.com/watch?v=tN223_tKHaw&feature=youtu.be