[PQR] Gabbz Mage Profiles menu

User Tag List

Page 6 of 14 FirstFirst ... 2345678910 ... LastLast
Results 76 to 90 of 208
  1. #76
    maleth's Avatar Banned
    Reputation
    8
    Join Date
    Feb 2012
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Gabbz, the Moonkin profile it seems to stop when its on Incarnation, like completely stops. It only does it when Incarnation is shown on the PQR addon.

    [PQR] Gabbz Mage Profiles
  2. #77
    ionemaster's Avatar Member
    Reputation
    3
    Join Date
    Apr 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Gabbz, faced with a problem in your aoe rotation guard, used .. mangle, thrash, enrage, swip, faerie fire and unused lacerate, although it is in the rotation ... I want to change places faerie fire and lacerate, then the unused faerie fire, but lacerate used ... tell me where she worked to change the whole chain. sorry for bad english.And thank you for your awesome profiles!
    Last edited by ionemaster; 09-14-2012 at 02:18 AM.

  3. #78
    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)
    Hi Gabbz, just want to thank you for your awesome profiles! Went 8/8hc tonight with my guild solo-tanking Madness and came 2nd on DPS with 62k.

    Really appreciate your work! <3

  4. #79
    temp123's Avatar Member
    Reputation
    11
    Join Date
    May 2012
    Posts
    247
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes guardian is very clean, thanks Gabbz

  5. #80
    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)
    Hey Gabbz, I was feeling lazy and wondered how I could put in Savage Defense in the rotation for trashpacks.

    Meaning: Putting SD-usage in there so it keeps it up as much as possible (would be very nice for HoT-dungeons etc)
    Not saying I want you to put it into the profile since its already great as it is, but how I could put it in as an ability.

  6. #81
    ionemaster's Avatar Member
    Reputation
    3
    Join Date
    Apr 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    code choices Savage Defense, past in defines
    health is less than 80, the energy of more than 80

    if PlayerHealthPercent <80 and
    PlayerEnergy >80 then
    CastSpellByName (tostring (GetSpellInfo (62606)))
    return true
    end

    or just when the energy is greater than 80
    if PlayerEnergy >80 then
    CastSpellByName (tostring (GetSpellInfo (62606)))
    return true
    end

    should work...

  7. #82
    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! Will try that out in a HoT shortly, will be back with inputs It worked very well as a matter of fact, thanks for the code and +rep!
    Last edited by Ninjaderp; 09-17-2012 at 01:09 PM.

  8. #83
    Zyraxian's Avatar Sergeant
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was wondering if someone could provide some conditions for the active mitigation buffs in Gabbz' Guardian profile?

    Something like -

    1: If health is lower than 70% and rage is above 60 = cast Frenzied Regeneration
    2: If health is above 70% and rage is above 60 = cast Savage Defense
    3: If health is above 70%, rage is above 90 and Savage Defense buff exists = cast Maul

    This way, you would always cast the best defensive cooldown depending on your health and, if you get too much rage and you're not taking much damage, it would dump the excess rage on Maul's.


    I'd do it myself, but I have no idea how to create scripts

    Thanks!

  9. #84
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont think this is optimezed since we want always to use Savage Defense if the damage is dodgeable. However if the damage is magical then we should only do Frenzied Regen.

    Also i dont we should ever cast Maul unless if we really want to get a small dps increase.

    I amk currently buzy but when MoP is settling down i will upgrade all my scripts
    Looking for exploiters and botters to Elder Scrolls Online.

  10. #85
    peafish's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I love the profile, but I would really like to have it pop trinkets whenever it uses Berserk. However I can't figure out how to do it.
    editing Cat: Berserk


    Code:
    if TigersFury and GoBerserk == 2 and not Berserk and BerserkCooldownLeft < 1  then
    	CastSpellByName(tostring(GetSpellInfo(106951)))
    	RunMacroText("/use 13")
    	RunMacroText("/use 14")
    	return true
    end
    doesn't work although I - with my very limited coding knowledge in PQR - think it should?

  11. #86
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by peafish View Post
    I love the profile, but I would really like to have it pop trinkets whenever it uses Berserk. However I can't figure out how to do it.
    editing Cat: Berserk


    Code:
    if TigersFury and GoBerserk == 2 and not Berserk and BerserkCooldownLeft < 1  then
        CastSpellByName(tostring(GetSpellInfo(106951)))
        RunMacroText("/use 13")
        RunMacroText("/use 14")
        return true
    end
    doesn't work although I - with my very limited coding knowledge in PQR - think it should?
    U can just add /use 13 | /use 14 in the use field of the ability

  12. #87
    v3ntrix's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry where's the download link? I cant see it in the first post.

  13. #88
    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)
    Originally Posted by v3ntrix View Post
    Sorry where's the download link? I cant see it in the first post.
    Look in his signature.

    "My Profiles https://dl.dropbox.com/u/68264153/GabbzDruidMoP.rar"

  14. #89
    TehVoyager's Avatar I just love KuRIoS
    Reputation
    1282
    Join Date
    Nov 2010
    Posts
    2,733
    Thanks G/R
    85/470
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Gabbz, in regard to the Guardian Active mitigation thing, i think a toggle would work best.
    The Three states for Active mitigation could be Savage Defense Prefered, Frenzied Regen prefered, Balanced mode

    SD prefered: useful for fights like Galajal, Spirit Kings, and other Primary melee damage fights.
    uses SD while you are the primary boss target, uses SD again whenever SD falls off as long as theres rage. after the 45 sec that you can guarenteed keep SD 100% up it will use it on CD.

    FR Prefered: for fights like Stone Guard where unavoidable or magic damage is the primary damage source.
    Uses FR at x%, where X could be a calculation based on your HP% and your Vengance stack, so that you are maximizing your FR usage based upon your vengance!

    Balanced would work like the poster above suggested, making use of SD and FR dependant on HP and rage %'s, and maul to not cap rage. would be used for dungeons or raid trash.

    Additionally, a AOE / ST toggle would be nice. i think FirePong had one in his Cataclysm profile. tap left ctrl to switch between AOE and ST.


    (don't post things I post to Patreon.)

  15. #90
    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)
    Actually that sounds like a great idea about the Guardian active mitigation, maybe to toggle with right-ctrl (as I prefer left ctrl to toggle aoe-modes). Nice input!

Page 6 of 14 FirstFirst ... 2345678910 ... LastLast

Similar Threads

  1. [PQR] Nova Team Profiles
    By bu_ba_911 in forum WoW Bot Maps And Profiles
    Replies: 2341
    Last Post: 07-02-2018, 03:56 AM
  2. [PQR] Mage Profiles
    By discobob in forum WoW Bot Maps And Profiles
    Replies: 11
    Last Post: 04-07-2013, 04:46 PM
  3. [PQR] Nilrem Fire Mage profile
    By nilrem2004 in forum WoW Bot Maps And Profiles
    Replies: 7
    Last Post: 03-19-2013, 09:32 AM
  4. [PQR] Bossqwerty's MOP Mage Profiles
    By Bossqwerty in forum WoW Bot Maps And Profiles
    Replies: 154
    Last Post: 12-29-2012, 04:51 PM
  5. PQR PVP Hunter profile?
    By aLorzy91 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 07-29-2012, 02:32 AM
All times are GMT -5. The time now is 12:34 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