Help with Relay All from OgreMCP

MrObvious

Senior Member
So I am trying to just setup an MCP button to do the

relay all Mouse:LeftClick

for the Bount Crushingfist fight in Fortress Spire. I tried it a couple of ways, trying

Mouse:LeftClick as a parameter, and Mouse as command with LeftClick as a parameter. In both cases, it totally crashed
LavishScript, OgreBot, EQ2, everything. I am sure there is something easy I am getting wrong, and I would appreciate any help.

Thanks!
 

Kannkor

Ogre
So I am trying to just setup an MCP button to do the

relay all Mouse:LeftClick

for the Bount Crushingfist fight in Fortress Spire. I tried it a couple of ways, trying

Mouse:LeftClick as a parameter, and Mouse as command with LeftClick as a parameter. In both cases, it totally crashed
LavishScript, OgreBot, EQ2, everything. I am sure there is something easy I am getting wrong, and I would appreciate any help.

Thanks!
Only possible option that *might* work is rawcommand.
It would be 3 commands
relay
all
Mouse:LeftClick

If that doesn't work, you would need to make a custom command.
 

Kannkor

Ogre
When you assign new buttons on OgreMCP, how do those integrate with our custom buttons? Are some rows reserved?
The buttons become available when you right click a button. They don't actually appear AS buttons, simply as options for a button.
 
Top Bottom