That's not really hard though!
I'll write up some snippets for ya. =)
Sent from my HTC One using Tapatalk 4
That's not really hard though!
I'll write up some snippets for ya. =)
Sent from my HTC One using Tapatalk 4
Yes please do! Unless I'm missing something really obvious (which is very possible), this is not so easy to do without tainting the execution path and causing addon errors.
Edit: you cannot call protected functions from an insecure location by the way, so RunMacroText() can't be used inside a macro function.
Last edited by vitalic; 08-28-2013 at 10:15 AM.
@vitalic: I'll send you a PM once I get home in about an hour or so. =)
Sent from my HTC One using Tapatalk 4
I did this in my profile couple months ago. Multi-Target usage is in Dev forum if you want to see how I tabled the people and keep SS on valid targets. This might give yo ideas. As for the macro, same as your macro that turn the function ON.. You get the knowledge bro dont be lazy :P(no offense!!)
Btw i removed it as it was takig lots of ressources as the whole profile was multitarget.
Last edited by CodeMyLife; 08-28-2013 at 11:27 AM.
Soapbox Rotations Developer
That's the tradeoff for selling profiles CML. No development access, not allowed to use it. Let's leave it at that.
But it's not that simple iirc as he wants to use the same slash command to also look for and split up given variables or multiple UnitIDs at the consecutively without interfering with the rotation flow.
Sent from my HTC One using Tapatalk 4
Last edited by Kinky; 08-28-2013 at 11:47 AM.
I know very well how to do what I want to do, in fact I already have it coded and it works, but with addon conflicts. The problem is doing it from an insecure macro without tainting the execution path. WWF knows all about this because he was trying to make a macro which casts the spell provided in a macro argument.
The reason I put the challenge out there is to see if anyone could come up with a workaround or a way to circumvent Blizzard's tainting, so it's not a case of being lazy at all.
I am not a big fan of PQR interface cause sometimes it feels more of a pain then a benefits when it starts spitting out addon and lua errors
@JUANNY: I have never once had PQI spill LUA errors, that's the result of bad coding from an author, not the addon.
Sent from my HTC One using Tapatalk 4
you have two different methods here.... well three actually... but two easy ones
if you want to check multiple spells against multiple targets, but one of these two is a set thing (like you will always check spell xyz, but you want the targets to vary) you pass along the targets
if the targets are the same but you want to check against a varying spell, you'll just pass along the spellid...
if both are the same, but you want a macro to trigger PQR checking.... just make a boolean cvar that when macro button is pressed turns itself = true, and when PQR casts it turns it back to false
yo cpowroks lol if you have time can you check to see if the offsets that were found earlier in the thread are correct cause they are crashing wow when profile loaded for ptr build 17331-your video for finding offsets were awesom3
Can someone tell me how to open up the PQInterface? I have it downloaded into my wow/interface/addons as I seen on a guide to getting started. Thanks