Kolera
Squid Slayer
Credits to "http://pirate.mmosite.com/guide/tweaking_client.shtml" (edited some keys because some are conflicting)
...and to my compooter
v
A simple tweak to hide/show...
To edit...
Aaaaand save...
Cheers
...and to my compooter
vA simple tweak to hide/show...
- Chat/System messages window
- Macro bar
- Menu buttons
- Character pane
- Mini map *No need to edit, just press " Alt + M "
- Open the file " main.clu " (in my case, "D:\Pirate King Online\scripts\lua\forms\main.clu") in a Notepad, Wordpad or any similar application of your preference.
*I suggest you make a back-up of the original file before editing just in case you messed up.*
To edit...
- Chat/System messages window
- Search for "--UI_FormSetHotKey( frmMain800, ALT_KEY, HOTKEY_X )".
- Remove "--" and change the "HOTKEY_X" to "HOTKEY_H".
- It should now look like this "UI_FormSetHotKey( frmMain800, ALT_KEY, HOTKEY_H )".
- NOTE: The shortcut key "Alt + H" is really for Help Dialog Box, but overriding this hotkey won't affect slightest bit since it is accessible in the Menu buttons.
- Character pane
- Search for "--UI_FormSetHotKey( frmDetail, ALT_KEY, HOTKEY_X )".
- Remove "--" and change the "HOTKEY_X" to "HOTKEY_J".
- It should now look like this "UI_FormSetHotKey( frmDetail, ALT_KEY, HOTKEY_J )".
- Macro bar
- Search for "--UI_FormSetHotKey( frmFast, ALT_KEY, HOTKEY_T )".
- Remove "--" and change the "HOTKEY_T" to "HOTKEY_G".
- It should now look like this "UI_FormSetHotKey( frmFast, ALT_KEY, HOTKEY_G )".
- Menu buttons
- Search for "--UI_FormSetHotKey( frmMainFun, ALT_KEY, HOTKEY_D )".
- Remove "--" and change the "HOTKEY_D" to "HOTKEY_K".
- It should now look like this "UI_FormSetHotKey( frmMainFun, ALT_KEY, HOTKEY_K )".
Aaaaand save...
Cheers
Last edited: