Wanton Destruction
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Wanton Destruction


 
HomeHome  PortalPortal  GalleryGallery  SearchSearch  Latest imagesLatest images  RegisterRegister  Log inLog in  

 

 Vashj

Go down 
+3
miniastha
Slyther
Gostness
7 posters
AuthorMessage
Gostness
Member
Member
Gostness


Posts : 94
Join date : 2008-04-30
Age : 47
Location : Heraklion-Creta

Vashj Empty
PostSubject: Vashj   Vashj I_icon_minitimeSun May 11, 2008 2:44 pm



Last edited by Gostness on Sun May 11, 2008 3:17 pm; edited 1 time in total
Back to top Go down
Slyther
GM
GM
Slyther


Posts : 2182
Join date : 2007-11-10
Age : 41
Location : The Netherlands

Vashj Empty
PostSubject: Re: Vashj   Vashj I_icon_minitimeSun May 11, 2008 3:03 pm

Ty Gostness only those were beneath the Tactics aswell on Tactic forum lol!

But yeah maybe people actually see the Movies this way so I let the post stand here aswell Wink

Slyther
Back to top Go down
miniastha
Member
Member



Posts : 4
Join date : 2008-04-30

Vashj Empty
PostSubject: Re: Vashj   Vashj I_icon_minitimeMon May 12, 2008 12:12 am

i post it here and in tactics - its simply copied from wowwiki if somone pass it can see it here

Useful Macros

The simplest macro tries to throw the core at the current target, whispers the receiver that he's got it, and also announces the fact in yell and say.

/use Tainted Core
/y <------- TAINTED CORE TO: %t ! ! !
/s <------- TAINTED CORE TO: %t ! ! !
/script SendChatMessage("!!! YOU HAVE THE CORE !!!", "WHISPER", nil, UnitName("target"));

A more elaborate version tries to throw the core too, but after that gives different messages depending on whether the intended target was in range or not. If the target was in range, it announces success in /w and /raid, else it tells the target to get closer and pings the minimap.

/use Tainted Core
/run f=SendChatMessage w="WHISPER"c="Tainted Core"t="target"u=UnitName(t)if IsItemInRange(c,t)==1 then f("You have the "..c,w,nil,u)f(u.." has "..c,"RAID")else f("Can't throw core at you. Get close!",w,nil,u)Minimap:PingLocation(0,0)end

For netting striders and notifying the current target of the strider (also works for the Pally stun, just replace /use with /cast Hammer of Justice):

/use Netherweave Net
/script SendChatMessage(string.format("Netting %s's Strider!",UnitName("targettarget")),"YELL");
/script SendChatMessage("Netting your Strider!", "whisper",nil,UnitName("TargetTarget"));

To faciliate the targeting and killing of Tainted Elementals:

/cleartarget
/focus
/targetexact Tainted Elemental
/focus [exists, nodead]
/cast [target=focus, exists, nodead] Some Spell
/targetlastenemy

This sets the Tainted Elemental as focus target and casts "Some Spell" on it if it is alive. If it is not alive, it will keep the current target if it is an enemy (healers shouldn't use this if they count on targeting to heal, or they can replace the last line with /targetlasttarget). If the elemental is out of range or LoS, it produces an error messages, but at least the Tainted Elemental is now the focus target so it's easier to find.

To facilitate the strider DOTs without targeting them (e.g. healers), any of the following could be used. The first macro assumes that the kiter will be the same person through the entire encounter, where KiterName is the name of the kiter. It can also be used to cast your nets:

/assist [target=KiterName, nodead]
/cast Some Spell
/targetlasttarget

The following could be used to heal the kiter when it passes without targeting it. The [] will treat the spell as a normal spell if the kiter is dead:

/cast [target=KiterName, nodead][] Some Heal spell

One can also make focus macros for the kiter instead of using the player name. The following will do the same as the above but uses focus in case the kiter changes (hold shift to select the new focus, which shouldn't really happen anyway...)

DoT the kiter's target:

/clearfocus [modifier:shift]
/clearfocus [target=focus, dead]
/focus [target=focus, dead][target=focus, noexists]
/assist [target=focus, nodead]
/cast Some DoT
/stopmacro [target=focus, dead]
/targetlasttarget

The /stopmacro allows the macro to cast the DoT as normal would if you have no focus or it is dead.

Heal the Kiter (shift click to change the focus/kiter):

/clearfocus [modifier:shift]
/clearfocus [target=focus, dead]
/focus [target=focus, dead][target=focus, noexists]
/cast [target=focus, nodead][] Some Heal

The [] allows the heal to cast as normal if the focus is dead.
Back to top Go down
Blueghost
Member
Member
Blueghost


Posts : 209
Join date : 2007-11-10
Age : 37
Location : Oman

Vashj Empty
PostSubject: Re: Vashj   Vashj I_icon_minitimeMon May 12, 2008 1:29 am

wtb more range
Back to top Go down
Slyther
GM
GM
Slyther


Posts : 2182
Join date : 2007-11-10
Age : 41
Location : The Netherlands

Vashj Empty
PostSubject: Re: Vashj   Vashj I_icon_minitimeMon May 12, 2008 1:35 am

Thanks mini on the Macro's Smile
Back to top Go down
RavenCrow
Moderator
Moderator
RavenCrow


Posts : 473
Join date : 2008-04-10
Age : 42
Location : Syros Island, Greece

Vashj Empty
PostSubject: Re: Vashj   Vashj I_icon_minitimeMon May 12, 2008 8:50 am

Lol the whole idea of phase 2 is a good planned basketball attack ^^.
At least this is how it seems to me Smile. If you let your mind free you can find a lot of ways (not surely the correct but at least fun) to score the Core to generators Smile.

Btw Kirjath and Myangel have worked the passing ball (ZA's skull) a lot. I think you must get em work together on Tuesday's raid.
Back to top Go down
Slyther
GM
GM
Slyther


Posts : 2182
Join date : 2007-11-10
Age : 41
Location : The Netherlands

Vashj Empty
PostSubject: Re: Vashj   Vashj I_icon_minitimeMon May 12, 2008 12:40 pm

Haha yeah it is really funny fight but also one which is very sensitive for errors Smile

Sly
Back to top Go down
Ezri
Friend
Friend



Posts : 4
Join date : 2008-02-07

Vashj Empty
PostSubject: Re: Vashj   Vashj I_icon_minitimeMon May 12, 2008 2:02 pm

Good luck on getting Vashj down guys.

Maybe we'll see you at the SSC meeting stone tonight if your their.

Were going back tonight just to do Vashj as 1 or 2 of the items are still pretty hawt affraid Nothing else to do tonight or tomorrow anyway as MH and BT got 0wned alien

Keep it up and get Vashj then Kael down!!!

Ezri out.
Back to top Go down
Flanky
Friend
Friend
Flanky


Posts : 80
Join date : 2007-11-12
Age : 36
Location : Vejle, Denmark

Vashj Empty
PostSubject: Re: Vashj   Vashj I_icon_minitimeTue May 20, 2008 11:33 am

Your right Ezri. That mace from Vashj .. :i
Back to top Go down
Sponsored content





Vashj Empty
PostSubject: Re: Vashj   Vashj I_icon_minitime

Back to top Go down
 
Vashj
Back to top 
Page 1 of 1
 Similar topics
-
» WD vs Vashj
» Vashj Kill pic :)

Permissions in this forum:You cannot reply to topics in this forum
Wanton Destruction :: General :: Free your mind-
Jump to: