Mavmins' Destruction Warlock menu

User Tag List

Page 29 of 40 FirstFirst ... 252627282930313233 ... LastLast
Results 421 to 435 of 597
  1. #421
    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 Mavmins View Post
    I have a Level 90 hunter
    Wink Wink.....

    Mavmins' Destruction Warlock
  2. #422
    LazyRaider's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Feb 2013
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    AoE likes to lock up but that is most likely a bug on blizzards part with the toggling on/off FnB

    Potion of the Jade Serpent still likes to lock up form time to time

    - I remvoed auto rain of fire... bound a different key to it and removed its bound key... BUT the profile still disables/enables it Might want to look into that as well

  3. #423
    novicane's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so far i concur with AoE locking up from time to time. Mainly due to ember logic - if you have none, nothing is casting. The profile will turn it off/on...i think the fix for this would be if off, turn on, then fix logic.

    I've turned jade serp and healthstone off for now. let me know if this just works again.

  4. #424
    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)
    Ghetto fix for AoE locking for me was to add a new ability in the rotation before Fire and Brimstone...I just called it "Fire and Brimstone - Cancel"

    Code:
    if UnitBuffID("player",108683)
    	and UnitPower("player", 14) == 0
    	and AOE_MODE then
    	RunMacroText("/cancelaura Fire and Brimstone")
    	return true
    end
    I'm at 15 minutes alternating between AOE and Single Target with no locks now. Hopefully this will help until Mav can do something awesome and artistic.
    Last edited by Axercis; 05-22-2013 at 08:08 PM.

  5. #425
    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)
    Is everyone using PQR 2.2.1 ? I ran it and it didnt lock up for me but i'll try and tweak it with the fix above. I thought the way it worked was FnB would only toggle off if you had elss than 1 full ember so shouldn't really be a problem, but I did test it on the 4 targets in shrine so maybe on less it will hang.

    i'll check the RoF thing for you later as well

    No ETA on jade serpent pot, I dont have any in my bags and with 'Auto Potion' it doesnt break for me

  6. #426
    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)
    The problem appears to be the itemcount check in the autopot event.

    I simply remove the itemcount local variable and check in the use statement, and it works fine. Not sure how the profile would behave if you did not have any pots with this modification, however. It does let me raid in the meantime without lockups for now though.
    Last edited by Axercis; 05-23-2013 at 11:17 AM.

  7. #427
    LazyRaider's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Feb 2013
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, I am using the most up to date PQR

  8. #428
    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)
    Originally Posted by Axercis View Post
    Ghetto fix for AoE locking for me was to add a new ability in the rotation before Fire and Brimstone...I just called it "Fire and Brimstone - Cancel"

    Code:
    if UnitBuffID("player",108683)
    	and UnitPower("player", 14) == 0
    	and AOE_MODE then
    	RunMacroText("/cancelaura Fire and Brimstone")
    	return true
    end
    I'm at 15 minutes alternating between AOE and Single Target with no locks now. Hopefully this will help until Mav can do something awesome and artistic.
    Worked great, thanks for the "ghetto fix"!

  9. #429
    Luciferozzy's Avatar Member
    Reputation
    2
    Join Date
    Apr 2011
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also wanna mention that it stops when you have timewarp og blood lust buff..

  10. #430
    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)
    Originally Posted by Luciferozzy View Post
    Also wanna mention that it stops when you have timewarp og blood lust buff..
    Did you try it with the Jade Serpent Potion option removed? Odds are, the profile is trying to drink a pot when bloodlust or timewarp pops, and that's what's causing the freeze.

  11. #431
    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 Luciferozzy View Post
    Also wanna mention that it stops when you have timewarp og blood lust buff..
    This is happening with all profiles i use.

  12. #432
    reapagedk's Avatar Member
    Reputation
    9
    Join Date
    Sep 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It didn't lock on me last night during my ToT any time we lusted

  13. #433
    MyNewName's Avatar Banned I Suck At This CoreCoins Purchaser
    Reputation
    280
    Join Date
    Jan 2012
    Posts
    334
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Having a nightmare of a time trying to get the rain of fire to work. automatic or mouseover. Any words of wisdom on this?

  14. #434
    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 crackmycrock View Post
    Having a nightmare of a time trying to get the rain of fire to work. automatic or mouseover. Any words of wisdom on this?
    Works fine if you just hold Left Shift down. Make sure your cursor is where you want it to cast at.

  15. #435
    Luciferozzy's Avatar Member
    Reputation
    2
    Join Date
    Apr 2011
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Axercis View Post
    Did you try it with the Jade Serpent Potion option removed? Odds are, the profile is trying to drink a pot when bloodlust or timewarp pops, and that's what's causing the freeze.
    thx it was the potion that made it stop. Also i have added abit to the code provided from above since we also need to cancle the aura when we turn back to single-target mode and not waste embers.

    if UnitBuffID("player",108683)
    and UnitPower("player", 14) == 0
    and AOE_MODE then
    RunMacroText("/cancelaura Fire and Brimstone")
    return true
    elseif UnitBuffID("player",108683)
    and not AOE_MODE then
    RunMacroText("/cancelaura Fire and Brimstone")
    return true
    end

Page 29 of 40 FirstFirst ... 252627282930313233 ... 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 10:45 AM. 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