1. #1

    TukUI Classtimer Help with Warlock

    Hy,
    im trying to add the Shadowflame debuff from Hand of Guldan to the Classtimer in TukUI.

    Can somebody please help me? I cannot find a spellID and im unsure where to put it dorrectly into the core.lua

    Thank you!

  2. #2
    make it a debuff for target, and then look at the spell ID of the debuff when applied, and enter that spell id in the SpellID field..that should do the trick.

  3. #3
    If it's anything like ElvUI...
    Go into Unit Frames>Filters>Select Aura Bar colors>Add spell name just how it's spelled. Something like that.

  4. #4
    Quote Originally Posted by Malic View Post
    Hy,
    im trying to add the Shadowflame debuff from Hand of Guldan to the Classtimer in TukUI.

    Can somebody please help me? I cannot find a spellID and im unsure where to put it dorrectly into the core.lua

    Thank you!
    The spellID you want to use is: 47960

    Since this is applied to the target: you want to find in the Core.lua where you see the various Warlock entries.

    Then you add:

    CreateSpellEntry( 47960 ), -- Shadowflame

    You add this entry to the the target group, you will see three groups

    Target
    Player
    Procs

    On the core.lua from the classtimer tukui addon I'm using, it's around like 639

  5. #5
    Thank you very much!!! Its working great!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •