Page 1 of 1

[Macro] SpellTargetUnit()

Posted: Tue Mar 25, 2014 3:47 am
by svh1
Hey all,

I've been looking to modify this macro but i'm lacking some knowledge.
Is it possible to modifty this macro so the skill gets cast at a certain point on the screen, and not where your mouse is pointing at?
I'm using dual screen and I want to use this kind of macro for the warlock buff that buffs group for 20% patt on one screen.
I would like to click on the macro (put a /wait 10 or something) then go to my other screen (main account), and the macro should use the skill on the warlock itself or some chosen area.

I hope description of my problem is ok :)

Here some example of a macro that is almost the same:


/script CastSpellByName("Thunderstorm")
/wait 0.15
/script CastSpellByName("Thunderstorm")
/script SpellTargetUnit()


Wkr,
svh1

Re: [Macro] SpellTargetUnit()

Posted: Tue Mar 25, 2014 3:52 am
by lisa
Using the bot you could do it, using macros then no.

You see when you move mouse out of the game it will use the skill at that last point where you moved mouse out. I guess you could use that to your advantage and adjust screen so the last spot mouse is on the game screen is the spot you want skill cast to.

Re: [Macro] SpellTargetUnit()

Posted: Tue Mar 25, 2014 4:05 am
by svh1
Ok i guess i will play a bit with setting up the screen then.
I'm not so into bots so ye :) If i cannot figure it out, is it easy to do with a bot or its pretty complicated?
Thanks.