July 29, 2010, 03:01:33 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Blog Help Search Calendar Login Register  
Pages: [1]
  Print  
This topic has not yet been rated!
You have not rated this topic. Select a rating:
Author Topic: Malygos Spark Macro  (Read 2959 times)
0 Members and 1 Guest are viewing this topic.
Ovoxi
*
Posts: 14


« on: January 17, 2009, 06:57:26 PM »

Hello,

I've been trying to create a macro for using death grip on a power spark in malygos, followed by chains of ice. my 1st macro was:

Code:
/target spark
/cast death grip
/cast chains of ice

Using the macro twice will cast the chains of ice on the target after it's pulled. Works ok, but there's a problem to it. If there is no spark around, i will still be targetting malygos and i will use my death grip on it. Which is not good, since i got killed by the boss several times now after taunting him.
So now i'm thinking of a macro that will only cast death grip if my target is really a power spark.

Here are some things i tried:

Code:
/targetexact Power Spark
/cast Death Grip
/cast Chains of Ice

Doesn't work.

Code:
/cast [target=spark] death grip

Doesn't work.

Lately i'm thinking of something like this:

Code:
/target Power Spark
/cast [target=malygos] end; [] Death Grip
/targetlasttarget

This one should stop if my target is malygos. But somehow it doesn't work. maybe i've done something wrong in the macro itself.

Does anyone of you know a solution for this?
Logged
heretic
undead warlock/troll DK
*****
Posts: 1998



« Reply #1 on: January 19, 2009, 02:54:02 AM »

sorry mate I'm a warlock I don't have much use for macros in instances I just sit there cast CoE, corruption, and spam shadowbolt popping emp demo every minute...

I've pretty much given up my death knight, with an over abundance in the guild I bring much more to raids as a warlock
Logged

The Game
         You just lost


"So do all who live to see such times, but that is not for them to decide. All we have to decide is what to do with the time that is given us.” - Gandalf

"Versc'ahnar" it means Drascinaris likes buttsex
Wingwraith
**
Posts: 299


« Reply #2 on: January 19, 2009, 08:28:18 AM »

Found this in another forum. Haven't tried it myself.

/cleartarget
/target Power Spark
/cast [exists] Death Grip
/cast [exists] Chains of Ice
/target Malygos

Logged

Ovoxi
*
Posts: 14


« Reply #3 on: January 19, 2009, 08:38:27 AM »

I looks like it should work. i'll try it tonight. THX!
Logged
Dancelot
*
Posts: 15


« Reply #4 on: January 21, 2009, 06:06:28 PM »

A useful clause which can be of use here is

/stopmacro [noexists]
Logged
Koni
**
Posts: 162


« Reply #5 on: January 22, 2009, 02:29:50 AM »

/target power spark
/cast death grip

LOOK REALLY HARD ON YOUR TARGET!!!  angel

But yeah if someone can confirm a good working safe macro that also notifyes the raid if and only if the grip was done.
Logged

Stormshard
**
Posts: 134


« Reply #6 on: January 24, 2009, 07:17:49 AM »

I found one a few days ago, complete with intro text:

This macro will:

- Assign a raid target to the spark for ease of seeing (Skull, to be precise)
- Focus the closest Power Spark
- Not do anything unless a Spark is in range, and is therefor spammable
- Relieve a little bit of the stress when you are the only DK in a 25 man raid.
- Chains of Ice the spark immediately after deathgripping it
- Switch target to Power Spark immediately after you DG it.

This macro will not:

- Deathgrip Malygos, EVER
- Assign the raid target if you are not raid assist or leader (obviously)
- Suck your *#!%
- Make you pro

/cleartarget
/targetexact Power Spark
/focus
/targetlasttarget
/stopmacro [target=focus,noexists]
/target focus
/script SetRaidTargetIcon("target", Cool;
/targetlasttarget
/cast [target=focus] Death Grip
/targetexact Power Spark
/cast Chains of Ice
Logged
Ovoxi
*
Posts: 14


« Reply #7 on: January 26, 2009, 05:30:08 AM »

/cleartarget
/target Power Spark
/cast [exists] Death Grip
/cast [exists] Chains of Ice
/target Malygos

This macro works perfectly. Just spam it when you have to pull one and you will never taunt the boss. great!
Logged
Koni
**
Posts: 162


« Reply #8 on: February 12, 2009, 04:33:11 AM »

I have been testing stormshards macro and i love it, tho i have to say that it uses 256 letters so you are going to miss one letter in /cast Chains of Ice
Logged

Vaelzek
***
Posts: 684


2H Frost DPS


« Reply #9 on: February 14, 2009, 11:50:09 AM »

I have been testing stormshards macro and i love it, tho i have to say that it uses 256 letters so you are going to miss one letter in /cast Chains of Ice


You could omit the line that sets the target to a raid icon if you're not an assistant.
Logged

Denialz
*
Posts: 18


« Reply #10 on: March 11, 2009, 05:31:47 PM »

/target Power Spark
/script SetRaidTargetIcon("target", 8 ); (leave out the space between the 8 and ); )
/stopcasting
/cast [exists] Death Grip;
/cast [exists] Chains of Ice;
/targetexact Malygos

This macro targets the power spark, puts a skull over it, grips it if it's in range and then chains it if it's in range, then switches back to Malygos, I just made a few changes to it today, should be spammable.
Logged
MaxPayn
*
Posts: 60



« Reply #11 on: March 19, 2009, 12:07:49 AM »

similar to others but i use this one i got from another site. (i just added the chains of ice bit) completely spammable, used and tested by me.

#showtooltip
/cleartarget
/clearfocus
/tar Power Spark
/focus
/stopmacro [target=focus, noexists]
/cast [target=focus] Death Grip
/cast [target=focus] Chains of Ice

Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
SC2 theme by Vaun. Based on AF316 theme by Fedhog.
Valid XHTML 1.0! Valid CSS!