Tuesday 27 October 2009

Gearing? Who says?

So then, the big crunch,
We've all hit it before, you hit the level cap, then after a few seconds of self satisfaction, blizzard tell you, no, hang on a sec, we're going to make you slave for hours more, earning things we call epics.
Wonderful.
so, in my hours of boredom, or complete interlag, I've made a gear sheet, with the help of Aertimus and Wowhead
So, without further ado, the gear list!
Dungeon list:
Nexus
- Cleric's Linen Shoes -Stoutbeard Kolurg
- Helm of Anomalus - Anomalus maybe?
- Warmace of Unrequited Love - Keristrasza
Occulus
- Frostbridge Orb (OH) - Trash
- Malygos Favor (2H) - Eregos
- Staff of Draconic Combat (2H) - Eregos
- Ancient Dragon Spirit Cape - Eregos
- Drakewing Raiment - Drakos
- Sash of Phantasmal Images - Mage Lord Urom
Azjol'Nerub
- Insect Vestiments - Anub'Arak
- Grotto Mist Gloves - Hadronox
Drak'Tharon Keep
- Temple Crystal Fragment (OH) - Novos
- Leggings of the Winged Serpent - Tharon'ja
- Overlook Handguards - Tharon'ja
- Spectral Seal of the Prophet - Tharon'ja
- Reanimator's Cloak - Trash
Stratholme
- Forgotten Shadow Hood - Salram
- Band of Guile - Dark Runed Chest
- Enchanted Wire Stitching - Meathook
And, last but not least, ToC, the great epic giveaway
ToC
- Abyssal Rune - Normal
- Binding of the Tranquil Glade - Normal
- Gaze of the Somber Keeper - Normal
- Handwraps of Surrendered Hope - Normal
- Leggings of the Haggard Apprentice - Normal
- Tears of the Vanquished - Normal
- Embrace of Madness - Heroic
- Gloves of Dismal Fortune - Heroic
- Leggings of the Snowy Bramble - Heroic
- Mariel's Sorrow - Heroic
- Symbol of Redemption - Heroic
Also, here's a list of items I hope to get through reputation during my heroic grinding:
Kirin'tor
- Robes of Crackling Flame - Exalted
- Ghostflicker Wristband - Exalted
- Arcanum of Burning Mysteries - Revered
- Shroud of Dedicated Research - Honored
- Helm of the Magestic Stag - Honored
Wymrest Accord
- Sandals of Crimson Fury - Exalted
- Arcanum of Blissful Mending - Exalted
Knights of the Ebon Blade
- Belt of Dark Mending - Exalted
Sons of Hodir
- Greater Inscription of the Crag - Exalted
Argent Crusade
- Signet of Hopeful Light - Exalted
Horde Expedition
- Darkspear Orb (OH) - Revered
Oracles
- Fishy Cinch - Revered
I plan on raising Kirin'tor rep first, then Wyrmrest or Ebon Blade, dependant on whether belt or boots drop in the mean time, and if either or both, which ever is higher will be raised first. Argent Crusade and Sons of Hodir can be ground through dailies, and if, by the time Ebon/Wyrmrest are Exalted, Argent isn't, I can just finish it off with the tabard and heroics.
Another, Massive thanks goes out to Aertimus, for his wonderful gear list (I used the Pre naxx gearlist of this)
More later!
Vralk,
Eats shoots and leaves....

Wednesday 21 October 2009

Macro Mania

