[PQR] Disc Priest PvP Public Edition menu

User Tag List

Page 4 of 8 FirstFirst 12345678 LastLast
Results 46 to 60 of 114
  1. #46
    SourSkittles's Avatar Member
    Reputation
    6
    Join Date
    Sep 2012
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by testintehbot View Post
    my spirit is 6534, and my combat regen is 9687 and out of cobat regen 13375
    okay then that is more than likely the reason right there on why your mana drains pretty quickly, once you start getting it a higher you more than likely will not have this issue anymore.

    [PQR] Disc Priest PvP Public Edition
  2. #47
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    New build up.
    - Added Redbaron's Antistealth code.
    - Fixed offensive dispels
    - Fixed poly swd logic
    Last edited by cpowroks; 06-07-2013 at 04:13 PM.
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  3. #48
    Jooknow's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you make it so it heals pets? Doesn't ever seem to heal pets.

  4. #49
    lokivoid's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Might want to fix your LOS checks and add a range check.

    if members[i].HP < FlashHealHP
    and PQR_IsOutOfSight("target", 0.1) == false (no point in checking "target", when the spell is cast at definition of member[1], also no need for timer variable check on LOS)
    and not PQR_IsMoving(1) then
    _castSpell(2061, members[i].Unit)
    It should be more like this
    if members[i].HP < FlashHealHP
    and PQR_IsOutOfSight(members[1].Unit) == false
    and IsSpellInRange(GetSpellInfo(2061),members[1].Unit) == 1
    and not PQR_IsMoving(1) then
    _castSpell(2061, members[i].Unit)

  5. #50
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh yeah, thanks man. Totally over looked that. Also, i dont need to add a range check because there a range check in the _castSpell Function.
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  6. #51
    carbide's Avatar Private
    Reputation
    1
    Join Date
    May 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could you add grounding totem downing logic to profile? For example, cast SW:P to nearest target when grounding exist?
    Something like this:

    local InterruptSpells = {8177}

    if PQR_SpellAvailable(589) then
    for i=1, #cTar do
    if UnitExists(cTar[i]) then
    local spellName, _, _, _, _, endCast, _, _, canInterrupt = UnitCastingInfo(cTar[i])
    for _, v in ipairs(InterruptSpells) do
    if GetSpellInfo(v) == spellName then
    SpellStopCasting()
    TargetNearestEnemy()
    CastSpellByName(GetSpellInfo(589))
    end
    end
    end
    end
    end

  7. #52
    sprxxx's Avatar Member
    Reputation
    2
    Join Date
    May 2012
    Posts
    56
    Thanks G/R
    2/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello! What exactly is the difference between this and the premium version?

  8. #53
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Jukes like a champ, pqi intergration. better swd logic, few other cool things. Ive tested the paid one up to 2200 mmr. its pretty good.

    Anyways. new build up. and new download link. You need to re download the profile through the link to get the update then you can dl through pqr for future updates.(Updated my folder structure for my pqr profiles.)

    https://dl.dropboxusercontent.com/u/...20Profiles.zip

    v 1.4
    - Fixed LoS checks
    - New download link
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  9. #54
    Apocalypse59's Avatar Knight
    Reputation
    17
    Join Date
    Apr 2012
    Posts
    221
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is an absolutely beastly profile. I'd PvP more but damn, the gear grind is pretty steep.
    Even compared to PvE, or hey maybe it's just me.
    All I know is that I was absolutely wrecking the charts in really shitty gear.
    I bet this thing dominates in full Tyrannical.
    Plus the paid profile probably is nuts.
    I'd buy it.

  10. #55
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cpowroks View Post
    Jukes like a champ, pqi intergration. better swd logic, few other cool things. Ive tested the paid one up to 2200 mmr. its pretty good.

    Anyways. new build up. and new download link. You need to re download the profile through the link to get the update then you can dl through pqr for future updates.(Updated my folder structure for my pqr profiles.)

    https://dl.dropboxusercontent.com/u/...20Profiles.zip

    v 1.4
    - Fixed LoS checks
    - New download link
    I was looking at the code and you should Dispel Alter Time ASAP

    And I like the aggressive flash heal play style... You'll use this 90% of the time XD
    Last edited by xLegendx; 06-10-2013 at 02:50 AM.

  11. #56
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok ill add it. Didnt even know it was dispellable x.x thought its 100% hilarious when i insta dispel pred swiftness then the druid gets out of form and hard casts cyclone
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  12. #57
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cpowroks View Post
    ok ill add it. Didnt even know it was dispellable x.x thought its 100% hilarious when i insta dispel pred swiftness then the druid gets out of form and hard casts cyclone
    Lol yeah, you can dispell it :P
    And LMAO xD

    I can't imagine their reaction

    I was thinking about switching my priest to Disc and asking a GM to refund all my shadow gear that costs conquest but, I don't know if I should
    I don't know how some of these top tier players have 2 sets
    Last edited by xLegendx; 06-10-2013 at 01:58 PM.

  13. #58
    scottoski's Avatar Corporal
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure why I cant get this too work, put data in data folder, put pqi in pqi folder and put profiles in profile folder, but none of them seem to be in there, can anyone help me out with this?

  14. #59
    sparkyiezz's Avatar Member
    Reputation
    3
    Join Date
    Apr 2013
    Posts
    282
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anyone tell me how good this profile is in arena? the paid version is real good? what rating has people gotten in 3's?

  15. #60
    shemikle's Avatar Member
    Reputation
    3
    Join Date
    Oct 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sparkyiezz View Post
    can anyone tell me how good this profile is in arena? the paid version is real good? what rating has people gotten in 3's?
    I didnt test the paid version ( no job atm ) but with the public edition i got to 2053 in 3´s and 1950 in 2´s, ofc it help to know your class and your teammates and all that stuff.

    All in all i say if you have the money to support cpowroks its a nice profile to invest in.

Page 4 of 8 FirstFirst 12345678 LastLast

Similar Threads

  1. [PQR] Resto Shaman PvP Public Edition
    By cpowroks in forum WoW Bot Maps And Profiles
    Replies: 13
    Last Post: 02-13-2015, 05:05 PM
  2. [Selling] Disc Priest PvP Premium Profile
    By cpowroks in forum World of Warcraft Buy Sell Trade
    Replies: 23
    Last Post: 07-26-2013, 06:25 AM
  3. [PQR] LF Disc Priest PVP Profile
    By Marvalus in forum WoW Bot Maps And Profiles
    Replies: 7
    Last Post: 04-21-2013, 03:56 PM
  4. PQR- Disc Priest PvP 5.2 is here
    By Vinshom in forum WoW Bot Maps And Profiles
    Replies: 27
    Last Post: 04-21-2013, 03:43 PM
  5. [Question] regarding disc priests (pvp)
    By Trollblod in forum World of Warcraft General
    Replies: 2
    Last Post: 05-13-2010, 05:03 AM
All times are GMT -5. The time now is 01: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