Clicking the mouse with Ogre...

joebob

Member
Is there any way to click the mouse with Ogre?

Preferably in a particular location in the EQ2 window. Had a few items I'd like to use this for.

One of the specific cases is the Maldorous Exeter fight in POF - where he shields and everyone needs to click the big platform thing on the floor. Maybe there is something already built in (tried the 'special' button in MCP, but that doesn't work).

Can anyone help?
 

Kannkor

Ogre
Is there any way to click the mouse with Ogre?

Preferably in a particular location in the EQ2 window. Had a few items I'd like to use this for.

One of the specific cases is the Maldorous Exeter fight in POF - where he shields and everyone needs to click the big platform thing on the floor. Maybe there is something already built in (tried the 'special' button in MCP, but that doesn't work).

Can anyone help?
Mouse clicking is completely unrelated to Ogre. It's built into innerspace. It's... complicated however.

Short answer I guess, is no.
 

doodlums

Member
Wish I could =( I'm looking for something similar as the special button doesn't work for things like Crushingfist in Fortress Spire either.
 

mycroft

Script Author: MyPrices
if the item has a unique name and is targettable...then the option to target it and execute a mouse double click should be easy...if it's not targettable then......well..no
 

Kannkor

Ogre
if the item has a unique name and is targettable...then the option to target it and execute a mouse double click should be easy...if it's not targettable then......well..no
In both the listed examples, it's not quite that easy.

The one in spire, isn't accessible by ISXEQ2. It literally does not exist. It is the only (object? Actor?) in the game I've found, that ISXEQ2 can't read. Amadeus said he could look into it but it would require getting an account banned. So seemed not worth it.

Exeter, if I recall correctly, there is actually 2 or 3 different objects you can click on, which is why special doesn't (always) work, because it is random which one you have to click. I have(had?) code to do it on.
 

joebob

Member
Well, for Exeter, I had all my group setup so that a mouse click would work, especially if I could give coordinates for the click. I did find the object and such to do it in script browsing the Innerspace wiki, but I haven't starting writing script yet. Just wondering if there was an MCP button or something to double click.

I need to dig out the 2-box software I was using when I first started boxing. It would let you click, click-drag, double click, etc., and you could even identify regions and click at a coordinate in that region, etc. I'm surprised there isn't a way to read the window coordinates from the xml's and do something similar to auto click on the bell maps and such.
 
Top Bottom