View Single Post
  #4  
Old 07-10-2020, 04:47 PM
Arkaan Arkaan is offline
Kobold


Join Date: Sep 2013
Posts: 145
Default

What I do is write a script to kill the client, then add a keyboard shortcut.

So like create a file killeq.cmd in c:\eq for example. in the script do:
taskkill /im eqgame.exe /f
Then right click and create shortcut.

To create a keyboard shortcut you need to put it somewhere under C:\Users\<you>\AppData\Roaming\Microsoft\Windows\S tart Menu\

Right click the shortcut go to properties > shortcut > and in shortcut key use something like ctrl - alt - e

Might take a few tries to get it working.
Reply With Quote