Need Help In Click Stuff.

lixleon

Member
The strait needs click this to clear debuff, I tried both Special and Apply_verb through MCP, but unfortunate it's didn't work.
QQ图片20141122132024.jpg
QQ图片20141122132328.jpg


Is there any other way to do this?
 

Herculezz

ISX Specialist
Actor[Tapestry]: DoubleClick

without the space.

heres a quick script I wrote the one and only time I have had a chance to kill him, give it a try, as soon as you run the script (make sure to relay all run) it will run you to the center of the room and the fight will start so be prepared. also when all the tapestries are burnt that part of the fight is over so if you want to go park in the corner somewhere just do a relay all endscript

EDIT: Updated script I forgot to take out Y values for Tapestries causing the script to fail miserably
 

Attachments

Last edited:

Herculezz

ISX Specialist
type radar on in your console and it shows actors around you or hover over it with your mouse and Type in console echo ${Me.CursorActor}
 

Herculezz

ISX Specialist
Lixleon, sorry that script I linked you last night did not work this updated one should work fine, my bad, I did some code clean up and forgot to remove something
 

lixleon

Member
Lixleon, sorry that script I linked you last night did not work this updated one should work fine, my bad, I did some code clean up and forgot to remove something
Yah, But I made my own script with your help and killed it yesterday, spend 4 hours, finally disco alot of stuff, thank you again.
 

bjcasey

ISX Specialist
Yah, But I made my own script with your help and killed it yesterday, spend 4 hours, finally disco alot of stuff, thank you again.
I'd like to point out that you don't really want to be discoing stuff when you eventually get to the harder heroic content. In the past, hard heroic content was designed for raiders to do, and raiders will get their panties in a bunch if they don't disco stuff. The same applies for raids. As much fun as it is to disco stuff...
 

Isnewbie

Well-Known Member
Hey guys, is it possible for certain object not to have an identifiable character ID? I tried using echo ${Me.CursorActor} when an object became active and clickable, but it just returned Echo <text> as a result.
 

Kannkor

Ogre
Hey guys, is it possible for certain object not to have an identifiable character ID? I tried using echo ${Me.CursorActor} when an object became active and clickable, but it just returned Echo <text> as a result.
No.
(I realize my answer is opposite of BJ's).
Every single Actor has a unique ID.
The only sort of exception to this rule, are "actors" that ISXEQ2 can't see. However I haven't seen one of those for... years now. 4 or 5 now I think.
 

Isnewbie

Well-Known Member
There are these idols in the temple raid that becomes active at certain phases throughout the fight. I tried to get an ID but it came back with Echo <text>. I tried using the special button from OgreMCP but it didn't work either.
 
Top Bottom