Mavmins' Destruction Warlock menu

User Tag List

Page 27 of 40 FirstFirst ... 232425262728293031 ... LastLast
Results 391 to 405 of 597
  1. #391
    Sivers's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    62
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mavmins View Post
    thats Nerder thats some handy code.
    The problem is I only want to interrupt or purge REALLY important stuff, otherwise im losing a GCD casting it and only certain spells absolutley have to be interrupted or buffs purged. So I may as well check the specific spell casts.

    @Sivers - I can't reproduce that error. Which options have you got enabled in PQInterface ?
    these are my PQI settings
    Mavmins' Destruction Warlock-world-of-warcraft_2013-05-16_16-19-46-jpg

    Mavmins' Destruction Warlock
  2. #392
    billybuffalo's Avatar Knight-Lieutenant
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    360
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sivers View Post
    these are my PQI settings
    Mavmins' Destruction Warlock-world-of-warcraft_2013-05-16_16-19-46-jpg

    U have too many conflicting hot keys. Just for grins, i would only have 1 spell bound to each hot key. Example is, u have right shift bound to more than one spell. Thats a no no.

  3. #393
    Aegeus's Avatar Contributor Walter White CoreCoins Purchaser
    Reputation
    134
    Join Date
    Feb 2012
    Posts
    245
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by billybuffalo View Post
    U have too many conflicting hot keys. Just for grins, i would only have 1 spell bound to each hot key. Example is, u have right shift bound to more than one spell. Thats a no no.
    Those settings for RSHIFT are standard when you install the profile :P It becomes a one button party as none of those particular functions will overlap depending on what you're targetting/mouse-over


    “If you don’t know who I am, then maybe your best course would be to tread lightly.” - Walter White

  4. #394
    billybuffalo's Avatar Knight-Lieutenant
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    360
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aegeus View Post
    Those settings for RSHIFT are standard when you install the profile :P It becomes a one button party as none of those particular functions will overlap depending on what you're targetting/mouse-over
    If you want to avoid any conflicts with the profile, you should not have more than one ability tied to any one key. Mav has stated this himself.

  5. #395
    Sivers's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    62
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by billybuffalo View Post
    If you want to avoid any conflicts with the profile, you should not have more than one ability tied to any one key. Mav has stated this himself.
    "fixing" them still did not change the fact that it won't cast non-Backdrafted Incinerates

  6. #396
    Ekkard's Avatar Private
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please help fix the problem with debuffs that would work properly. Sorry for the English language.

    local Targethealth = 100 * UnitHealth("target") / UnitHealthMax("target")
    local FocusHealth = 100 * UnitHealth("focus") / UnitHealthMax("focus")
    local MouseoverHealth = 100 * UnitHealth("mouseover") / UnitHealthMax("mouseover")
    ---------------------------------------------------------------------------------------------

    if not UnitBuffID("target",23920)
    and not UnitBuffID("target",642)
    and not UnitBuffID("target",4543
    and not UnitBuffID("target",11402
    and not UnitBuffID("target",34477)
    and not UnitBuffID("target",47585) then

    if Targethealth <= 20
    and UnitPower("player", 14) >= 1
    and not (UnitExists("focus") and PQR_SpellAvailable(80240)) then
    SpellStopCasting()
    CastSpellByName(GetSpellInfo(17877),"target")
    return true
    end

    if UnitExists("focus")
    and not UnitIsUnit("target", "focus")
    and FocusHealth <= 20
    and IsSpellInRange(tostring(GetSpellInfo(17877)), "focus") == 1
    and UnitPower("player", 14) >= 1 then
    SpellStopCasting()
    CastSpellByName(GetSpellInfo(17877),"focus")
    return true
    end

    if UnitExists("mouseover")
    and not UnitIsUnit("target", "mouseover")
    and MouseoverHealth <= 20
    and IsSpellInRange(tostring(GetSpellInfo(17877)), "mouseover") == 1
    and UnitPower("player", 14) >= 1 then
    SpellStopCasting()
    CastSpellByName(GetSpellInfo(17877),"mouseover")
    return true
    end

  7. #397
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont even know what you've posted there, its a mishmash of abilities
    17877 is Shadowburn but that isnt the code from the shadowburn ability in 1.55 so I would suggest redownloading the latest version

  8. #398
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by billybuffalo View Post
    U have too many conflicting hot keys. Just for grins, i would only have 1 spell bound to each hot key. Example is, u have right shift bound to more than one spell. Thats a no no.
    Right i've finally reproduced the error and will try and fix it. For now if you tick 'Ember Save Chaos Bolt' it wont error

  9. #399
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated to 1.6, minor update to fix the bug Sivers found

  10. #400
    Apocalypse59's Avatar Knight
    Reputation
    17
    Join Date
    Apr 2012
    Posts
    221
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mavmins View Post
    Updated to 1.6, minor update to fix the bug Sivers found
    Thanks Mav, I love your profile man.

  11. #401
    billybuffalo's Avatar Knight-Lieutenant
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    360
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well done bud!

  12. #402
    Sivers's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    62
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mavmins View Post
    Updated to 1.6, minor update to fix the bug Sivers found
    fantastic, it works flawlessly now! thank you very much

  13. #403
    Vettic's Avatar Private
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wanted to give props where they were due. Mavmins I freaking love your profile. I haven't been able to get it to work my PQI has been messed up I redownloaded it and pulled 120k on First boss in tot. Thanks much!!! and keep up the good work.

  14. #404
    Axercis's Avatar Member
    Reputation
    4
    Join Date
    Sep 2012
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Will the Fire and Brimstone change with 5.3 require a modification to the profile for AoE mode?

  15. #405
    billybuffalo's Avatar Knight-Lieutenant
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    360
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Axercis View Post
    Will the Fire and Brimstone change with 5.3 require a modification to the profile for AoE mode?
    I was wondering this as well.

Page 27 of 40 FirstFirst ... 232425262728293031 ... LastLast

Similar Threads

  1. Destruction warlock
    By cabi2oo7 in forum WoW Bot Maps And Profiles
    Replies: 3
    Last Post: 12-27-2012, 03:24 PM
  2. [PQR] Soapbox Ultimate Destruction Warlock
    By Soapbox in forum WoW Bot Maps And Profiles
    Replies: 25
    Last Post: 11-06-2012, 05:15 AM
  3. Ultimate Destruction Warlock PvP guide
    By skyth in forum World of Warcraft Guides
    Replies: 22
    Last Post: 09-29-2010, 08:07 AM
  4. [DBC Edit] destruction warlock spells swapped to frost mage spells!
    By Mudkip in forum World of Warcraft Model Editing
    Replies: 5
    Last Post: 06-18-2010, 11:49 PM
  5. - Destruction Warlock PVP Guide -
    By Flail in forum World of Warcraft Guides
    Replies: 22
    Last Post: 07-01-2008, 09:15 PM
All times are GMT -5. The time now is 04:45 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