Skip to content
Danpiel edited this page Sep 14, 2010 · 1 revision

All classes have their own spell list.
Each entry in list creates a separate icon. Entry is a table with values in it:
- spellId – id of spell you want to track. If you don’t know it – check wowhead.com – last number in any spell link is spellid (example: http://www.wowhead.com/?spell=55095, id is 55095)
- spellId2, spellId3, spellId4, spellId5 – optional entries, these are the spellids you want to track if primary spell is NOT active.
- size – icon size in pixels
- unitId – unit at which you wish to track selected spell(s). More info: http://www.wowwiki.com/UnitId
- isMine – this is filter. isMine = 1 means only effects from units in MyUnits table will be shown (see below for this table. Note: isMine = “1” will NOT work, it should be number, not string. Any other value will show effect from any source
- filter – filter again =). Needs to be “HELPFUL” for buffs and “HARMFUL” for debuffs.
- setPoint – where to place the icon. It’s a table with coordinates inside. More info: http://www.wowwiki.com/API_Region_SetPoint

Clone this wiki locally