[PQR] Nilrem Affliction Profile menu

Shout-Out

User Tag List

Page 64 of 78 FirstFirst ... 14606162636465666768 ... LastLast
Results 946 to 960 of 1164
  1. #946
    nilrem2004's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2009
    Posts
    810
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sure, go to ability editor and open the [Misc] Boss Checks ability, there you will find a line like this: "if UnitExists("target") and UnitName("target") == "Minion of Fear"" and a little below that line like this "if UnitExists("mouseover") and UnitName("mouseover") == "Minion of Fear"" so just change "Minion of Fear" with "Whirl Turtle"
    and that will cast CoEx on your target or mouseover turtle
    Supporter of Frozen.

    [PQR] Nilrem Affliction Profile
  2. #947
    warlock2000's Avatar Sergeant
    Reputation
    8
    Join Date
    May 2013
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cross post from second thread.

    Quick question. How did your research go on optimal refreshing of dots?

    It's an interesting math problem, and my hunch is that you could go lower than 1.18. If the 5.4 changes go live, then the number could drop a lot as well.

  3. #948
    nilrem2004's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2009
    Posts
    810
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes that is true especially that we should generate more shards now so we can afford a bit sooner updates, that's why you have opteion to adjust it in PQI
    Although the procs are bigger, so it will take me some time when 5.4 hits and with new trinkets and stuff to see what would optimal be. I'm running 1.15 even now for more steady dps when I'm going without UVLS.
    Supporter of Frozen.

  4. #949
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Nilrem that worked great! Turtles were slowed as intended, profile hung on bloodlust though I assume its the automated pot-usage? (lulz)

  5. #950
    nilrem2004's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2009
    Posts
    810
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Thanks Nilrem that worked great! Turtles were slowed as intended, profile hung on bloodlust though I assume its the automated pot-usage? (lulz)
    Yeah just disable it in PQI. Hope it will get fixed in 5.4
    Supporter of Frozen.

  6. #951
    nilrem2004's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2009
    Posts
    810
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    small update is up fixed automatic dotting Direhorn spirit on Horridon, dotting crystal on Tortos HC for shield and now it automatically slows Whirl Turtles if you have them as target or mouseover, supports Glyph of Exhaustion also.
    Supporter of Frozen.

  7. #952
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thats awesome, Im keeping demonology and affliction as specs then ^^

  8. #953
    Captncrunch's Avatar Sergeant Major
    Reputation
    13
    Join Date
    Oct 2012
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for the update

  9. #954
    lockslash's Avatar Member
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    42
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nilrem2004 View Post
    Sure, go to ability editor and open the [Misc] Boss Checks ability, there you will find a line like this: "if UnitExists("target") and UnitName("target") == "Minion of Fear"" and a little below that line like this "if UnitExists("mouseover") and UnitName("mouseover") == "Minion of Fear"" so just change "Minion of Fear" with "Whirl Turtle"
    and that will cast CoEx on your target or mouseover turtle
    I think it would be a good idea to do the same with the Loa Spirits

  10. #955
    lockslash's Avatar Member
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    42
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Horridon HC

    Hello

    the last version of profile don't cast Corruption to Direhorn Spirit in Horri HC, only put it in focus...
    ===============================================
    if UnitDebuffID("player", 140946) and UnitExists("focus") and not UnitIsDead("focus") and SpellCheck(NL_Corr,"focus") then
    -- if not UnitCastingInfo("player") == "Malefic Grasp" and not UnitCastingInfo("player") == "Drain Soul" then
    -- currenttimefocus = GetTime()
    --if lastcastfocus == nil then lastcastfocus = GetTime() end
    --if lastcastfocus ~= nil and (currenttimefocus - lastcastfocus) > 1.5 then
    CastSpellByName(GetSpellInfo(NL_Corr),"focus")
    --lastcastfocus = GetTime()
    --end
    -- return true
    -- end
    end
    ================================================


    "NL_Corr" are correct?? maybe are "172"?

  11. #956
    nilrem2004's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2009
    Posts
    810
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh ****, yes new data file is comming in next update untill then change NL_Corr with 172
    sorry

    or on top of ability write:
    local NL_Corr = 172
    Supporter of Frozen.

  12. #957
    lockslash's Avatar Member
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    42
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nilrem2004 View Post
    oh ****, yes new data file is comming in next update untill then change NL_Corr with 172
    sorry

    or on top of ability write:
    local NL_Corr = 172
    Oh yeah finally independent of language

  13. #958
    lockslash's Avatar Member
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    42
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nilrem2004 View Post
    oh ****, yes new data file is comming in next update untill then change NL_Corr with 172
    sorry

    or on top of ability write:
    local NL_Corr = 172

    Another thing, in this line, to refresh corruption only when it finish I think is better add a NOT before the spellcheck ¿?



    if UnitDebuffID("player", 140946) and UnitExists("focus") and not UnitIsDead("focus") and SpellCheck(172,"focus") then

    if UnitDebuffID("player", 140946) and UnitExists("focus") and not UnitIsDead("focus") and not SpellCheck(172,"focus") then

  14. #959
    lockslash's Avatar Member
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    42
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please delete

    dupe accidentally
    Last edited by lockslash; 08-24-2013 at 06:33 PM. Reason: dupe

  15. #960
    nilrem2004's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2009
    Posts
    810
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    adding NOT would not cast it at all but I know what you meant
    Supporter of Frozen.

Similar Threads

  1. [Selling] [PQR] Nilrem Affliction Profile - exclusive edition
    By nilrem2004 in forum World of Warcraft Buy Sell Trade
    Replies: 457
    Last Post: 03-29-2014, 01:29 AM
  2. [Selling] PQR Nilrem Demonology Profile
    By nilrem2004 in forum World of Warcraft Buy Sell Trade
    Replies: 212
    Last Post: 11-18-2013, 08:48 AM
  3. [Selling] [PQR] Nilrem Arcane Mage Exclusive profile
    By nilrem2004 in forum World of Warcraft Buy Sell Trade
    Replies: 9
    Last Post: 09-28-2013, 09:03 PM
  4. [Selling] [PQR] Nilrem Protection Warrior Profile - exclusive edition
    By nilrem2004 in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 04-15-2013, 02:56 PM
  5. [PQR] Nilrem Fire Mage profile
    By nilrem2004 in forum WoW Bot Maps And Profiles
    Replies: 7
    Last Post: 03-19-2013, 09:32 AM
All times are GMT -5. The time now is 11:19 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search