[PQR Profile] CodeMyLife MoP Paladin Protection/Retribution Rotation. menu

User Tag List

Page 9 of 45 FirstFirst ... 5678910111213 ... LastLast
Results 121 to 135 of 668
  1. #121
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pve View Post
    I apologize, I was referring to Execution Sentence. Holy Prism works perfectly, as does Light's Hammer (with ctrl held). To use Execution Sentence as of now, I have to pause rotation(alt) and use the key-bind I have set, then release the pause. This is no big deal, and I do it anyways for other abilities, it just feels awkward.

    It would be amazing if in the future, the ctrl to cast mechanic you used for light's hammer could also work with Execution Sentence. Thanks again for all your hard work, this is without a doubt the best raiding prot profile imo, and it keeps getting better.
    Well I dont use that spell that much as you can see, it was really ugly code lol.

    Code:
    if PQR_SpellAvailable(114157)  -- if spell ready
      and IsSpellInRange(GetSpellInfo(35395), "target") == 1  -- if crusader strike is in range (might remove it, does not make much sense)
      and HaveBuff("player", 84963) then  -- if have inquisition, this is why prot paladins bug... will check havebuff or is prot
       RunMacroText("/use 13") -- thats the trinket use might set to use both in fact, we want all the power before 
       return true
    end
    I'll get that fixed for next release. Further releases might hold additional features like toggle cast or vengeance management. for now its on CD. Have some other stuff to fix before adding this but I,ll keep that in the Do-List!

    [PQR Profile] CodeMyLife MoP Paladin Protection/Retribution Rotation.
  2. #122
    pve's Avatar Sergeant
    Reputation
    2
    Join Date
    Jan 2013
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CodeMyLife View Post
    I'll get that fixed for next release. Further releases might hold additional features like toggle cast or vengeance management. for now its on CD. Have some other stuff to fix before adding this but I,ll keep that in the Do-List!
    No rush at all CML, it was more of a question of intent than a need for resolution. I'm fine with the way I currently handle it for now. Thanks for the reply.

  3. #123
    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)
    1.25 isn't working for me at all, starts the rotation and then stops. Has the Datasheet been updated in the SVN?

  4. #124
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well had very little time these last few days but finally found finally found some time to fix stuff up, Test release 1.29 is on SVN along Data sheet 1.06 Did not update "CodeMyLife" version yet but the data sheet is almost the same so it should be ok too, in case.

    Added some new things too,
    - Tank execution sentance on vengeance(10k), ret should use on CD along trinket slot 1.
    - Heal should be back to normal, i changed the WoG a bit so it appears on PQI, you should see it in abilities log now. Eternal Flame however does not fit the same way. Will have to take further look to it.
    - Added some vars to use with PQI Configuration, please let me know if any value or checkbox is not working, they should all!
    - I removed toggle AoE for now, was bugging the script, I will try to do it again later tought!
    You should be able to update trought the Rotation Manager to CodeMyTest v 1.29 along new Data sheet 1.06.

    As usual thanks for feedback and happy tanking!

  5. #125
    pve's Avatar Sergeant
    Reputation
    2
    Join Date
    Jan 2013
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sweet! I'll use Test 1.29 tonight on HM Ji-kun+ I'll report with any findings!

    Thank you!!

  6. #126
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Gogogo pve! tell me if you experience lag issues with activehealing on plz. Should not as recently the profile is smoother than before, seemed okay to me monday with 1.25.

    About Ji-Kun, was thinking of a better way to manage holy power, shielding at 5 holy power is good but i was thinking farter than that. Shield if and only if theres another holy power generator ability available in the next 2(or 1) secs, way to make sure the player can shield at any given time by hitting SotR and always having 3 holy power. I will write it tonight or tomorrow. Will be insane.

    I'm also planning to add a kind off wise shielding method. Since we will always have 3 holy power ready, lets say if target ji-kun and unitisunit player, targettarget then if target casting talon strike, shield ourself asap. Those two new additions should improve further our survivability by giving the player enough holy power to react at any given time.

    Was also thinking of a if off-tank have 1 talon strike and is target when ji-kun cast we want to sacrifice on off-tank. This should give a good help for ji-kun and probably other bosses that have same mechanisms could be easily added too.

    So, no one tried the 1.29? I wanna know if you guyz have any lua error or plugin failures with this version, it should not but who knows. I tested it myself it was like 3 am when I got it all set so didnt test it much so please tell me if anything go wrong!

    Thank you guyz

  7. #127
    sed-'s Avatar ★ Elder ★
    Reputation
    1114
    Join Date
    Mar 2010
    Posts
    1,563
    Thanks G/R
    52/151
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CodeMyLife View Post
    Gogogo pve! tell me if you experience lag issues with activehealing on plz. Should not as recently the profile is smoother than before, seemed okay to me monday with 1.25.

    About Ji-Kun, was thinking of a better way to manage holy power, shielding at 5 holy power is good but i was thinking farter than that. Shield if and only if theres another holy power generator ability available in the next 2(or 1) secs, way to make sure the player can shield at any given time by hitting SotR and always having 3 holy power. I will write it tonight or tomorrow. Will be insane.

    I'm also planning to add a kind off wise shielding method. Since we will always have 3 holy power ready, lets say if target ji-kun and unitisunit player, targettarget then if target casting talon strike, shield ourself asap. Those two new additions should improve further our survivability by giving the player enough holy power to react at any given time.

    Was also thinking of a if off-tank have 1 talon strike and is target when ji-kun cast we want to sacrifice on off-tank. This should give a good help for ji-kun and probably other bosses that have same mechanisms could be easily added too.

    So, no one tried the 1.29? I wanna know if you guyz have any lua error or plugin failures with this version, it should not but who knows. I tested it myself it was like 3 am when I got it all set so didnt test it much so please tell me if anything go wrong!

    Thank you guyz
    man let me tell you am really impressed by both your prot//ret profiles!! am really speachless, my gf and i were running dungs and let me tell you this thing clutched soooo much!!! keep up the amazing work man!! (also profile is SMOOOTH! no errors or lag)

  8. #128
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sed- View Post
    man let me tell you am really impressed by both your prot//ret profiles!! am really speachless, my gf and i were running dungs and let me tell you this thing clutched soooo much!!! keep up the amazing work man!! (also profile is SMOOOTH! no errors or lag)
    I am very very happy to hear that! It kind of makes me want to add even more, theres still work to be done Thanks a lot sed- !

    Did you notice if the Healing with Word of Glory was fine? I personally had no issues at all with it yesterday and someone reported that it doesnt work so I am a bit confused right now lol

    Could anyone confirm if works?

  9. #129
    sed-'s Avatar ★ Elder ★
    Reputation
    1114
    Join Date
    Mar 2010
    Posts
    1,563
    Thanks G/R
    52/151
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CodeMyLife View Post
    I am very very happy to hear that! It kind of makes me want to add even more, theres still work to be done Thanks a lot sed- !

    Did you notice if the Healing with Word of Glory was fine? I personally had no issues at all with it yesterday and someone reported that it doesnt work so I am a bit confused right now lol

    Could anyone confirm if works?
    lol oh ya it works, trust me^^, she was tanking as ret (72) dungs because of this lol, thats how amazing def//self heals//wog's it was doing.

    Also i love everything bout your prot as well! its so pro with bops//loh//freedoms it did to me as a healer to keep me alive!! god this thing is like holy grail for palis lol.

    After seeing how just mind blowing this profile is am now rolling a pali, (and i was the most anti pali person lol), man i would love to see more tank scripts from you lol, your just amazing with them! i think you found your new passion^^, i have no idea why no 1 is toss feedback or +1 your way... i dont even play a pali or main spec one and i no this thing is just insane lol.
    Last edited by sed-; 05-30-2013 at 04:55 PM.

  10. #130
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sed- Oh wow amazing, Ret tanking really!! Haha what an excellent idea !!! You should definetly level a pally, pallies are special! Thanks for the quick answer!

    Angrybear sorry if I dont private answer you but your inbox is full! I'm happy you also got healing to work! Saves me a lot of trouble, I was already having the sad face as no one reported it was working at all lol! Hopefully sed- was here to confirm :P

    Thank you guyz!

  11. #131
    ozmodiar's Avatar Member
    Reputation
    13
    Join Date
    Oct 2012
    Posts
    41
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well I can confirm that 1.31 works flawlessly and is pretty awesome. Thank you so much for this amazing profile <3.

    +rep!

  12. #132
    Budoy's Avatar Sergeant
    Reputation
    13
    Join Date
    Dec 2011
    Posts
    67
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    delete this
    Last edited by Budoy; 05-31-2013 at 02:33 AM.

  13. #133
    sallysteph's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    great profile!

    just a question.. is it possible to add in a command to switch off righteous fury when required?

  14. #134
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah had to turn it off myself earlier this week, will add it to PQI soon!

    Just to let people know what can be done in these situations. If at any given time any ability is annoying you, feel free to remove it from the rotation editor. I use to code standalone abilities so that we can tweak the rotation via the rotation editor easily without breaking the rotation flow. All abilities could be removed regardless of others, if you remove lets say "Buff - Righteous Fury" then it wont buff you anymore and the remaining abilities should vork is if nothing has changed. The only important abilities are those with a -- before ability.
    Last edited by CodeMyLife; 05-31-2013 at 11:23 AM.
    Soapbox Rotations Developer

  15. #135
    jaxino1982's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ozmodiar View Post
    Well I can confirm that 1.31 works flawlessly and is pretty awesome. Thank you so much for this amazing profile <3.

    +rep!
    How can even say that??? This profile never uses Crusader Strake on Single target....

Page 9 of 45 FirstFirst ... 5678910111213 ... LastLast

Similar Threads

  1. Is there any way to convert basic rotations to PQR Profiles?
    By DragonfireEX402 in forum WoW Bots Questions & Requests
    Replies: 5
    Last Post: 03-01-2015, 04:30 PM
  2. [PQR Profile] CodeMyLife MoP Hunter BeastMaster/Survival Rotation.
    By CodeMyLife in forum WoW Bot Maps And Profiles
    Replies: 164
    Last Post: 03-03-2014, 06:18 AM
  3. [Buying] Paying someone to set up my Deathknight/Ret Paladin PQR Profiles 20 bucks
    By Bakami in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 02-05-2013, 10:10 PM
  4. Paying someone to set up my Deathknight/Ret Paladin PQR Profiles
    By Bakami in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 02-05-2013, 09:51 PM
  5. [PQR] Bossqwerty's MOP Mage Profiles
    By Bossqwerty in forum WoW Bot Maps And Profiles
    Replies: 154
    Last Post: 12-29-2012, 04:51 PM
All times are GMT -5. The time now is 03:49 PM. 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