Any update on getting MQ2IC loading with Innerspace? A few updates ago you mentioned it would compile but MQ2IC wouldn't load so it was use at your own risk.
So I'm attempting to add the Switch:Toggle back in now that it's back in MQ... However it apparently isn't as simple a task as I thought it would be. I'm at a bit of a loss as to why it's not working, probably due to my lack of C++ knowledge. If anyone can tell me what I'm doing wrong I'd appreciate...
Ahh okies, thanks DKAA... Works perfectly with the [0] at the end in the script... I'm curious though, why doesn't it cause a crash when typed directly into the console and only from scripts?
Getting a CTD when trying to see if a spell stacks in a script... typing echo ${Spell[Temperance].Stacks} into the console window works just fine but then function main() { echo ${Spell[Temperance].Stacks} } in a script causes a CTD.. Not sure what info is needed to help me sort this out, it wont le...
I've been looking into switching to innerspace for a little while now and while reading over the wiki's I found something I'm not familiar with at alll... Services... http://www.ismods.com/wiki/index.php/ISXEQ#Services Any one have any insight they can give me on what in the world these are, how the...
Should be possible to get it to click the accept on the quantity window, just have to get the name of the window and the name of the button... I was just too lazy to do it when all I needed to do was not press alt :) Edit: /nomodkey /notify QuanityWnd QTYW_Accept_Button leftmouseup should do the trick
Ninjadvloot will more than likely have the same problem. This was happening to me for the longest time also with ninjadvloot, quick and easy fix for it is to not press the alt key while switching windows as the alt key stays pressed in on the window in the background and alt+right click brings up th...