Page 1 of 2
1
2
LastLast
  1. #1

    [WA2] TrinketDB Project

    Hello friends, I'm doing something that takes a long time to complete by myself.

    To keep to short, I want to keep a record of all Legion trinkets (any trinket, really).

    Link to WA:
    https://wago.io/EJviIOrNZ


    Honestly, it's just a lot of work, and I'm busy updating the TrinketDB handlers to properly display information. And RPPM is being a little bitch right now, because I have to add even more crap to the handlers to update multiple variables.

    Anywho, nothing formal, but if you'd like to help, just post any entries in code block. I will still check each entry for accuracy (while I'm at work, with downtime).

    If you're interested, thank you.

    And yes, this will be made public.

    Blank Slate:
    Code:
    [0] = {   --uses ItemID of trinket slots
                ["spellid"] = 0,      
                ["spellname"] = "nil", -- name of the spell that procs
                ["duration"] = 0, -- must be integer
                ["cooldown"] = 0, -- can be used for ICD
                ["icon"] = "inv_misc_questionmark", --icon for spell
                ["mode"] = "BUFF", --only: BUFF, DEBUFF, RPPM 
                ["rppm"] = nil, -- nil or integer, can be blank (=nil)
            },
    "mode" :: RPPM, if it does not show the RPPM, just click in the trinket's spell effect:
    http://legion.wowhead.com/item=13932...uehive&bonus=0
    ^ doesn't show RPPM
    v shows approx RPPM
    http://legion.wowhead.com/spell=221811/plague-swarm

    If RPPM does exist on the trinket, but it's not a finite number, it's okay to put 1 instead of 0.92 (for example).


    Examples of a finished entry:
    Code:
    [135922] = {
                ["spellid"] = 181706,
                ["spellname"] = "Savage Fortitude",
                ["duration"] = 15,
                ["cooldown"] = 120,
                ["icon"] = "spell_holy_mindvision",
                ["mode"] = "BUFF",
                ["rppm"] = nil,
                
            },
    
    [135925] = {
                ["spellid"] = 190027,  
                ["spellname"] = "Surge of Dominance",
                ["duration"] = 20,
                ["cooldown"] =55,
                ["icon"] = "spell_holy_divinepurpose",
                ["mode"] = "BUFF",
                ["rppm"] = nil,
                
            },

    The trinkets in the examples are the two starting trinkets for PVP Realm.
    Last edited by Cyous; 2016-06-13 at 12:43 AM.
    The Boomkings(WIP) :: YouTube Project

  2. #2
    Should be most of the dungeon trinkets and a couple I had left from levelling.. Think it's missing the trinket that drops from Ivanyr in arcway sorry

    Code:
    [137485] = {   
                ["spellid"] = 215813,      
                ["spellname"] = "Burning Intensity",
                ["duration"] = 20, 
                ["cooldown"] = 0, 
                ["icon"] = "spell_fire_incinerate", 
                ["mode"] = "RPPM", 
                ["rppm"] = 0.7, 
            },
    
    [137446] = {   
                ["spellid"] = 216085,      
                ["spellname"] = "Mechanical Bomb Squirrel", 
                ["duration"] = 0, 
                ["cooldown"] = 0, 
                ["icon"] = "inv_pet_mechanicalsquirrel", 
                ["mode"] = "RPPM",
                ["rppm"] = 2, 
            },
    
    
    [137367] = {   
                ["spellid"] = 215630,      
                ["spellname"] = "Focused Lightning", 
                ["duration"] = 20, 
                ["cooldown"] = 0, 
                ["icon"] = "spell_nature_chainlightning", 
                ["mode"] = "RPPM",
                ["rppm"] = 0.7, 
            },
    
    [137349] = {   
                ["spellid"] = 215404,      
                ["spellname"] = "Rancid Maw", 
                ["duration"] = 0, 
                ["cooldown"] = 0, 
                ["icon"] = "spell_nature_acid_01", 
                ["mode"] = "RPPM", 
                ["rppm"] = 2, 
            },
    
    [137329] = {   
                ["spellid"] = 215670,      
                ["spellname"] = "Taint of the Sea", 
                ["duration"] = 10,
                ["cooldown"] = 120,
                ["icon"] = "spell_nature_elementalshields", 
                ["mode"] = "DEBUFF", 
                ["rppm"] = 
            },
    
    [137306] = {   
                ["spellid"] = 214349,      
                ["spellname"] = "Nightmare Essence",
                ["duration"] = 6,
                ["cooldown"] = 0, 
                ["icon"] = "spell_nature_thorns_nightmare", 
                ["mode"] = "RPPM", 
                ["rppm"] = 2, 
            },
    
    [136716] = {  
                ["spellid"] = 215444,      
                ["spellname"] = "Dark Blast",
                ["duration"] = 0, 
                ["cooldown"] = 0, 
                ["icon"] = "spell_shadow_darkritual", 
                ["mode"] = "RPPM", 
                ["rppm"] = 1, 
            },
    
    [133641] = {  
                ["spellid"] = 214054,      
                ["spellname"] = "Fel Meteor", 
                ["duration"] = 0, 
                ["cooldown"] = 0, 
                ["icon"] = "spell_fire_felflamering", 
                ["mode"] = "RPPM", 
                ["rppm"] = 4,
            },
    
    [137541] = {   
                ["spellid"] = 215648,      
                ["spellname"] = "Elune's Light", 
                ["duration"] = 20,
                ["cooldown"] = 120, 
                ["icon"] = "spell_holy_elunesgrace", 
                ["mode"] = "BUFF", 
                ["rppm"] = nil, 
            },
    
    [137301] = {   
                ["spellid"] = 213782,      
                ["spellname"] = "Nightfall", 
                ["duration"] = 10,
                ["cooldown"] = 0, 
                ["icon"] = "ability_druid_starfall", 
                ["mode"] = "RPPM", 
                ["rppm"] = 1.25, 
            },
    
    [121726] = {  
                ["spellid"] = 202904,      
                ["spellname"] = "Navarrogg's Guidance",
                ["duration"] = 10, 
                ["cooldown"] = 0,  
                ["icon"] = "inv_spiritshard_01",
                ["mode"] = "RPPM", 
                ["rppm"] = 2,
            },
    
    [140031] = {   
                ["spellid"] = 224148,      
                ["spellname"] = "Mana-Charged", 
                ["duration"] = 10, 
                ["cooldown"] = 0, 
                ["icon"] = "spell_shadow_manafeed", 
                ["mode"] = "RPPM", 
                ["rppm"] = 1,
    Quote Originally Posted by Azabondiia View Post
    Anyone who has not done heroic raiding, is John Snow - and knows nothing. It's the most unforgiving gaming experience you can imagine

  3. #3
    Awesome, thank you for helping ^_^
    The Boomkings(WIP) :: YouTube Project

  4. #4
    What kind of trinkets do you want information about?
    Dungeons/Raiding/PVP trinkets, or like all trinkets in general?

  5. #5
    Quote Originally Posted by Hekkipekki View Post
    What kind of trinkets do you want information about?
    Dungeons/Raiding/PVP trinkets, or like all trinkets in general?
    I need everything but Int DPS at this point.
    The Boomkings(WIP) :: YouTube Project

  6. #6
    Some of the agi trinkets on wowhead, going from Arcanogolem Digit down to Figurehead of the Naglfar

    Code:
    [140794] = {   
                ["spellid"] = 225127,      
                ["spellname"] = "Arcane Swipe", 
                ["duration"] = 0, 
                ["cooldown"] = 1, 
                ["icon"] = "inv_misc_questionmark", 
                ["mode"] = "RPPM", 
                ["rppm"] = nil, 
            },
    
    [140796] = {   
                ["spellid"] = 225129,      
                ["spellname"] = "Triumvirate", 
                ["duration"] = 8, 
                ["cooldown"] = 0, 
                ["icon"] = "inv_misc_questionmark", 
                ["mode"] = "RPPM", 
                ["rppm"] = 1, 
            },
    
    [140801] = {   
                ["spellid"] = 225134,      
                ["spellname"] = "Solar Collapse", 
                ["duration"] = 3, 
                ["cooldown"] = 0, 
                ["icon"] = "inv_misc_questionmark", 
                ["mode"] = "RPPM", 
                ["rppm"] = 2, 
            },
    
    [140802] = {   
                ["spellid"] = 225135,      
                ["spellname"] = "Recursive Strikes", 
                ["duration"] = 15, 
                ["cooldown"] = 0, 
                ["icon"] = "inv_misc_questionmark", 
                ["mode"] = "RPPM", 
                ["rppm"] = 1, 
            },
    
    [0] = {   
                ["spellid"] = 0,      
                ["spellname"] = "nil", 
                ["duration"] = 0, 
                ["cooldown"] = 0, 
                ["icon"] = "inv_misc_questionmark", 
                ["mode"] = "BUFF", 
                ["rppm"] = nil, 
            },
    
    [140806] = {   
                ["spellid"] = 225139,      
                ["spellname"] = "Prescience", 
                ["duration"] = 0, 
                ["cooldown"] = 0, 
                ["icon"] = "inv_misc_questionmark", 
                ["mode"] = "BUFF", 
                ["rppm"] = nil, 
            },
    
    [140808] = {   
                ["spellid"] = 225141,      
                ["spellname"] = "Fel-Crazed Rage", 
                ["duration"] = 8, 
                ["cooldown"] = 120, 
                ["icon"] = "inv_misc_questionmark", 
                ["mode"] = "RPPM", 
                ["rppm"] = 3, 
            },
    
    (it appears to be RPPM but no value is listed, it isn't on use)
    [140798] = {   
                ["spellid"] = 225131,      
                ["spellname"] = "Carrion Swarm", 
                ["duration"] = 8, 
                ["cooldown"] = 0, 
                ["icon"] = "inv_misc_questionmark", 
                ["mode"] = "RPPM", 
                ["rppm"] = 1, 
            },
    
    [139323] = {  
                ["spellid"] = 221845,      
                ["spellname"] = "Tormenting Cyclone", 
                ["duration"] = 10,
                ["cooldown"] = 0, 
                ["icon"] = "ability_priest_voidentropy", 
                ["mode"] = "RPPM", 
                ["rppm"] = 1.5, 
            },
    
    
    
    [139325] = {  
                ["spellid"] = 222167,      
                ["spellname"] = "Horrific Appendages", 
                ["duration"] = 12,
                ["cooldown"] = 0, 
                ["icon"] = "spell_nature_thorns_nightmare", 
                ["mode"] = "RPPM", 
                ["rppm"] = 1, 
            },
    
    [139334] = {  
                ["spellid"] = 222512,      
                ["spellname"] = "Allies of Nature", 
                ["duration"] = 6,
                ["cooldown"] = 0, 
                ["icon"] = "spell_nature_spiritarmor", 
                ["mode"] = "RPPM", 
                ["rppm"] = 4, 
            },
    
    [138224] = {  
                ["spellid"] = 222187,      
                ["spellname"] = "Volatile ichor", 
                ["duration"] = 0,
                ["cooldown"] = 0, 
                ["icon"] = "spell_yorsahj_bloodboil_purple", 
                ["mode"] = "RPPM", 
                ["rppm"] = 2, 
            },
    
    [139320] = {  
                ["spellid"] = 221803,      
                ["spellname"] = "Infested Ground", 
                ["duration"] = 8,
                ["cooldown"] = 120, 
                ["icon"] = "spell_shadow_plaguecloud", 
                ["mode"] = "BUFF", 
                ["rppm"] = nil, 
            },
    
    [139329] = {  
                ["spellid"] = 221786,      
                ["spellname"] = "Bloodthirsty Instinct", 
                ["duration"] = 10,
                ["cooldown"] = 0, 
                ["icon"] = "ability_deathwing_assualtaspects", 
                ["mode"] = "BUFF", 
                ["rppm"] = 4, 
            },
    
    [140027] = {  
                ["spellid"] = 224146,      
                ["spellname"] = "Ley Charged", 
                ["duration"] = 10,
                ["cooldown"] = 0, 
                ["icon"] = "spell_shadow_manafeed", 
                ["mode"] = "RPPM", 
                ["rppm"] = 1, 
            },
    
    [136715] = {  
                ["spellid"] = 214168,      
                ["spellname"] = "Brutal Haymaker", 
                ["duration"] = 8,
                ["cooldown"] = 60, 
                ["icon"] = "ability_warrior_decisivestrike", 
                ["mode"] = "RPPM", 
                ["rppm"] = 1, 
            },
    
    [136716] = {  
                ["spellid"] = 215444,      
                ["spellname"] = "Dark Blast", 
                ["duration"] = 0,
                ["cooldown"] = 0, 
                ["icon"] = "spell_shadow_darkritual", 
                ["mode"] = "RPPM", 
                ["rppm"] = 1, 
            },
    
    [136975] = {  
                ["spellid"] = 213887,      
                ["spellname"] = "Scent of Blood", 
                ["duration"] = 10,
                ["cooldown"] = 0, 
                ["icon"] = "ability_fixated_state_red", 
                ["mode"] = "BUFF", 
                ["rppm"] = nil, 
            },
    
    [137306] = {  
                ["spellid"] = 214349,      
                ["spellname"] = "Nightmare Essence", 
                ["duration"] = 6,
                ["cooldown"] = 0, 
                ["icon"] = "spell_nature_thorns_nightmare", 
                ["mode"] = "BUFF", 
                ["rppm"] = 2, 
            },
    
    [137312] = {  
                ["spellid"] = 214340,      
                ["spellname"] = "Down Draft", 
                ["duration"] = 20,
                ["cooldown"] = 0, 
                ["icon"] = "ability_skyreach_wind", 
                ["mode"] = "BUFF", 
                ["rppm"] = 0.7, 
            },
    
    [137329] = {  
                ["spellid"] = 215679,      
                ["spellname"] = "Taint of the Sea", 
                ["duration"] = 10,
                ["cooldown"] = 120, 
                ["icon"] = "spell_nature_elementalshields", 
                ["mode"] = "DEBUFF", 
                ["rppm"] = nil, 
            },
    Quote Originally Posted by Azabondiia View Post
    Anyone who has not done heroic raiding, is John Snow - and knows nothing. It's the most unforgiving gaming experience you can imagine

  7. #7
    Deleted
    I usually make a dynamic group for the trinkets every tier so that I don't have to bother with the WA's for month's. Your project seems interesting, so I made a script to fetch trinket data from wowhead and wowdb. It works for a given range of ilvls. Currently the output looks like this:

    Code:
    [140809] = {
    ["spellid"] =225142
    ["spellname"] ="Nefarious Pact"
    ["duration"]=10
    ["cooldown"]=
    ["icon"]="inv_eng_gearspringparts"
    ["mode"]="BUFF"
    ["rppm"]="nil"
    },
    
    [140792] = {
    ["spellid"] =225125
    ["spellname"] ="Accelerando"
    ["duration"]=
    ["cooldown"]=
    ["icon"]="inv_eng_gearspringparts"
    ["mode"]="RPPM"
    ["rppm"]=2
    },
    
    [140798] = {
    ["spellid"] =225131
    ["spellname"] ="Carrion Swarm"
    ["duration"]=8
    ["cooldown"]=
    ["icon"]="inv_eng_gearspringparts"
    ["mode"]="DEBUFF"
    ["rppm"]="nil"
    },
    
    
    [140800] = {
    ["spellid"] =225133
    ["spellname"] ="Orb of Destruction"
    ["duration"]=
    ["cooldown"]=
    ["icon"]="inv_eng_gearspringparts"
    ["mode"]="DEBUFF"
    ["rppm"]="nil"
    },
    
    
    [140801] = {
    ["spellid"] =225134
    ["spellname"] ="Solar Collapse"
    ["duration"]=
    ["cooldown"]=
    ["icon"]="inv_eng_gearspringparts"
    ["mode"]="RPPM"
    ["rppm"]=2
    },
    
    
    [140804] = {
    ["spellid"] =225137
    ["spellname"] ="Star Gate"
    ["duration"]=
    ["cooldown"]=
    ["icon"]="inv_eng_gearspringparts"
    ["mode"]="BUFF"
    ["rppm"]="nil"
    },
    
    
    [136151] = {
    ["spellid"] =190030
    ["spellname"] ="Surge of Dominance"
    ["duration"]=20
    ["cooldown"]=
    ["icon"]="spell_shadow_siphonmana"
    ["mode"]="BUFF"
    ["rppm"]="nil"
    },
    
    
    [136263] = {},
    
    
    [136150] = {},
    
    
    [136264] = {
    ["spellid"] =190030
    ["spellname"] ="Surge of Dominance"
    ["duration"]=20
    ["cooldown"]=
    ["icon"]="spell_shadow_siphonmana"
    ["mode"]="BUFF"
    ["rppm"]="nil"
    },
    
    
    [139336] = {
    ["spellid"] =222705
    ["spellname"] ="Poisoned Dreams"
    ["duration"]=20
    ["cooldown"]=
    ["icon"]="sha_ability_rogue_envelopingshadows_nightmare"
    ["mode"]="RPPM"
    ["rppm"]=1
    },
    
    
    [138224] = {
    ["spellid"] =222187
    ["spellname"] ="Volatile Ichor"
    ["duration"]=
    ["cooldown"]=
    ["icon"]="spell_yorsahj_bloodboil_purple"
    ["mode"]="RPPM"
    ["rppm"]=2
    },
    
    
    [139326] = {
    ["spellid"] =222046
    ["spellname"] ="Maddening Whispers"
    ["duration"]=30
    ["cooldown"]=
    ["icon"]="ability_rogue_envelopingshadows"
    ["mode"]="BUFF"
    ["rppm"]="nil"
    },
    
    
    [139321] = {
    ["spellid"] =221811
    ["spellname"] ="Plague Swarm"
    ["duration"]=10
    ["cooldown"]=
    ["icon"]="spell_nature_insect_swarm2"
    ["mode"]="RPPM"
    ["rppm"]=2
    },
    
    
    [139323] = {
    ["spellid"] =221845
    ["spellname"] ="Tormenting Cyclone"
    ["duration"]=10
    ["cooldown"]=
    ["icon"]="ability_priest_voidentropy"
    ["mode"]="RPPM"
    ["rppm"]=1.5
    }
    -What do you consider a RPPM trinket?
    Some trinkets are buffs and debuffs triggered by RPPM, now I consider any trinket with the RPPM time in the spell page to be a RPPM trinket. Take for example:
    http://legion.wowhead.com/item=13933...uption&bonus=0 It's a RPPM trinket that causes a debuff on the target. Note that the cooldown is buggy, i'll finish the script tomorrow and post it here with all the legion trinkets.

  8. #8
    Deleted
    Quote Originally Posted by Segmentation View Post
    -What do you consider a RPPM trinket?
    Some trinkets are buffs and debuffs triggered by RPPM, now I consider any trinket with the RPPM time in the spell page to be a RPPM trinket.
    I believe that is correct. The non RPPM trinkets will display a cooldown (or ICD), while the RPPM trinkets will display a proc chance. Great idea with a script by the way, I imagine a few trinkets would still have to be done manually (like the one you linked) but it should save a lot of time.

  9. #9
    So, for RPPM, I don't actually pull UnitBuff or UnitDebuff from the target. Instead, I use the combat log to find certain Spell IDs sourced from us. I check for Damage, Auras Applied, and Cast Success. Those 3 types should cover all the needs.

    It timestamps when it sees that ID, then uses our hardcoded Duration to create an "Expiration" timestamp. [t+20 = e], we can measure "e" against a constantly updating "GetTime()" function, we get [e - current_time = timeRemains]. At that effectively displays the duration remaining. For Custom Duration purposes, we can use "e" and "timeRemains" to return a value that WA will accept (and work properly) with the "Cooldown" on the display tab.

    To sum it up, we need to use the spell IDs we care about. Bypassing the auras and using our custom duration and time stamps gives us more coverage because not all events will be based on Buff/Debuff.

    If the aura goes on the player, use BUFF ::
    If the aura goes on the target, use DEBUFF :: http://legion.wowhead.com/item=13732...aglfar&bonus=0
    If the aura uses RPPM, use RPPM. :: http://legion.wowhead.com/item=14080...ng-sky&bonus=0

    If the item doesn't fall under those categories, then link it here. It will likely be "PROC" (wip function).

    - - - Updated - - -

    Updated OP with link for testing:

    https://wago.io/EJviIOrNZ

    Please note, if you use a trinket that is not "ignored" nor within the database, it will spit a fuckton of errors at you.

    You can update the database, (strictly following the format), and it'll work after a quick reload. Otherwise, add the itemID to the ignored table, and reload.

    - - - Updated - - -

    Also, I solved the issue with buffs/debuffs + RPPM

    As it turns out, I can just set the cooldown to a bigger number. If you want to check RPPM's proc rate, then you simply set the RPPM value and leave it as buff/debuff. You should still use RPPM for RPPM-specific mechanics.

    But when you set the mode to BUFF and the rppm value to 1. The state of having an rppm value forces a 3min cooldown. This allows the background icon to show for far longer than 0sec (ofc). From here, our background icon will display the RPPM proc rate. After 3min, the background will hide, and go into a "Ready" state. (You will reach 100% proc rate far before this 3min timer.)
    Last edited by Cyous; 2016-06-13 at 12:05 AM.
    The Boomkings(WIP) :: YouTube Project

  10. #10
    Added Stone of the Elements as it's quite popular during prepatch.

    Code:
            [128024] = {
                ["spellid"] = 60234,
                ["spellname"] = "Intellect",
                ["duration"] = 15,
                ["cooldown"] = 60,
                ["icon"] = "spell_arcane_focusedpower",
                ["mode"] = "BUFF",
                ["rppm"] = nil,
            },
    This will only work for intellect though as it's different buffs for strength and agility, not sure how that should be handled.

  11. #11
    Quote Originally Posted by Zhere View Post
    Added Stone of the Elements as it's quite popular during prepatch.

    Code:
            [128024] = {
                ["spellid"] = 60234,
                ["spellname"] = "Intellect",
                ["duration"] = 15,
                ["cooldown"] = 60,
                ["icon"] = "spell_arcane_focusedpower",
                ["mode"] = "BUFF",
                ["rppm"] = nil,
            },
    This will only work for intellect though as it's different buffs for strength and agility, not sure how that should be handled.
    Doesn't appear to have a smooth way to handle this type of effect. This is because all alchemist trinkets use the spell IDs apparently.
    The Boomkings(WIP) :: YouTube Project

  12. #12
    Deleted
    I think the Database entry for "Stormsinger Fulmination Charge from EoA is bugged, at least it doesn't work for me.

    Code:
    [137367] = {   
                ["spellid"] = 215630,      
                ["spellname"] = "Focused Lightning", 
                ["duration"] = 20, 
                ["cooldown"] = 0, 
                ["icon"] = "spell_nature_chainlightning", 
                ["mode"] = "RPPM",
                ["rppm"] = 0.7, 
            },
    Is it because the buff on yourself stacks up or something like that?

  13. #13
    Quote Originally Posted by Bearowlkin View Post
    I think the Database entry for "Stormsinger Fulmination Charge from EoA is bugged, at least it doesn't work for me.



    Is it because the buff on yourself stacks up or something like that?
    No, it's the spell id. Change it to: 215631

    Let me know if that fixes it. It won't track the stacks, unfortunately.
    The Boomkings(WIP) :: YouTube Project

  14. #14
    Deleted
    Quote Originally Posted by Cyous View Post
    No, it's the spell id. Change it to: 215631

    Let me know if that fixes it. It won't track the stacks, unfortunately.
    Okay, so it's actually spell id. But it is: 215632. Works fine with that one.
    Anyway thanks for pointing out the wrong ID, would've looked for my error for ages otherwise :P

  15. #15
    Deleted
    are you planning to add older expansion trinkets aswell?

  16. #16
    Deleted
    Quote Originally Posted by Fzzf View Post
    are you planning to add older expansion trinkets aswell?
    I think you can easily do this by yourself at this point, by using the template Cyous added in there.

  17. #17
    Scarab Lord Lilija's Avatar
    15+ Year Old Account
    Join Date
    Sep 2008
    Location
    Częstochowa Poland
    Posts
    4,158
    I've got this code from the wago comments for Chrono Shard

    Code:
    [137419] = { 
                ["spellid"] = 214120, 
                ["spellname"] = "Acceleration", 
                ["duration"] = 10, 
                ["cooldown"] = 0, 
                ["icon"] = "inv_enchant_shardbrilliantsmall", 
                ["mode"] = "BUFF", 
                ["rppm"] = nil,
    },
    I've added it to the wa script, did all the reloads and when I swap trinkets I still get the message that item with that id isn't in the database. My trinket is 850ilvl but dunno if that matters.

  18. #18
    Quote Originally Posted by Lilija View Post
    I've got this code from the wago comments for Chrono Shard

    Code:
    [137419] = { 
                ["spellid"] = 214120, 
                ["spellname"] = "Acceleration", 
                ["duration"] = 10, 
                ["cooldown"] = 0, 
                ["icon"] = "inv_enchant_shardbrilliantsmall", 
                ["mode"] = "BUFF", 
                ["rppm"] = nil,
    },
    I've added it to the wa script, did all the reloads and when I swap trinkets I still get the message that item with that id isn't in the database. My trinket is 850ilvl but dunno if that matters.
    At the top you need to add the id # to

    local liveTrinkets = {

  19. #19
    Scarab Lord Lilija's Avatar
    15+ Year Old Account
    Join Date
    Sep 2008
    Location
    Częstochowa Poland
    Posts
    4,158
    Quote Originally Posted by Myztikrice View Post
    At the top you need to add the id # to
    Thank you good soul

  20. #20

    Bough of Corruption (first time adding a trinket)

    So would I set it up like this for Bough of Corruption /item=139336/bough-of-corruption When it procs it does a debuff 222705 /spell=222705/poisoned-dreams But the effect is 222706 which is the debuff so I think I use that in the code.

    Code:
    [139336] = {
                ["spellid"] = 222706,      
                ["spellname"] = "Poisoned Dreams",
                ["duration"] = 20,
                ["cooldown"] = 0,
                ["icon"] = "Sha_ability_rogue_envelopingshadows_nightmare",
                ["mode"] = "DEBUFF",
                ["rppm"] = 1,
            },

Posting Permissions

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