Mouse Mapping

Kannkor

Ogre
Is there any way to map MCP buttons to mouse buttons? Would be great to do CS, Jousting and Let's go from the mouse. Thanks.
No reasonable way...

Here's the two unreasonable ways.
1)
Call a button:
To call an MCP button it uses a global atom that accepts the button name as a parameter.
Atom: a_MCPCodeExecuter
Button names are stored in scripts/eq2ogrebot/mcp/MCPCustomSettings.xml
Example:
a_MCPCodeExecuter "frame_1_column_1_button_5_"

2)
Call the code instead of the button
Look inside of MCPCommands.xml to find the code for the button, replace the ${Parameter#} with the actual parameters, and put that into a bind.



In either case, you'll have to bind this (using innerspace's 'bind' command) to your button.
More information can be found in the lavishsoft wiki.

td;dr - Not possible.
 
Top Bottom