[PQR] MOP profiles menu

User Tag List

Page 23 of 24 FirstFirst ... 192021222324 LastLast
Results 331 to 345 of 351
  1. #331
    Skynet251's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for the quick response.
    Great forum, I love it!

    [PQR] MOP profiles
  2. #332
    leonel916's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone could share a pvp warlock file? desto or demon?

  3. #333
    Ultro's Avatar Corporal
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vinshom View Post
    Fire and Frost (PVP) Mage.zip

    Credit goes to Gabzz's tips for this fix.
    Problem. When you push button Shift, at the same time there is a blink and frost Elem.

  4. #334
    TheGreatRowaH's Avatar Member
    Reputation
    47
    Join Date
    May 2008
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone help me with swiftmend in the resto druid profile? It only seems to cast when I have rejuvenation on ME, and not an injured player.

  5. #335
    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)
    @TheGreatRowaH I would suggest you try the Nova ([PQR] Nova Team Profiles) Resto-druid profile as an alternative until you get that solved, its great and keeps getting better!

  6. #336
    TheGreatRowaH's Avatar Member
    Reputation
    47
    Join Date
    May 2008
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah, it's just that nova's doesn't do too well with clearcasts, tranquility, and tree of life. Sheepmoon is flawless in other regards, just the swiftmend issue bugs me.

  7. #337
    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)
    Oh, I see. Maybe something odd in his "Swiftmend Spam"-ability? Is it in the AoE-portion of the profile I assume?

    Swiftmend code:
    if members[1].HP < 95
    and GetSpellCooldown(18562) == 0 then

    if HaveBuff(members[1].Unit,774,0,"PLAYER")
    or HaveBuff(members[1].Unit,8936,0,"PLAYER")
    then
    PQR_CustomTarget = members[1].Unit
    return true
    end

    end
    Swiftmend spam code:
    local Rejuv = UnitBuffID("player", 774, "player")
    local Reg = UnitBuffID("player", 8936, "player")
    local CanMend = 1

    if Rejuv == nil and Reg == nil then
    CanMend = 0
    end

    if CanMend ~= nil then

    if GetSpellCooldown(18562) == 0
    and PQR_IsMoving(1) == false
    then
    return true
    end

    end
    Would changing "Player" to "Unit" work? Im just taking a wild guess here, thinking maybe it considers other party-members as Units since you are "Player".

  8. #338
    TheGreatRowaH's Avatar Member
    Reputation
    47
    Join Date
    May 2008
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post


    Would changing "Player" to "Unit" work? Im just taking a wild guess here, thinking maybe it considers other party-members as Units since you are "Player".

    Tested, changed

    if HaveBuff(members[1].Unit,774,0,"PLAYER")
    or HaveBuff(members[1].Unit,8936,0,"PLAYER")

    to

    if HaveBuff(members[1].Unit,774,0,"unit")
    or HaveBuff(members[1].Unit,8936,0,"unit")

    and it didn't work. The player one works fine when I have a rejuvenation on me though.
    Last edited by TheGreatRowaH; 01-08-2013 at 08:55 AM.

  9. #339
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just put a check to see if it's not on you and cast anyways.

  10. #340
    Papirico's Avatar Private
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You don't know any good Shadow Priest rotations?

  11. #341
    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 Papirico View Post
    You don't know any good Shadow Priest rotations?
    Yes, here's the best I know of:
    http://www.ownedcore.com/forums/worl...-profiles.html ([PQR] Nova Team Profiles)

  12. #342
    rulyraven's Avatar Private
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    REP+++ - could u make a monk tank one ? plz

  13. #343
    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)
    rulyraven - sheepmoon is no longer on ownedcore since some time, you should try rubim or kuukuu's brewmaster-profiles.

  14. #344
    wanted77's Avatar Member
    Reputation
    2
    Join Date
    Jan 2013
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    having no probs with the fire pvp mage profile, but wanted to try frost, and it doesnt even kick in (tried starting with a living bomb, another spell etc)
    it doesnt self buff with armor like the fire one does.
    any thoughts...? tried shutting down pqr and wow, cache clean etc, but everytime i relaunch fire it works perfetly, frost one just doesnt want to start at all....

  15. #345
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wanted77 View Post
    having no probs with the fire pvp mage profile, but wanted to try frost, and it doesnt even kick in (tried starting with a living bomb, another spell etc)
    it doesnt self buff with armor like the fire one does.
    any thoughts...? tried shutting down pqr and wow, cache clean etc, but everytime i relaunch fire it works perfetly, frost one just doesnt want to start at all....
    The problem is the profiles (especially the Mage ones) are outdated, and many of us have had to apply edits to them (removals of old spell Ids/ additions of new ones, etc.) to keep them working.

    I've PMed you both Fire and Frost PvP profiles with the necessary edits, but keep in mind that when 5.2 hits on the 5th, these will probably need more fixes if Blizzard changes anything.

Page 23 of 24 FirstFirst ... 192021222324 LastLast

Similar Threads

  1. [PQR] - GRB profiles
    By GRB in forum WoW Bot Maps And Profiles
    Replies: 8
    Last Post: 05-23-2013, 01:43 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 Request : Shaman Enhencement 5.1 MOP Profiles
    By Pluviuss in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 03-02-2013, 11:21 PM
  4. [PQR] MoP set-up, help! Feral Druid PVE profiles?
    By zexa1 in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 01-20-2013, 08:21 PM
  5. PQR Old profiles
    By Fumi in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 05-08-2012, 02:35 PM
All times are GMT -5. The time now is 10:08 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