View Single Post
08-23-10, 07:11 PM   #6
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,334
On various data sites, they'll have the SpellID in the page URL.

WoWHead: http://www.wowhead.com/spell=8690
ThottBot: http://thottbot.com/s8690
ZAM: http://wow.allakhazam.com/db/spell.html?wspell=8690

In-game macro (only on spells you know)
/run print(GetSpellLink("Fireball","Rank 1"):match("spell:%d+"))

There are various addons that allow you to look up spell IDs.
I personally use one I wrote last year.
SpellList
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote