Page 2 of 6

Re: [Guide] Dalaran Tome of Knowledge - How to Mage

PostPosted: Fri Feb 27, 2015 3:22 am
by Caitlin
Really nice guide.

Just to add to the BIS list, assuming it's available in 1.4 the BIS OH is Drakestone of Frozen Wraith from ST

http://db.vanillagaming.org/?item=10796

Give's you a nice 28 Frost damage. It's equally BIS for Locks and Spriests with the Shadow Wraith mod.

Re: [Guide] Dalaran Tome of Knowledge - How to Mage

PostPosted: Wed Mar 04, 2015 10:56 am
by Emander
The part about monster resistance was copy-pasted from a guide on another private server, where those numbers are used ingame even though they are not blizzlike. Probably not accurate for nostalrius

Re: [Guide] Dalaran Tome of Knowledge - How to Mage

PostPosted: Thu Mar 05, 2015 12:56 am
by Vabaduce
Looks good, but an ele build is missing under the PvP category.

Re: [Guide] Dalaran Tome of Knowledge - How to Mage

PostPosted: Thu Mar 26, 2015 5:14 am
by haterz
Jace wrote:Fire Ward / Frost Ward Macro

Code: Select all
/run local x = IsShiftKeyDown(); if x == nil then cast("Fire Ward") else cast("Frost Ward") end



is there any way to use shift,alt and ctrl in one macro?

Re: [Guide] Dalaran Tome of Knowledge - How to Mage

PostPosted: Thu Mar 26, 2015 6:57 pm
by Jace
haterz wrote:
Jace wrote:Fire Ward / Frost Ward Macro

Code: Select all
/run local x = IsShiftKeyDown(); if x == nil then cast("Fire Ward") else cast("Frost Ward") end



is there any way to use shift,alt and ctrl in one macro?


Yes, you can use IsCtrlKeyDown() or IsAltKeyDown()

Re: [Guide] Dalaran Tome of Knowledge - How to Mage

PostPosted: Fri Mar 27, 2015 12:46 am
by haterz
I understand that, but how can I use 2-3 modifiers in one macro? can you post an example?
Like this macro I use in wotlk:

/cast [nomod] Cold Snap
/cast [mod:shift] Scorch
/cast [mod:ctrl] Flamestrike

I think there should be "elseif" statement or something like this.

Re: [Guide] Dalaran Tome of Knowledge - How to Mage

PostPosted: Fri Mar 27, 2015 8:08 am
by Zyfire
haterz wrote:I understand that, but how can I use 2-3 modifiers in one macro? can you post an example?
Like this macro I use in wotlk:

/cast [nomod] Cold Snap
/cast [mod:shift] Scorch
/cast [mod:ctrl] Flamestrike

I think there should be "elseif" statement or something like this.


Code: Select all
/run x=IsCtrlKeyDown; y=IsShiftKeyDown; if !x and !y then cast("Cold Snap") elseif x then cast("Scorch") elseif y then cast("Flamestrike") end


something

Re: [Guide] Dalaran Tome of Knowledge - How to Mage

PostPosted: Mon Apr 06, 2015 6:18 pm
by kilich
is the arcane crystal pendant in the game yet?

I tried doing the quest chain and it stopped after the sirens enchanted coral with no available quest afterwards.

Bugged or not available yet? There was not even a silver exclamation mark. I am lvl 50 which i believe is the req level.

Re: [Guide] Dalaran Tome of Knowledge - How to Mage

PostPosted: Tue Apr 07, 2015 4:44 pm
by Astixium
kilich wrote:is the arcane crystal pendant in the game yet?

I tried doing the quest chain and it stopped after the sirens enchanted coral with no available quest afterwards.

Bugged or not available yet? There was not even a silver exclamation mark. I am lvl 50 which i believe is the req level.


No it's on yet.

Re: [Guide] Dalaran Tome of Knowledge - How to Mage

PostPosted: Fri May 01, 2015 9:23 am
by Daekwoo
A really nice good guide. A couple of questions that have been nagging me and I couldn't find an answer on my owm:

I'm using grid atm, and it's not bad nor great. I can't complain as how ignorant I'm at doing complex UI things but I'm really interested in a guide/tips for a clear UI for us mages. With the decursive addon I can see the cursed ppl on the grid frames, which is really great. But, what I want to see also is the Arcane Intellect/Brilliance buff: who has it and who doesn't. I'd love if someone could share me an addon that let you see that.

Thanks in advance,