[Guide] Dalaran Tome of Knowledge - How to Mage

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

by Caitlin » Fri Feb 27, 2015 3:22 am

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.
Caitlin
Private
Private
 

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

by Emander » Wed Mar 04, 2015 10:56 am

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
Last edited by Emander on Tue Mar 10, 2015 9:18 am, edited 1 time in total.
Emander
Private
Private
 

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

by Vabaduce » Thu Mar 05, 2015 12:56 am

Looks good, but an ele build is missing under the PvP category.
Vabaduce
Tester
 

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

by haterz » Thu Mar 26, 2015 5:14 am

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?
haterz
Tester
 

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

by Jace » Thu Mar 26, 2015 6:57 pm

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()
User avatar
Jace
Grunt
Grunt
 

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

by haterz » Fri Mar 27, 2015 12:46 am

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.
haterz
Tester
 

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

by Zyfire » Fri Mar 27, 2015 8:08 am

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
Image

Knight Zyfire - Lvl 60 Mage <Flashback>
Zyfire
Senior Sergeant
Senior Sergeant
 

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

by kilich » Mon Apr 06, 2015 6:18 pm

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.
kilich
Tester
 

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

by Astixium » Tue Apr 07, 2015 4:44 pm

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.
Astixium - Level 60 Undead Mage.
Class Leader of <Purge>.
User avatar
Astixium
Senior Sergeant
Senior Sergeant
 

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

by Daekwoo » Fri May 01, 2015 9:23 am

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,
Daekwoo
Tester
 

PreviousNext

Return to Mage