[PQR] AzN's Frost Mage and Prot Warrior profiles menu

User Tag List

Page 3 of 3 FirstFirst 123
Results 31 to 38 of 38
  1. #31
    Drinksbeer's Avatar Knight-Lieutenant
    Reputation
    33
    Join Date
    Jan 2013
    Posts
    252
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great profile, love the use of Invocation. Anyone know how to change Frost orb to Nether Tempest or Living Bomb?

    [PQR] AzN's Frost Mage and Prot Warrior profiles
  2. #32
    KirinShop's Avatar Member
    Reputation
    7
    Join Date
    Apr 2013
    Posts
    33
    Thanks G/R
    0/1
    Trade Feedback
    14 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome profile, works great! I would also absolutely love the option to change between different Mage Bombs (Nether Tempest, Living Bomb).

  3. #33
    Moonst's Avatar Member
    Reputation
    4
    Join Date
    Apr 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello i just wanted to say i really enjoy your prot war profile except for the fact that when i run it i get a ton of PQInterface lua errors and my frame rates when i engage in combat go from 50 to 7 lol anyways thought i would say the rotation you use is very solid and im lvling the toon shes not max lvl yet that might be the prob as well i dont know any ways keep up the great work

  4. #34
    misterneko's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Dec 2011
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Azn any updates coming for the frost profile?

  5. #35
    mindwarp80's Avatar Private
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Drinksbeer View Post
    Great profile, love the use of Invocation. Anyone know how to change Frost orb to Nether Tempest or Living Bomb?
    I've been working with this trying to get Nether Tempest to work with Frost since it's considered the better DPS output. I've managed to add an Ability with the Ability editor and it seems to work fine, but I've been trying to add a recast timer at .7 seconds so it will always be on the target. That's beyond my knowledge of PQR

    Code:
    if IsUsableSpell(114923) 
    and not UnitDebuffID("target",114923,"player")
    then
    CastSpellByName(GetSpellInfo(114923))
    return true
    end
    You will have to swap out Frost Bomb from the rotation or it will lock up on it. I'm not sure how to streamline it so all 3 could be in the Rotation and it only cast the one that you have talented.

    I've been trying to create a Mouseover of the same thing so I can just mouseover multiple mobs in a group of trash mobs and it would spread Nether Tempest to say 6 mobs and create huge amounts of damage and damage Procs.

    I also had to add an additional Ability for Mana as I seem to go oom with the Mana changes using Invocation after using Icy Veins in the minute recast time.

    Code:
    local power = 100 * UnitPower("player") / UnitPowerMax("player")
    
    if (not UnitChannelInfo("player")
    and power < 5 
    and UnitAffectingCombat("player"))
    or IsLeftShiftKeyDown()
    and not IsMounted()
    then
    CastSpellByName(GetSpellInfo(12051)) 
    end
    This just ensures that if I get to below 15k Mana, I will use Invocation instead of just stand there.
    Last edited by mindwarp80; 07-31-2013 at 05:46 PM.

  6. #36
    misterneko's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Dec 2011
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any help with this or an update to 5.4 Frost?

    I like a lot this profile but seem outdated ugh...

    Originally Posted by mindwarp80 View Post
    I've been working with this trying to get Nether Tempest to work with Frost since it's considered the better DPS output. I've managed to add an Ability with the Ability editor and it seems to work fine, but I've been trying to add a recast timer at .7 seconds so it will always be on the target. That's beyond my knowledge of PQR

    Code:
    if IsUsableSpell(114923) 
    and not UnitDebuffID("target",114923,"player")
    then
    CastSpellByName(GetSpellInfo(114923))
    return true
    end
    You will have to swap out Frost Bomb from the rotation or it will lock up on it. I'm not sure how to streamline it so all 3 could be in the Rotation and it only cast the one that you have talented.

    I've been trying to create a Mouseover of the same thing so I can just mouseover multiple mobs in a group of trash mobs and it would spread Nether Tempest to say 6 mobs and create huge amounts of damage and damage Procs.

    I also had to add an additional Ability for Mana as I seem to go oom with the Mana changes using Invocation after using Icy Veins in the minute recast time.

    Code:
    local power = 100 * UnitPower("player") / UnitPowerMax("player")
    
    if (not UnitChannelInfo("player")
    and power < 5 
    and UnitAffectingCombat("player"))
    or IsLeftShiftKeyDown()
    and not IsMounted()
    then
    CastSpellByName(GetSpellInfo(12051)) 
    end
    This just ensures that if I get to below 15k Mana, I will use Invocation instead of just stand there.

  7. #37
    misterneko's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Dec 2011
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Azn any updates for 5.4 changes?
    Last edited by misterneko; 09-25-2013 at 09:33 AM.

  8. #38
    misterneko's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Dec 2011
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been playing a little bit with Azn's profile and added:

    - Ice Barrier automatically
    - use Nether Tempest

    thanks to @mindwarp80 for his modifications

    https://www.dropbox.com/s/p9u0gpk4xlqwnmv/Update.rar

    Still needs a DPS improvement to latest changes, but it's a little update.

Page 3 of 3 FirstFirst 123

Similar Threads

  1. [Selling] [WTS] LEVEL 100 Human Frost Mage and Level 100 Human Ret Pally
    By snawqt in forum World of Warcraft Buy Sell Trade
    Replies: 1
    Last Post: 01-28-2015, 11:32 AM
  2. PQR - Anyone out there working on putting out a decent Prot Warrior Profile???
    By bestdamnwarrior in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 10-05-2013, 12:32 PM
  3. [PQR REQUEST] PVP Frost Mage (will donate!!)
    By aLorzy91 in forum WoW Bot Maps And Profiles
    Replies: 0
    Last Post: 09-05-2012, 08:36 PM
  4. [Selling] A 85 2.2k Rogue with 371 ILVL and a 85 Mage and 85 Warrior
    By m222109 in forum WoW-US Account Buy Sell Trade
    Replies: 2
    Last Post: 10-23-2011, 07:21 PM
  5. [Selling] WTS RIFT 50 Mage and 50 Warrior Guardian PVE
    By silvanna784 in forum Rift Buy Sell Trade
    Replies: 1
    Last Post: 04-21-2011, 01:20 AM
All times are GMT -5. The time now is 05:04 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