[PQR] MOP profiles menu

Shout-Out

User Tag List

Page 16 of 24 FirstFirst ... 121314151617181920 ... LastLast
Results 226 to 240 of 351
  1. #226
    Meatglue's Avatar Active Member
    Reputation
    16
    Join Date
    Aug 2011
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Shadow Priest PvP profile is good but needs dispel protection and offense dispels like ice shield etc..

    [PQR] MOP profiles
  2. #227
    KillianD's Avatar Member
    Reputation
    3
    Join Date
    Feb 2012
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Sheep or someone who can help.
    For your Shadow PvE Profile can you help me out but telling me how to add ~ Use Mind Sear when Left Shift key is down.

  3. #228
    daveyboyuk's Avatar Active Member
    Reputation
    31
    Join Date
    May 2009
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey sheep been using ur demo profile and noticed something

    if im smashing a training dummy i noticed it likes to use life tap a lot which is fine but it occured to me that its not using mortal coil to regain health i dunno if it has been coded into the profile but it might be nice even in a raid situation to include it for a free heal at say 50%hp to take away a little strain from healers im guessing bosses will be immune to the fear effect but i think u still get the heal from it

  4. #229
    Shamrockstar's Avatar Member
    Reputation
    51
    Join Date
    May 2007
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ sheep, I noticed you have as many posts as rep (102) and it just looks funky, +5 for your profiles!

  5. #230
    Meatglue's Avatar Active Member
    Reputation
    16
    Join Date
    Aug 2011
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sheuron gave me this code for Polymorph, I think you should add it to your Mage PvP profiles. Ran out of hot keys to use for things like Ring of Frost, not sure what I will change that one too haha.

    Code:
    if not polyfunctions then
    
      function BeingTarget(t)
        if UnitIsUnit("target",t) then return true end
        for i=1, GetNumGroupMembers(), 1 do
          local member = "party"..tostring(i)
          if UnitIsUnit(member.."target",t) then return true end
        end
      end
    
      function CanbeCC(t)
        local debuff = { 118, 90337, 82676, 49203, 1499, 51514, 6770, 20066, 19386, 5484, 6358, 
                         8122, 5782, 2094, 33786, 605, 19503 }
        if not  HaveDebuff(t,debuff,1) 
        and not BeingTarget(t) 
        and not PQR_IsOutOfSight(t) 
        and not UnitIsDeadOrGhost(t) 
        and UnitCanAttack("player",t) 
        and IsSpellInRange(tostring(GetSpellInfo(118)),t) == 1 
        then return true end
      end
    
      polyfunctions = true
    
    end
    
    if IsLeftControlKeyDown() and not GetCurrentKeyBoardFocus() then 
      if CanbeCC("mouseover") then PQR_CustomTarget = "mouseover" return true 
      elseif CanbeCC("focus") then PQR_CustomTarget = "focus" return true 
      else 
        for n=1,GetNumArenaOpponents() do
          if CanbeCC("arena"..n) then PQR_CustomTarget = "arena"..n return true end
        end
      end
    end
    Last edited by Meatglue; 09-23-2012 at 12:16 AM.

  6. #231
    wrnz's Avatar Private
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Sheepmoon .. Once again thanks alot for the Paladin profile. I got a question about Divine Purpose sometimes i don't see it use the procs for it. I might be wrong just letting u know.

  7. #232
    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 haven't tried the healer profiles yet. Do they automatically choose which person in the party to heal, or do you have to mouseover, etc?

  8. #233
    MACH9 WoW Services's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    219
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    They automatically do, but I wouldn't mind mouseover because I'm mainly a paladin (Main tank healer) and want it to only heal who I choose.

  9. #234
    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 want to use it for multiboxing, so having it automatically choose whoever is the lowest health is awesome for me! Now I can just pay attention to positioning and not standing in fire, etc lol

  10. #235
    Voli's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sheep, for balance druid. can it be adapted to work with soul of the forest instead of incarnation?

  11. #236
    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 Voli View Post
    Sheep, for balance druid. can it be adapted to work with soul of the forest instead of incarnation?
    Why would you want that though? Most sites including EJ agrees Incarnation is the best to use.

  12. #237
    Meatglue's Avatar Active Member
    Reputation
    16
    Join Date
    Aug 2011
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any chance of monk profiles? Mist specifically, can't find a good one to use right now haha. idTip isn't working out too well for Nova's.

  13. #238
    endersblade's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Meatglue View Post
    Any chance of monk profiles? Mist specifically, can't find a good one to use right now haha. idTip isn't working out too well for Nova's.
    Same here. The WW profiles lock up the UI for some reason, and the MW profiles...I'm not entirely sure what the thought process is on those O_o. Maybe I'm completely ignorant of the spec or something, but they really don't seem to function properly for me. Don't know how to explain it...they just OOM in seconds, even when canceling casts on people who don't need healing.

  14. #239
    Meatglue's Avatar Active Member
    Reputation
    16
    Join Date
    Aug 2011
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by endersblade View Post
    Same here. The WW profiles lock up the UI for some reason, and the MW profiles...I'm not entirely sure what the thought process is on those O_o. Maybe I'm completely ignorant of the spec or something, but they really don't seem to function properly for me. Don't know how to explain it...they just OOM in seconds, even when canceling casts on people who don't need healing.
    I talked to Bubba, his monk profiles are outdated and are in the queue for repair. I am digging Sheepmoon's pvp style in his profiles. Let's hope Sheep's queue is high for monk. :P

  15. #240
    endersblade's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Meatglue View Post
    I talked to Bubba, his monk profiles are outdated and are in the queue for repair. I am digging Sheepmoon's pvp style in his profiles. Let's hope Sheep's queue is high for monk. :P
    Right on, thanks for the update :-P

    I guess I'm putting my monk on the backburner for now. I only have the gear for MW at the moment, and really don't feel like taking the time to farm/pay for a BM set lol. I'm not a DPS player, so I'm really only interested in MW and BM. And without gear, that leaves me with just MW to play lol. Looking forward to the updates for sure!

Page 16 of 24 FirstFirst ... 121314151617181920 ... 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 07:31 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