Snippit from me gameconfig file..
Code: Select all
<Set Name="Lineage II" GUID="1610612793">
<Setting Name="1">GameDetection.XML</Setting>
<Setting Name="OpenGL">0</Setting>
<Setting Name="Direct3D8">1</Setting>
<Setting Name="Direct3D9">1</Setting>
<Setting Name="Win32I Keyboard">1</Setting>
<Setting Name="Win32I Mouse">1</Setting>
<Setting Name="DirectInput8 Keyboard">0</Setting>
<Setting Name="DirectInput8 Mouse">0</Setting>
<Setting Name="modules">auto</Setting>
<Setting Name="Background Mouse">0</Setting>
<Set Name="Profiles" GUID="1610612794">
<Set Name="Lineage II Default Profile" GUID="1610612795">
<Setting Name="Game">Lineage II</Setting>
<Setting Name="Executable">LineageII.exe</Setting>
<Setting Name="Parameters" />
<Setting Name="Path">C:\Program Files\Lineage II</Setting>
<Setting Name="Force Adapter">0</Setting>
<Set Name="Startup Sequence" GUID="1610613278">
<Setting Name="New Entry">run test.iss</Setting>
</Set>
</Set>
</Set>
</Set>
None of the following work...( in either left or right ... just didn't type both here ).
Code: Select all
; nope
; relay is1 "MouseClick Left"
; nada
; relay is1 "MouseClick -hold Left"
; wait 30
; relay is1 "MouseClick -release Left"
; zilch
; relay is1 "Mouse:Left
; zippo
relay is1 "Mouse:HoldLeft"
Wait 30
relay is1 "Mouse:ReleaseLeft"
The game is in the foreground.
Now oddly enough... If I do the following it works...
press ~
place my cursor over the title bar of the is console window in game
tab out to the trey console i have opened...
and type in
Code: Select all
relay is1 "mouseclick right"
Which , when you also notice that the mouse clicks bleed though both Windows ( the OS ) it's self ( put game under your bottom taskbar, and then click another process to run, you move in game , as well as windows switches tasks. ), and in game menus's ( press ~ in game, and then move the console window it moves, but your again start running in the game ) it makes me believe the game is using neither dx nor win32 for mouse motion. At least now with my hardware config.
I'm running a Razer Diamondback with their stock drivers, is anyone getting diffrent results with l2 using another driver?[/code]