[PQR] Dominium's Restoration Shaman PvP! :3 menu

User Tag List

Page 8 of 10 FirstFirst ... 45678910 LastLast
Results 106 to 120 of 138
  1. #106
    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 machajr View Post
    hi its good profil.i only want to change frost shawk . i want use it when target is far from me not close to me how can i do it .
    Ability Editor -> Shaman -> Restoration PvP

    Find Frost Shawk.

    Find this line of code (it's near the bottom) "and IsSpellInRange("Primal Strike", "target") == 1"

    Replace it with "and PQR_UnitDistance("player", "target") > 20" -> that means it will cast it when you are more then 20 yards away from the target. You can change it to 30 or however many you want

    Should work

    [PQR] Dominium's Restoration Shaman PvP! :3
  2. #107
    machajr's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    38
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank u mate . also is that mean its only cast to that classes ?
    and (UnitClass("target") ~= "Mage" and UnitClass("target") ~= "Warlock" and UnitClass("target") ~= "Priest" and UnitClass("target") ~= "Hunter") then
    becouse i want to cast all of them.

  3. #108
    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)
    If u want it cast on all classes just remove that line, should work, if not, ill bb from the gym in an hour or so and ill help you out.

  4. #109
    machajr's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    38
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank u . i ll try it .
    when i remove that line it stop workin so im waiting to u
    Last edited by machajr; 01-05-2013 at 02:56 PM.

  5. #110
    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 machajr View Post
    thank u . i ll try it .
    when i remove that line it stop workin so im waiting to u
    Ah, it's because the line you removed had a 'then' after it. Remove it and put a 'then' in the line above ("and PQR_CustomTargetHP > 75 then")

  6. #111
    TKID's Avatar Member
    Reputation
    3
    Join Date
    Sep 2006
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dominium View Post
    Sure, might be a good idea, are you geared? How much does your healing surge heal?
    Yeah im fully geared. Are we sure we are talking about surge and not Wave? I was talking about healing wave atleast cus i get the feeling it doesnt cast that at all.

  7. #112
    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 TKID View Post
    Yeah im fully geared. Are we sure we are talking about surge and not Wave? I was talking about healing wave atleast cus i get the feeling it doesnt cast that at all.
    Yeah well I don't think it's coded into the arena profile. The BG profile casts Greater Healing Wave when Tidal Waves are up. You think I should add that to the arena profile too? Btw, downloaded the update?

    Edit - Ugh, didn't read your post closely enough :P Could you provide me with some pseudo-code for when to cast Healing Wave (Greater Healing Wave I guess?) in arena? Eg. if health < 85% but above something or bla bla bla. Would be cool!

  8. #113
    machajr's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    38
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah i know mate i need to add then and i already did it . but still not working my last part for frost shawk is
    if UnitExists("target")
    and UnitIsEnemy("target", "player")
    and PQR_UnitDistance("player", "target") > 20
    and PQR_SpellAvailable(8056)
    and PQR_CustomTargetHP > 20 then
    return true
    end

  9. #114
    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 machajr View Post
    yeah i know mate i need to add then and i already did it . but still not working my last part for frost shawk is
    if UnitExists("target")
    and UnitIsEnemy("target", "player")
    and PQR_UnitDistance("player", "target") > 20
    and PQR_SpellAvailable(8056)
    and PQR_CustomTargetHP > 20 then
    return true
    end
    Try to remove and UnitIsEnemy("target", "player") and see if that helps. Been bugging out for me lately..

    Good night, gtg. Gl!

  10. #115
    machajr's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    38
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nope not workn again we ll figure it out tomorrow then

  11. #116
    TKID's Avatar Member
    Reputation
    3
    Join Date
    Sep 2006
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dominium View Post
    Yeah well I don't think it's coded into the arena profile. The BG profile casts Greater Healing Wave when Tidal Waves are up. You think I should add that to the arena profile too? Btw, downloaded the update?

    Edit - Ugh, didn't read your post closely enough :P Could you provide me with some pseudo-code for when to cast Healing Wave (Greater Healing Wave I guess?) in arena? Eg. if health < 85% but above something or bla bla bla. Would be cool!
    Healing surge hits for 55k. this is without crit, earthshield, unleash elements.
    Healing WAVE hits for 37k ----- | | ---

    And for casting greater healing wave im unsure when to cast but maybe around 85%. all in all. maybe Healing surge at <70 %, Greater healing wave at 70 - 7X% and healing wave on everything above 80 %

  12. #117
    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 TKID View Post
    Healing surge hits for 55k. this is without crit, earthshield, unleash elements.
    Healing WAVE hits for 37k ----- | | ---

    And for casting greater healing wave im unsure when to cast but maybe around 85%. all in all. maybe Healing surge at <70 %, Greater healing wave at 70 - 7X% and healing wave on everything above 80 %
    Sure I'll try that, if I have time today. Btw I think Healing Wave should be like 88-100% hp, it's slow and not doesn't heal too much. GHW when between 75-88 then just healing surge. What do you think?

  13. #118
    TKID's Avatar Member
    Reputation
    3
    Join Date
    Sep 2006
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dominium View Post
    Sure I'll try that, if I have time today. Btw I think Healing Wave should be like 88-100% hp, it's slow and not doesn't heal too much. GHW when between 75-88 then just healing surge. What do you think?
    thats probably a good idea. Why i use that heal is mainly to keep people topped off(without going oom) aswell as stack the HP you get from the passive.

  14. #119
    Diavol's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Idk if you should even be using such a slow cast heal in arena, unless you have no mana for anything else... I mean, the way arena works these days, its a burst race. I foresee you getting caught casting a healing wave on someone at 85% hp and by the time it lands they will be 60% or less, puting you way behind in healing, or it will cancel halfway through the heal because they are dropping too low in order to cast a faster emergency heal... so then you wasted 1sec on the canceled cast and 1.5sec on the new one. But I guess that's the hardest part about creating a healing profile for arena; you just can't code anticipation. But maybe that's just my experience with almost every healing profile I have tried in arena.
    Maybe you could add a variable buff check on enemy arena units for big cd's and adjust healing skills accordingly. Or maybe a time check in between friendly unit hp drops; so if they are losing so much hp at a certain rate threshold, it will adjust accordingly.
    Idk just a couple cents. I am really looking forward to testing this more when I get my shaman to 90 though.

  15. #120
    Guinness's Avatar Member
    Reputation
    5
    Join Date
    Apr 2012
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So just tried the Arena profile and almost 90% of the time it just sits in a state of doing nothing . Will try and get you LUA errors tomorrow if there are any. I ended up just trying to use the BG profile. It worked a little better. I have had no issues in BG's with the BG profile, before today. Hadn't tried arena yet.

Page 8 of 10 FirstFirst ... 45678910 LastLast

Similar Threads

  1. [PQR-Continued] Resto Shaman PvP (Arena)
    By Partykilla in forum WoW Bot Maps And Profiles
    Replies: 23
    Last Post: 05-23-2016, 07:21 PM
  2. [PQR] Dominium's Windwalker Monk PvP
    By Dominium in forum WoW Bot Maps And Profiles
    Replies: 110
    Last Post: 12-07-2013, 04:00 AM
  3. [PQR] Resto Shaman PvP rotation reQuest
    By jyggns in forum WoW Bot Maps And Profiles
    Replies: 9
    Last Post: 12-26-2012, 12:58 PM
  4. [PQR]Dominium Ret pvp MoP improve request.
    By barandeniz in forum WoW Bot Maps And Profiles
    Replies: 0
    Last Post: 10-28-2012, 06:34 AM
  5. [Selling] 2 WoW Accounts |85 Draenei Restoration Shaman -EU - iLvl 372Pve | Priest 85 PVP -85 €
    By letrometra in forum WoW-EU Account Buy Sell Trade
    Replies: 2
    Last Post: 09-01-2011, 12:00 PM
All times are GMT -5. The time now is 07:04 PM. 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