Search found 2 matches

by Athrawes
Wed Jul 15, 2015 1:06 pm
Forum: Runes of Magic
Topic: list runes installed in gear or in bag but not drop runes
Replies: 13
Views: 3732

Re: list runes installed in gear or in bag but not drop runes

You could parse the item links to get the IDs of the embedded runes (I think you'd have to temporally unequip your equipment to get those links though). There might be a fancier way to read those from memory, but that's something I don't know how to do ^^
by Athrawes
Thu Jul 02, 2015 10:27 pm
Forum: Runes of Magic
Topic: Mage purify
Replies: 10
Views: 2413

Re: Mage purify

Well, Rock5's hint with UnitDebuff was spot on. UnitDebuff returns a param (5th return value) that indicates what type of debuff it is. I found this while browsing through RaidHeals code some time ago. (RaidHeal is a healing addon a bit similar to GCI, but features "sorting" of debuffs dep...