This little script sets the Q and E button to the bar by default. So those of you using the client with stones can use this to auto set the stones to the bar.
Enjoy.
EDIT: It also sets back to S and backwards to X. So you can run either way. Not walk backwards.
Code:update World00_Character.dbo.tKeyMapInit set nASCIICode = 81 where nFunctionNo = 57 update World00_Character.dbo.tKeyMapInit set nASCIICode = 69 where nFunctionNo = 58 update World00_Character.dbo.tKeyMapInit set nASCIICode = 83 where nFunctionNo = 28 update World00_Character.dbo.tKeyMapInit set nASCIICode = 88 where nFunctionNo = 29 select * from World00_Character.dbo.tKeyMapInit Where ((nFunctionNo = 57) or (nFunctionNo = 58) or (nFunctionNo = 28) or (nFunctionNo = 29))



Reply With Quote

