Search found 39 matches

by Tangeleno
Thu Oct 20, 2016 2:33 pm
Forum: MQ2::Help
Topic: Aggro
Replies: 11
Views: 1517

Re: Aggro

You have two options,

Code: Select all

${Me.PctAggro}
or

Code: Select all

${XTarget[#].PctAggro}
I'd have to look but I think Me.PctAggro returns your aggro on the current target.
XTarget[#] returns the pct aggro for the xtarget.
by Tangeleno
Fri Oct 07, 2016 4:33 pm
Forum: ISXEQ::General
Topic: ISXEQ and MQ2IC
Replies: 4
Views: 2122

Re: ISXEQ and MQ2IC

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.
by Tangeleno
Wed Aug 03, 2016 5:08 pm
Forum: ISXEQ::General
Topic: ISXEQ and MQ2IC
Replies: 4
Views: 2122

ISXEQ and MQ2IC

With recent changes to MQ2 requiring MQ2IC ISXEQ no longer compiles since the MQ2Plugin system isn't in place. MQ2Main.cpp line 363

Code: Select all

LoadMQ2Plugin("mq2ic")
Any easy fix for this that will allow me to continue to have the benefits of MQ2IC?
by Tangeleno
Sat Jun 13, 2015 10:22 am
Forum: ISXEQ::Help
Topic: Switch:Toggle
Replies: 33
Views: 9138

Switch:Toggle

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...
by Tangeleno
Tue Apr 05, 2011 2:30 pm
Forum: ISXEQ::Bug Reports
Topic: reproducible crash
Replies: 3
Views: 3405

Re: reproducible crash

I've had this same issue, fix in viewtopic.php?f=53&t=16255 It never made it into the zip however :( ISXEQ is the red-headed stepchild of MQ2
by Tangeleno
Wed Jan 13, 2010 6:44 am
Forum: MQ2::Macros::Requests
Topic: click macro
Replies: 34
Views: 2075

by Tangeleno
Wed May 13, 2009 4:06 pm
Forum: ISXEQ::Help
Topic: CTD Spell.Stacks
Replies: 7
Views: 4200

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?
by Tangeleno
Wed May 13, 2009 3:47 pm
Forum: ISXEQ::Help
Topic: CTD Spell.Stacks
Replies: 7
Views: 4200

case Stacks: { unsigned long buffduration; unsigned long duration=99999; if (ISNUMBER()) 0618FA44 mov eax,dword ptr [esp+20h] [color=red]0618FA48 mov edx,dword ptr [eax][/color] 0618FA4A mov ecx,edx 0618FA4C mov dword ptr [esp+1Ch],1869Fh 0618FA54 call IsNumber (6189520h) 0618FA59 test al,al 0618FA...
by Tangeleno
Wed May 13, 2009 8:02 am
Forum: ISXEQ::Help
Topic: CTD Spell.Stacks
Replies: 7
Views: 4200

CTD Spell.Stacks

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...
by Tangeleno
Tue May 12, 2009 1:46 pm
Forum: ISXEQ::Help
Topic: Services
Replies: 23
Views: 4792

Thanks for the reply, taking a look at the events now, thanks for the help.
by Tangeleno
Mon May 11, 2009 3:48 pm
Forum: ISXEQ::Help
Topic: Services
Replies: 23
Views: 4792

Services

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...
by Tangeleno
Wed Mar 04, 2009 10:38 pm
Forum: MQ2::Bug Reports
Topic: ${Target.MaxRangeTo} reporting incorrect value
Replies: 7
Views: 2917

I tend to have this problem on live with quite a few mobs, to fix it I just half the value it returns.
by Tangeleno
Wed Feb 18, 2009 3:23 pm
Forum: MQ2::Macros::Snippets
Topic: Ninjaloot.inc
Replies: 47
Views: 27677

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
by Tangeleno
Wed Feb 18, 2009 8:14 am
Forum: MQ2::Macros::Snippets
Topic: Ninjaloot.inc
Replies: 47
Views: 27677

That would work, but I have it holding down the shift key while it right clicks that way the quantity window doesn't pop up.
by Tangeleno
Wed Feb 18, 2009 6:58 am
Forum: MQ2::Macros::Snippets
Topic: Ninjaloot.inc
Replies: 47
Views: 27677

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...