Here is a fearful sight for many, but the thing is, alot of people couldn't live with out them.
Macros range from the Paladin's Righteous Defence Macro to cause it to act like a taunt, to a simple healer's mouseover, To much, much more.
.
.
First, I'll epxlain different functions (cast e.t.c.)
.
.
/cast --this casts the spell you put here (shift click a spell to put it in exactly)--
/focus --this 'focuses' on your target (you know, that rarely used focus box in your UI)--
/target --this targets whoever's name you put in here, be it a boss, life spark, or another player--
/say -- this will simply 'say' whatever you have to say--
/raid, rw -- types your text into raid chat (or raid warning)--
/party, guild, yell, whisper, 1, 2, 3... --types your text into the relevent channels--
.
That's all the most basic functions, and realistically, the only ones I use (bar one, which isnt a slash function)
.
Now, for conditions, as in 'only cast this spell if this is true' as in [target=dead] for instance, you wouldnt want to try and revive a living player, now, would you!
These functions always go in square brackets [ ] and always right after the function (cast, target e.t.c.)
[target=dead,nodead,harm,help,party,raid,] -- if the target is dead, alive, enemy, friendly, party or raid member, cast it.
[mod=alt,shift,ctrl] -- if you are pressing the correct button (alt, shift or control) then cast it. useful for multi spell macro's, this is potentially one of the more used macro conditions.
[combat,nocombat,swimming,noswimming,flyable,noflyable] -- if your character is under certain constraints, e.g. in combat or not, swimming or not, and able to fly or not. useful for a combat rez/resurection macro, or an aquatic form/travel form macro, or even a mount macro (select the flying one if you can, or if not, take a land mount)
Now, the target can be used in a different manner. It can be used to select your target instead of using it as a condition.
[target=player,focus,pet,targetlasttarget,targettarget] -- by puting this in, your spell, will target you, your focus, or your pet, your last target, or your target's target.
.
The only other part of every macro that I use is the '#showtooltip' function. This will cause your macro to show the tooltip of the spell it will cast when pressed. (This changes if you have alt/ctrl/shift mods in the macro)
.
Now, for some practical examples:
--Death Knight Macro's--
.
#showtooltip /raid [target=player,raid] %S just activated Unbreakable Armor, 20 seconds left! /party [target=player,noraid] %S just activated Unbreakable Armor, 20 seconds left! /cast Unbreakable Armor
This Macro will inform your raid (or party if you aren't in a raid) that you have just activated Unbreakable Armor, and that there are 20 seconds left on your buff.
.
#showtooltip
/y Army of the Dead used, watch for mob taunts!
/cast Army of the Dead
This Macro will shout to everyone that you have used Army of the Dead, and inform your tank/other party members, that there will be random taunts from the ghouls while they are alive.
.
.
Druid Macro's
I'm not going to bother listing all the /cast [target=mouseover] functions, as that takes a long time, and can basically be used for all of the spells we have (especially rejuv/wild growth when we are blanketing the party/raid).
Now, for a beastly revive macro :D
.
#showtooltip
/raid [target=help,dead,raid,nocombat] Reviving %T, better luck next time!
/raid [target=help,dead,raid,combat] Rebirthing %T, Battle res on 30min CD!
/party [target=help,dead,noraid,nocombat] Reviving %T, better luck next time!
/party [target=help,dead,noraid,combat] Rebirthing %T, Battle res on 30min CD!
/cast [nocombat,target=help,dead] Revive
/cast [combat,target=help,dead] Rebirth
WOW, thats alot of conditions! Basically a simply macro though! It will inform your raid or party (depending on which you are in) that you will use Revive or Rebirth, if you are targeting a friendly dead player, and then uses the spell that is appropriate for your situation! Useful hey?
.
#showtooltip
/cast [nomod,target=nodead,party] Gift of the Wild
/cast [nomod,target=nodead,noparty,noraid] Mark of the Wild
/cast [mod:alt][target=help,nodead] Thorns
This is simple, if you are in a party (or raid, a raid is a colection of parties as far as WoW is concerned) it will cast Gift of the Wild, if you aren't pressing any mods. if you aren't in a party or raid, you will cast Mark of the Wild on your target, again, assuming the target is alive, and you aren't pressing any mods. If you are pressing the button ALT, you will cast Thorns onto your target if they are friendly, and not dead (which is always useful)
.
.
Hunter Macros
Again, I'm not going to list things like pet attack macro's, as they are far to many an numerous.
.
#showtooltip
/cast [target=harm] Hunter's Mark
/cast [pet=dead,nocombat] Revive Pet
/cast [pet=nodead,nocombat,nopet] Call Pet
/s [target=harm] Hunter's Mark cast on %T, Hit them while you can!
This is nice and easy to explain...
If the target is unfriendly, cast Hunter's Mark. if your pet is dead, and you are out of combat, cast Revive Pet (Beast Masters might want to change this because alot of your dps comes from your pet) If you are out of combat, and have a not dead pet, you will cast Call Pet.
If you are targeting someone nasty, you will tell everyone that Hunter's Mark is active on %T (which will type in the name of your target) and tell them to hit them before the Mark runs out :D
.
Thats all from me today!
Happy Macro Mania!
Vralk
PS, now level 75 :D

Monday 19 October 2009

Healing time!

My first northrend instance!! Earlier this week, I took my first healing instance in northrend! and my word did it feel good. Equipped only with a few PUGies who grabbed me at the last moment, and my one spirit trinket, I entered UK, even if I was level 74, I was in full mookin gear minus a trinket. I must say, I loved it I never knew healing with a druid could be so almost tranquil. My mana was never an issue, except for one hairy spot, I used a Crazed Alchemist's Potion for a mana boost, and it procced Wild Magic! Convenience? Thy name is RNG :D Simply rejuving the tank, and double tapping him with Lifebloom was enough to out do all but crits, and when they happened? the bloom sorted it! Nicely uprised with Wild Growth aswel! I expected it to be a tiny little HoT, just to hit the group when I wanted to hit something new. However, I found a spell, who would heal nicely in every situatoin! Although, our warlock rarely benifited from it, as she was slightly too far away for most of the time. Healing is deffinately more fun than Starfire/Wrath spammin, and I have decided now, that I definately want to heal at endgame. Happy Growing! Vralk

Friday 16 October 2009

Alittle more about me.

Alittle more about me. Started out with WoW when the begginning came. Started a hunter, and loved it! Leveled to 70, (took a long time, I never saw level 60 cap) and by then, everyone was about half way through BC. The most raiding I saw then, was half of kara. I remember getting to the opera event, and loving the big bad wolf, simply because I could keep most of my dps up while moving, which was more than almost everyone else cood. When wrath hit, I leveled my hunter, Hitting level 73 just, and deciding to roll a Death Knight (I know, gasp!) Mancow, now sits at level 80, with a naxx25 eady tank set, and an Uld10 ready dps set. Haven't managed to raid as much as I wanted with Mancow, but I have managed to see Flame leviathan, and the XT-002 as DPS, and the whole of Naxx25 as OT. Much fun, but when deciding to level another character, I decided I didn't want to relive the nightmare that is hunter leveling. I'm survival, and I don't plan on changing that any time soon. So, leveling is harder, but much more rewarding. So, instead, I continued on a lowly little druid toon, Vralk. Now leveled 74 (as in my previous post) I'm getting alittle quicker with flight form, and almost half the way to the gold for epic flying. Proffession wise, my hunter is sitting with 294 chanting, and really low mining. (I'm going to have to solve that some time soon). My DK, has maxed out tailoring (yes, I've gotten comments about my flying carpet, but its awesome, I'm not going to lie there) and also maxxed skinning(thinking of getting inscription, JC or some similar proff, given that skinning doesnt churn the revenue I need). My druid has maxed herbing and level 440 alchemy. Not doing badly overall, but not doing as much as I want in terms of money (although, transmutes for meta's are doing really well) Later, I might make a post about macro's (which I pride myself on :D ) and things like my UI, tactics, gearing/tips and tricks e.t.c. more bloggy stuff to come! Laters, Vralk

Welcome to the world

Hi, I'm Vralk, a resto druid (or will be), and I'm new to blogging... Alittle about myself: I'm hoping to raid socially (if that's possible) once I hit level 80, and keep people alive! I'm currently questing through northrend, and trying to reach level 80 with a nice large SP base, and then, I'll start to do heroics and normals, to get some healing kit (guild runs with Mercykillers) so that I can go into naxx10 and hopfully heal! this would be along with ToC (free items inside) so that I can hopefully get nice and quickly into ulduar, and possibly even ToC10. Restricted with my internet time, i try and play when i can, advancing as much as possible. Not ever having played a druid before, i decided to roll one and stick with it. Rocketting into outlands as a cat, I hit there just after 3.2 hit, so I was rewarded on entry to outlands, with a new simba outfit! Then continued for a while as feral, getting some spell power, and a whole load of moonkin gear, I entered northrend for the first time, having completed all the quests in hellfire, all in zangramarsh, all in terokar, none in nagrand (I cant stand the place) and only a handful of quests in BEM. I went into borean tundra, and loved it. Having respecced to moonking, I was running around, hitting things for up to half their health with a crit! addored it. Now in dragonsblight, I'm leveling my alchemy along with now (gogo skill points) maxed out herbing! Really enjoying the instances, although, not doing much healing, as my spirit is awfully low at the moment. Will have to remedy that when I get to 80! and fairly quickly at that too! Thanks for reading, I'll post later with alittle more about myself. PS, I'm new to the blogging side of things (as I've already said) so, any tips and things you want to see would be greatly appreciated! Thanks, Vralk