Death Knight Runes menu

User Tag List

Results 1 to 3 of 3
  1. #1
    turtlemans's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Death Knight Runes

    Is there a way to get an accurate rune count now? You used to be able to use "player.runes(frost) > 1" etc, but now that doesn't work because rune types have changed.

    Death Knight Runes
  2. #2
    DocZ's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try adding this:

    ProbablyEngine.condition.register("runes", function(target, spell)
    return UnitPower(target, SPELL_POWER_RUNES)
    end)

    After that is just "player.runes > x"

    GLuck,

    Dr Z

  3. #3
    smellytardy's Avatar Member
    Reputation
    3
    Join Date
    Jan 2015
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I could not get my rune count with UnitPower(target, SPELL_POWER_RUNES) to work correctly. It always returned a value of 6, it didn't matter if the rune was ready or not. I got mine working with this instead. I replaced the existing runes.count with the following. Now it checks how many runes are ready.

    ProbablyEngine.condition.register("runes.count", function(target, count)
    local count = 0
    for rune = 1, 6 do
    local _, _, ready = GetRuneCooldown(rune)
    if ready then
    count = count + 1
    end
    end
    return count
    end)

    Then just do:

    { "Spell", "player.runes.count > X" }
    Last edited by smellytardy; 11-30-2016 at 02:06 AM.

Similar Threads

  1. Death Knights runes
    By kisjaksi in forum WoW Memory Editing
    Replies: 3
    Last Post: 08-19-2010, 04:51 AM
  2. Reading Death Knight rune states from memory
    By ~Unknown~ in forum WoW Memory Editing
    Replies: 9
    Last Post: 06-09-2010, 11:15 AM
  3. Death Knight Runes
    By mordok in forum WoW Memory Editing
    Replies: 15
    Last Post: 01-07-2010, 03:30 PM
  4. [Death Knight] Use Dancing Rune Blade ALL THE TIME
    By neax1337 in forum World of Warcraft Exploits
    Replies: 16
    Last Post: 11-18-2008, 02:21 PM
All times are GMT -5. The time now is 09:12 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search