[PQR] Holy Paladin PvP [NEW! Ret PvP Profile!] menu

User Tag List

Page 3 of 9 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 125
  1. #31
    aghost917's Avatar Corporal
    Reputation
    2
    Join Date
    Nov 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dominium View Post
    It will only heal your target if you target an ally. Just don't target anyone or target someone from the enemy team, I don't think it's possible to change.

    Thanks for the ID, I'll look into that. Everything else working alright?
    Turn Evil trys to cast on ally demon targets.

    I think you need to change your cleanse for 2v2 and 3v3

    PHP Code:
    if not UnitDebuffID("party1"8122)
    and 
    not UnitDebuffID("party1"5782)
    and 
    not UnitDebuffID("party1"111397)
    and 
    not UnitDebuffID("party1"118)
    and 
    not UnitDebuffID("party1"61305)
    and 
    not UnitDebuffID("party1"28272)
    and 
    not UnitDebuffID("party1"61721)
    and 
    not UnitDebuffID("party1"61780)
    and 
    not UnitDebuffID("party1"28271)
    and 
    not UnitDebuffID("party1"103139)
    and 
    not UnitDebuffID("party1"6358)
    and 
    not UnitDebuffID("party1"44572)
    and 
    not UnitDebuffID("party1"15487)
    and 
    not UnitDebuffID("party1"64044)
    and 
    not UnitDebuffID("party1"12598)
    and 
    not UnitDebuffID("party1"2139)
    and 
    not UnitDebuffID("party1"1499)
    and 
    not UnitDebuffID("party1"20066)
    and 
    not UnitDebuffID("party1"853)
    and 
    not UnitDebuffID("party1"105593)
    and 
    not UnitDebuffID("party1"31661)
    and 
    not UnitDebuffID("party1"5484)
    and 
    not UnitDebuffID("party1"339)
    and 
    not UnitDebuffID("party1"47476)
    and 
    not UnitDebuffID("party2"8122)
    and 
    not UnitDebuffID("party2"5782)
    and 
    not UnitDebuffID("party2"111397)
    and 
    not UnitDebuffID("party2"118)
    and 
    not UnitDebuffID("party2"61305)
    and 
    not UnitDebuffID("party2"28272)
    and 
    not UnitDebuffID("party2"61721)
    and 
    not UnitDebuffID("party2"61780)
    and 
    not UnitDebuffID("party2"28271)
    and 
    not UnitDebuffID("party2"103139)
    and 
    not UnitDebuffID("party2"6358)
    and 
    not UnitDebuffID("party2"44572)
    and 
    not UnitDebuffID("party2"15487)
    and 
    not UnitDebuffID("party2"64044)
    and 
    not UnitDebuffID("party2"12598)
    and 
    not UnitDebuffID("party2"2139)
    and 
    not UnitDebuffID("party2"1499)
    and 
    not UnitDebuffID("party2"20066)
    and 
    not UnitDebuffID("party2"853)
    and 
    not UnitDebuffID("party2"105593)
    and 
    not UnitDebuffID("party2"31661)
    and 
    not UnitDebuffID("party2"5484)
    and 
    not UnitDebuffID("party2"339)
    and 
    not UnitDebuffID("party2"47476)
    and 
    not UnitDebuffID("party3"8122)
    and 
    not UnitDebuffID("party3"5782)
    and 
    not UnitDebuffID("party3"111397)
    and 
    not UnitDebuffID("party3"118)
    and 
    not UnitDebuffID("party3"61305)
    and 
    not UnitDebuffID("party3"28272)
    and 
    not UnitDebuffID("party3"61721)
    and 
    not UnitDebuffID("party3"61780)
    and 
    not UnitDebuffID("party3"28271)
    and 
    not UnitDebuffID("party3"103139)
    and 
    not UnitDebuffID("party3"6358)
    and 
    not UnitDebuffID("party3"44572)
    and 
    not UnitDebuffID("party3"15487)
    and 
    not UnitDebuffID("party3"64044)
    and 
    not UnitDebuffID("party3"12598)
    and 
    not UnitDebuffID("party3"2139)
    and 
    not UnitDebuffID("party3"1499)
    and 
    not UnitDebuffID("party3"20066)
    and 
    not UnitDebuffID("party3"853)
    and 
    not UnitDebuffID("party3"105593)
    and 
    not UnitDebuffID("party3"31661)
    and 
    not UnitDebuffID("party3"5484)
    and 
    not UnitDebuffID("party3"339)
    and 
    not UnitDebuffID("party3"47476then
    return false
    end

    -- Party 1

    if PQR_SpellAvailable(4987)
    and 
    IsSpellInRange("Cleanse""party1") == 1
    and PQR_IsOutOfSight("party1"0.1) == false  then
    if not UnitDebuffID("party1"30108)
    and 
    not UnitDebuffID("party1"124465)
    then
    if UnitDebuffID("party1"8122)
    or 
    UnitDebuffID("party1"5782)
    or 
    UnitDebuffID("party1"111397)
    or 
    UnitDebuffID("party1"118)
    or 
    UnitDebuffID("party1"61305)
    or 
    UnitDebuffID("party1"28272)
    or 
    UnitDebuffID("party1"61721)
    or 
    UnitDebuffID("party1"61780)
    or 
    UnitDebuffID("party1"28271)
    or 
    UnitDebuffID("party1"103139)
    or 
    UnitDebuffID("party1"6358)
    or 
    UnitDebuffID("party1"44572)
    or 
    UnitDebuffID("party1"15487)
    or 
    UnitDebuffID("party1"64044)
    or 
    UnitDebuffID("party1"12598)
    or 
    UnitDebuffID("party1"2139)
    or 
    UnitDebuffID("party1"1499)
    or 
    UnitDebuffID("party1"20066)
    or 
    UnitDebuffID("party1"853)
    or 
    UnitDebuffID("party1"105593)
    or 
    UnitDebuffID("party1"31661)
    or 
    UnitDebuffID("party1"5484)
    or 
    UnitDebuffID("party1"339)
    or 
    UnitDebuffID("party1"47476then
    CastSpellByID
    (4987"party1")
    end
    end
    end

    -- Party 2

    if PQR_SpellAvailable(4987)
    and 
    IsSpellInRange("Cleanse""party2") == 
    and PQR_IsOutOfSight("party2"0.1) == false then
    if not UnitDebuffID("party2"30108)
    and 
    not UnitDebuffID("party2"124465)
    then
    if UnitDebuffID("party2"8122)
    or 
    UnitDebuffID("party2"5782)
    or 
    UnitDebuffID("party2"111397)
    or 
    UnitDebuffID("party2"118)
    or 
    UnitDebuffID("party2"61305)
    or 
    UnitDebuffID("party2"28272)
    or 
    UnitDebuffID("party2"61721)
    or 
    UnitDebuffID("party2"61780)
    or 
    UnitDebuffID("party2"28271)
    or 
    UnitDebuffID("party2"103139)
    or 
    UnitDebuffID("party2"6358)
    or 
    UnitDebuffID("party2"44572)
    or 
    UnitDebuffID("party2"15487)
    or 
    UnitDebuffID("party2"64044)
    or 
    UnitDebuffID("party2"12598)
    or 
    UnitDebuffID("party2"2139)
    or 
    UnitDebuffID("party2"1499)
    or 
    UnitDebuffID("party2"20066)
    or 
    UnitDebuffID("party2"853)
    or 
    UnitDebuffID("party2"105593)
    or 
    UnitDebuffID("party2"31661)
    or 
    UnitDebuffID("party2"5484)
    or 
    UnitDebuffID("party2"339)
    or 
    UnitDebuffID("party2"47476then
    CastSpellByID
    (4987"party2")
    end
    end
    end

    -- Party 3


    if PQR_SpellAvailable(4987)
    and 
    IsSpellInRange("Cleanse""party3") == 1
    and PQR_IsOutOfSight("party3"0.1) == false then
    if not UnitDebuffID("party3"30108)
    and 
    not UnitDebuffID("party3"124465)
    then
    if UnitDebuffID("party3"8122)
    or 
    UnitDebuffID("party3"5782)
    or 
    UnitDebuffID("party3"111397)
    or 
    UnitDebuffID("party3"118)
    or 
    UnitDebuffID("party3"61305)
    or 
    UnitDebuffID("party3"28272)
    or 
    UnitDebuffID("party3"61721)
    or 
    UnitDebuffID("party3"61780)
    or 
    UnitDebuffID("party3"28271)
    or 
    UnitDebuffID("party3"103139)
    or 
    UnitDebuffID("party3"6358)
    or 
    UnitDebuffID("party3"44572)
    or 
    UnitDebuffID("party3"15487)
    or 
    UnitDebuffID("party3"64044)
    or 
    UnitDebuffID("party3"12598)
    or 
    UnitDebuffID("party3"2139)
    or 
    UnitDebuffID("party3"1499)
    or 
    UnitDebuffID("party3"20066)
    or 
    UnitDebuffID("party3"853)
    or 
    UnitDebuffID("party3"105593)
    or 
    UnitDebuffID("party3"31661)
    or 
    UnitDebuffID("party3"5484)
    or 
    UnitDebuffID("party3"339)
    or 
    UnitDebuffID("party3"47476then
    CastSpellByID
    (4987"party3")
    end
    end
    end 
    The way you have it if party1 doesnt have anything to dispell it wont look for the other party members. And I dont know why you have it using "not UnitDebuffID" b/c it does it again when it looks to see if party member has the debuff id

    Also i think the only way to get PQR to CLeanse all targets in Rbgs is to have it coded like this

    PHP Code:
    -- member 1

    if PQR_SpellAvailable(4987)
    and 
    not UnitIsDeadOrGhost(member[1])
    and 
    IsSpellInRange("Cleanse"member[1]) == 1
    and PQR_IsOutOfSight(member[1], 0.1) == false  then
    if not UnitDebuffID(member[1], 30108)
    and 
    not UnitDebuffID(member[1], 124465)
    then
    if UnitDebuffID(member[1], 8122)
    or 
    UnitDebuffID(member[1], 5782)
    or 
    UnitDebuffID(member[1], 111397)
    or 
    UnitDebuffID(member[1], 118)
    or 
    UnitDebuffID(member[1], 61305)
    or 
    UnitDebuffID(member[1], 28272)
    or 
    UnitDebuffID(member[1], 61721)
    or 
    UnitDebuffID(member[1], 61780)
    or 
    UnitDebuffID(member[1], 28271)
    or 
    UnitDebuffID(member[1], 103139)
    or 
    UnitDebuffID(member[1], 6358)
    or 
    UnitDebuffID(member[1], 44572)
    or 
    UnitDebuffID(member[1], 15487)
    or 
    UnitDebuffID(member[1], 64044)
    or 
    UnitDebuffID(member[1], 12598)
    or 
    UnitDebuffID(member[1], 2139)
    or 
    UnitDebuffID(member[1], 1499)
    or 
    UnitDebuffID(member[1], 20066)
    or 
    UnitDebuffID(member[1], 853)
    or 
    UnitDebuffID(member[1], 105593)
    or 
    UnitDebuffID(member[1], 31661)
    or 
    UnitDebuffID(member[1], 5484)
    or 
    UnitDebuffID(member[1], 339)
    or 
    UnitDebuffID(member[1], 47476then
    CastSpellByID
    (4987member[1])
    end
    end
    end 
    And do that for each member so for Rbgs it would goto 10. Btw ^^^ code doesnt work b/c i dont know how to do raid members.
    Last edited by aghost917; 12-05-2012 at 07:39 PM.

    [PQR] Holy Paladin PvP [NEW! Ret PvP Profile!]
  2. #32
    Vinshom's Avatar Contributor
    Reputation
    86
    Join Date
    Apr 2012
    Posts
    426
    Thanks G/R
    11/21
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello Dominium, I am trying to fix SM holy paladin pve profile, I was asked a help and I am not a pally what so ever!! Can you tell me what have they changed for holy pve since 5.1 came out.

    1- Any new spell.
    2- Any spell id change. Thank you

  3. #33
    Yiannisg's Avatar Private
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice job Dominium, any chance to make hand of freedom working? its a must for arena.

  4. #34
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for your reports everyone, keep them coming. I will make an update during the weekend fixing all the stuff.

    Yiannisg, yeah, I just gota update spell IDs (something broke since 5.1) and HoF is ready.

    Cheers!

  5. #35
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [QUOTE=aghost917;2607920]Turn Evil trys to cast on ally demon targets.

    I think you need to change your cleanse for 2v2 and 3v3

    PHP Code:
    if not UnitDebuffID("party1"8122)
    and 
    not UnitDebuffID("party1"5782)
    and 
    not UnitDebuffID("party1"111397)
    and 
    not UnitDebuffID("party1"118)
    and 
    not UnitDebuffID("party1"61305)
    and 
    not UnitDebuffID("party1"28272)
    and 
    not UnitDebuffID("party1"61721)
    and 
    not UnitDebuffID("party1"61780)
    and 
    not UnitDebuffID("party1"28271)
    and 
    not UnitDebuffID("party1"103139)
    and 
    not UnitDebuffID("party1"6358)
    and 
    not UnitDebuffID("party1"44572)
    and 
    not UnitDebuffID("party1"15487)
    and 
    not UnitDebuffID("party1"64044)
    and 
    not UnitDebuffID("party1"12598)
    and 
    not UnitDebuffID("party1"2139)
    and 
    not UnitDebuffID("party1"1499)
    and 
    not UnitDebuffID("party1"20066)
    and 
    not UnitDebuffID("party1"853)
    and 
    not UnitDebuffID("party1"105593)
    and 
    not UnitDebuffID("party1"31661)
    and 
    not UnitDebuffID("party1"5484)
    and 
    not UnitDebuffID("party1"339)
    and 
    not UnitDebuffID("party1"47476)
    and 
    not UnitDebuffID("party2"8122)
    and 
    not UnitDebuffID("party2"5782)
    and 
    not UnitDebuffID("party2"111397)
    and 
    not UnitDebuffID("party2"118)
    and 
    not UnitDebuffID("party2"61305)
    and 
    not UnitDebuffID("party2"28272)
    and 
    not UnitDebuffID("party2"61721)
    and 
    not UnitDebuffID("party2"61780)
    and 
    not UnitDebuffID("party2"28271)
    and 
    not UnitDebuffID("party2"103139)
    and 
    not UnitDebuffID("party2"6358)
    and 
    not UnitDebuffID("party2"44572)
    and 
    not UnitDebuffID("party2"15487)
    and 
    not UnitDebuffID("party2"64044)
    and 
    not UnitDebuffID("party2"12598)
    and 
    not UnitDebuffID("party2"2139)
    and 
    not UnitDebuffID("party2"1499)
    and 
    not UnitDebuffID("party2"20066)
    and 
    not UnitDebuffID("party2"853)
    and 
    not UnitDebuffID("party2"105593)
    and 
    not UnitDebuffID("party2"31661)
    and 
    not UnitDebuffID("party2"5484)
    and 
    not UnitDebuffID("party2"339)
    and 
    not UnitDebuffID("party2"47476)
    and 
    not UnitDebuffID("party3"8122)
    and 
    not UnitDebuffID("party3"5782)
    and 
    not UnitDebuffID("party3"111397)
    and 
    not UnitDebuffID("party3"118)
    and 
    not UnitDebuffID("party3"61305)
    and 
    not UnitDebuffID("party3"28272)
    and 
    not UnitDebuffID("party3"61721)
    and 
    not UnitDebuffID("party3"61780)
    and 
    not UnitDebuffID("party3"28271)
    and 
    not UnitDebuffID("party3"103139)
    and 
    not UnitDebuffID("party3"6358)
    and 
    not UnitDebuffID("party3"44572)
    and 
    not UnitDebuffID("party3"15487)
    and 
    not UnitDebuffID("party3"64044)
    and 
    not UnitDebuffID("party3"12598)
    and 
    not UnitDebuffID("party3"2139)
    and 
    not UnitDebuffID("party3"1499)
    and 
    not UnitDebuffID("party3"20066)
    and 
    not UnitDebuffID("party3"853)
    and 
    not UnitDebuffID("party3"105593)
    and 
    not UnitDebuffID("party3"31661)
    and 
    not UnitDebuffID("party3"5484)
    and 
    not UnitDebuffID("party3"339)
    and 
    not UnitDebuffID("party3"47476then
    return false
    end

    -- Party 1

    if PQR_SpellAvailable(4987)
    and 
    IsSpellInRange("Cleanse""party1") == 1
    and PQR_IsOutOfSight("party1"0.1) == false  then
    if not UnitDebuffID("party1"30108)
    and 
    not UnitDebuffID("party1"124465)
    then
    if UnitDebuffID("party1"8122)
    or 
    UnitDebuffID("party1"5782)
    or 
    UnitDebuffID("party1"111397)
    or 
    UnitDebuffID("party1"118)
    or 
    UnitDebuffID("party1"61305)
    or 
    UnitDebuffID("party1"28272)
    or 
    UnitDebuffID("party1"61721)
    or 
    UnitDebuffID("party1"61780)
    or 
    UnitDebuffID("party1"28271)
    or 
    UnitDebuffID("party1"103139)
    or 
    UnitDebuffID("party1"6358)
    or 
    UnitDebuffID("party1"44572)
    or 
    UnitDebuffID("party1"15487)
    or 
    UnitDebuffID("party1"64044)
    or 
    UnitDebuffID("party1"12598)
    or 
    UnitDebuffID("party1"2139)
    or 
    UnitDebuffID("party1"1499)
    or 
    UnitDebuffID("party1"20066)
    or 
    UnitDebuffID("party1"853)
    or 
    UnitDebuffID("party1"105593)
    or 
    UnitDebuffID("party1"31661)
    or 
    UnitDebuffID("party1"5484)
    or 
    UnitDebuffID("party1"339)
    or 
    UnitDebuffID("party1"47476then
    CastSpellByID
    (4987"party1")
    end
    end
    end

    -- Party 2

    if PQR_SpellAvailable(4987)
    and 
    IsSpellInRange("Cleanse""party2") == 
    and PQR_IsOutOfSight("party2"0.1) == false then
    if not UnitDebuffID("party2"30108)
    and 
    not UnitDebuffID("party2"124465)
    then
    if UnitDebuffID("party2"8122)
    or 
    UnitDebuffID("party2"5782)
    or 
    UnitDebuffID("party2"111397)
    or 
    UnitDebuffID("party2"118)
    or 
    UnitDebuffID("party2"61305)
    or 
    UnitDebuffID("party2"28272)
    or 
    UnitDebuffID("party2"61721)
    or 
    UnitDebuffID("party2"61780)
    or 
    UnitDebuffID("party2"28271)
    or 
    UnitDebuffID("party2"103139)
    or 
    UnitDebuffID("party2"6358)
    or 
    UnitDebuffID("party2"44572)
    or 
    UnitDebuffID("party2"15487)
    or 
    UnitDebuffID("party2"64044)
    or 
    UnitDebuffID("party2"12598)
    or 
    UnitDebuffID("party2"2139)
    or 
    UnitDebuffID("party2"1499)
    or 
    UnitDebuffID("party2"20066)
    or 
    UnitDebuffID("party2"853)
    or 
    UnitDebuffID("party2"105593)
    or 
    UnitDebuffID("party2"31661)
    or 
    UnitDebuffID("party2"5484)
    or 
    UnitDebuffID("party2"339)
    or 
    UnitDebuffID("party2"47476then
    CastSpellByID
    (4987"party2")
    end
    end
    end

    -- Party 3


    if PQR_SpellAvailable(4987)
    and 
    IsSpellInRange("Cleanse""party3") == 1
    and PQR_IsOutOfSight("party3"0.1) == false then
    if not UnitDebuffID("party3"30108)
    and 
    not UnitDebuffID("party3"124465)
    then
    if UnitDebuffID("party3"8122)
    or 
    UnitDebuffID("party3"5782)
    or 
    UnitDebuffID("party3"111397)
    or 
    UnitDebuffID("party3"118)
    or 
    UnitDebuffID("party3"61305)
    or 
    UnitDebuffID("party3"28272)
    or 
    UnitDebuffID("party3"61721)
    or 
    UnitDebuffID("party3"61780)
    or 
    UnitDebuffID("party3"28271)
    or 
    UnitDebuffID("party3"103139)
    or 
    UnitDebuffID("party3"6358)
    or 
    UnitDebuffID("party3"44572)
    or 
    UnitDebuffID("party3"15487)
    or 
    UnitDebuffID("party3"64044)
    or 
    UnitDebuffID("party3"12598)
    or 
    UnitDebuffID("party3"2139)
    or 
    UnitDebuffID("party3"1499)
    or 
    UnitDebuffID("party3"20066)
    or 
    UnitDebuffID("party3"853)
    or 
    UnitDebuffID("party3"105593)
    or 
    UnitDebuffID("party3"31661)
    or 
    UnitDebuffID("party3"5484)
    or 
    UnitDebuffID("party3"339)
    or 
    UnitDebuffID("party3"47476then
    CastSpellByID
    (4987"party3")
    end
    end
    end 
    The way you have it if party1 doesnt have anything to dispell it wont look for the other party members. And I dont know why you have it using "not UnitDebuffID" b/c it does it again when it looks to see if party member has the debuff id

    Wow, thanks! Totally didn't think about that Weird noone else pointed this out. Definitely my #1 thing to fix. As for me first checking the "not ..." and then once again checking if they are... well I just want to be 100% sure about it, also that makes sure that it never gets stuck Doesn't really change anything except for being a lot of code :P

    Once again thanks, + rep.

    PS As for RBG cleansing I am still not sure what to do, I will check out a few PvP profiles (not many out there :<) and see how other devs did it.

  6. #36
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OMFG I've been trying to fix HoF for an hour and found out that the problem was me checking for 'and ...' with nothing after the 'and' -.-'

  7. #37
    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)
    Originally Posted by Dominium View Post
    OMFG I've been trying to fix HoF for an hour and found out that the problem was me checking for 'and ...' with nothing after the 'and' -.-'
    Lol :P When can we expect to see the new update pushed out then?

  8. #38
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by maleth View Post
    Lol :P When can we expect to see the new update pushed out then?
    Tomorrow afternoon, got RBGs now :P Also managed to get a working RBG dispel thingy (copied from Cokx resto profile) although it sometimes drops my FPS quite badly, even though it's not causing Lua errors - I'll look into that. Also fixed Turn Undead.

  9. #39
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vinshom View Post
    Hello Dominium, I am trying to fix SM holy paladin pve profile, I was asked a help and I am not a pally what so ever!! Can you tell me what have they changed for holy pve since 5.1 came out.

    1- Any new spell.
    2- Any spell id change. Thank you
    Sorry for answering so late, nope, no new spells or changes in 5.1 And I can't really help you with a pve profile since I don't do any Pve :<

  10. #40
    Edsaxe's Avatar Member
    Reputation
    2
    Join Date
    Sep 2011
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just wondering for people using this profile, what stat, gem and reforge priorities would you recommend?

    For RBG's, spirit and resil, and crit for arena?

  11. #41
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For me: RBG: int>spirit>haste>rest

    Arena: int>spirit>mastery>rest

    I gem for mainly int but got some int/resilience gems too

  12. #42
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    UPDATE 09/12/2012 !

    So far got these changes:
    -fixed dispelling in arena
    -added a mouseover HoJ on left shift for those that want it...
    -fixed HoF
    -added a special HoF for when running 2s with a warrior, will only HoF him during reck/avatar, otherwise you gota HoF manually (this is so he can have 100% uptime during CDs)
    -fixed a few spell IDs

    DOWNLOAD
    Last edited by Dominium; 12-09-2012 at 03:20 PM.

  13. #43
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bump because of new update!

  14. #44
    aghost917's Avatar Corporal
    Reputation
    2
    Join Date
    Nov 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dominium View Post
    Also managed to get a working RBG dispel thingy
    Where is the code for it? I dont see it in your new download.

    Edit Nvm i found it...

  15. #45
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aghost917 View Post
    Where is the code for it? I dont see it in your new download.

    Edit Nvm i found it...
    Note that it isnt working yet.. I concentrated on arena this time.

Page 3 of 9 FirstFirst 1234567 ... LastLast

Similar Threads

  1. [Selling] [PQR] Huntards BM PvP Profile - Exclusive Edition
    By n00bch0p in forum World of Warcraft Buy Sell Trade
    Replies: 3
    Last Post: 03-27-2013, 04:55 PM
  2. [PQR Request] Destruction PVP profile
    By Frissle in forum WoW Bot Maps And Profiles
    Replies: 2
    Last Post: 03-14-2013, 04:10 PM
  3. [PQR] There warlock pvp profile?
    By Stein6 in forum WoW Bot Maps And Profiles
    Replies: 4
    Last Post: 03-02-2013, 08:08 AM
  4. [Holy Paladin PvP] Haith's Holy Paladin Guide
    By Haith in forum World of Warcraft Guides
    Replies: 7
    Last Post: 05-12-2010, 01:13 PM
  5. [Holy Paladin PvP] Tips & Strats
    By Greatdrak in forum World of Warcraft Guides
    Replies: 7
    Last Post: 05-11-2010, 04:37 PM
All times are GMT -5. The time now is 10:39 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search