This usually occurs when the game is launched in full-screen mode while using a multi-monitor setup. Since that will not work properly, you'll need to launch the game in windowed mode. Go to you EQ Titanium folder and find a file named eqclient.ini
Right-click this file and open it with a text editor like Notepad. Once opened, search for the following within the text:
WindowedMode=FALSE
set this to
WindowedMode=TRUE
You may also want to find these values and adjust them to something slightly smaller than your native desktop resolution:
WindowedWidth=1910
WindowedHeight=1010
Once your changes have been done make sure you SAVE the file then close it and re-run the Launch Titanium.bat file. You should now be able to click the screen without issue.
|