Taking a break from the game, this blog is currently on hiatus. 💤

Toggle Camera Navigation

Since Singapore Granado Espada updated to v6.3, the ChangeCamera(1) function no longer works. (See Navigate Camera & Show State.) However, there is another function that does the same thing.

Add the following to your user-defined hot keys by opening the .xml file with Notepad:


<HotKey Name="NavCam" Scp="NavCamToggle()" Key="F1" UseAlt="NO" UseCtrl="YES" UseShift="NO" OnEdit="YES" />

Restart the client, and turn it on/off when pressing Ctrl-F1. Ensure that you do not have more than 1 function assigned to the same hot key. This function also works in Sword 2 client v5.0.23.

Thanks to PhoenixDragon and his/her anonymous (as requested) informer of IAH forums for the update.



Reassign Hot Keys
The new patch (v5.0) updates the game user interface, and added several new functions. You can edit the hot key file and reassign the hot keys by changing the Key and UseAlt/Ctrl/Shift parameters. For example, I find it too troublesome to press 2 buttons (Alt + F3) to access Town Movement, so I swapped its hot key with Keyboard Help (F12). The default setting for both functions are:


<HotKey Name="(#?)0064068(##)UI Move to a town(?#)" Scp="ToggleTownWarp()" Key="F3" UseAlt="YES" UseCtrl="NO" UseShift="NO" OnEdit="YES" />

<HotKey Name="(#?)0046901(##)UI Keyboard Help(?#)" Scp='Toggle("keyhelp")' Key="F12" UseAlt="NO" UseCtrl="NO" UseShift="NO" OnEdit="YES" />

Comments

  1. this doesnt work anymore in v10 :(
    i hope theres update for new code for this feature,
    really helps a lot in GoL when you got lost...

    ReplyDelete

Post a Comment

Comments are currently disabled.