[PQR] CodeMyLife's Profiles menu

User Tag List

Page 2 of 30 FirstFirst 123456 ... LastLast
Results 16 to 30 of 446
  1. #16
    NotoEffect's Avatar Member
    Reputation
    1
    Join Date
    Oct 2013
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    After messing with CodeMyTest 1.21 for the hunter, Is there anything special I need to do versus the CodeMyLife 1.08. Life works completely fine, I usually use Survival, with Test, BM/Surv only cast explosive shot, Test Survival does nothing. Also getting no errors.

    Edit: Looks like explosive, serpent, and black arrow all work with the test.


    Got it working with a WoW restart, rather odd issue that was on my end.
    Last edited by NotoEffect; 10-18-2013 at 03:45 PM.

    [PQR] CodeMyLife's Profiles
  2. #17
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    CML....why you change threads?! Now I have to go update your links in the list.... *grumbles* :P
    Former PQR Developer

  3. #18
    cukiemunster's Avatar Contributor
    Reputation
    130
    Join Date
    Dec 2009
    Posts
    1,128
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any idea how close your Holy Paladin release is?

    Sent from my Galaxy S4 using Tapatalk 2

  4. #19
    bauwoo's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Feb 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Will we see a PVP/Arena/RBG Ret profile in 5.4 from you CML?

  5. #20
    bauwoo's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Feb 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just an opinion on PvE rotation on the current 3.01 Ret profile. I've noticed when popping GoAK/AW/ and/or HA, Execution Silence waits until they are on CD to cast. May we get it back to how it was in the old rotation:

    - Cast EX-S automatically and fix so it can cast while CD's are up . Get rid of the queue for EX Silence.
    - Have Engineering: Synapse Springs auto cast when EX-S is cast but leave GoAK/AW/ and/or HA still manual cast.

    The rest of the profile I find solid, reliable, and OP! Thank you so much for your time and work.

    PS - PvP Ret profile? Dominium's is outdated but the logic and inspiration is there if you need it. personally I'd rather have your code/skill any day.

  6. #21
    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 Rocketbird View Post
    What would those be?
    ThePerfectRaider will be an interrupt suite that will hold interrupts, dispels, adoon bars and such for all classes.
    Zygormate will be a folower side-by-side interrupt to bring your second account to quest with you. Will be Zygor-Dependant.

    Originally Posted by NotoEffect View Post
    After messing with CodeMyTest 1.21 for the hunter, Is there anything special I need to do versus the CodeMyLife 1.08. Life works completely fine, I usually use Survival, with Test, BM/Surv only cast explosive shot, Test Survival does nothing. Also getting no errors.

    Edit: Looks like explosive, serpent, and black arrow all work with the test.


    Got it working with a WoW restart, rather odd issue that was on my end.
    Always ReloadUI when you change versions.

    Originally Posted by kuukuu View Post
    CML....why you change threads?! Now I have to go update your links in the list.... *grumbles* :P
    Oh damn yeah sorry didnt even think about that :P

    Originally Posted by cukiemunster View Post
    Any idea how close your Holy Paladin release is?

    Sent from my Galaxy S4 using Tapatalk 2
    Few days/weeks, I'm actually on it. Working on some more AoE heal logic. Direct healing is already not bad might need some fine tunings. Got Holy Radiance specifically clean coded and have good plans for FlashLisght as well, I would say couple days.

    Originally Posted by bauwoo View Post
    Will we see a PVP/Arena/RBG Ret profile in 5.4 from you CML?
    I'd be glad to add further tweaks to make my profiles kick asses in PvP. All inputs would be welcomed.

    Originally Posted by bauwoo View Post
    Just an opinion on PvE rotation on the current 3.01 Ret profile. I've noticed when popping GoAK/AW/ and/or HA, Execution Silence waits until they are on CD to cast. May we get it back to how it was in the old rotation:

    - Cast EX-S automatically and fix so it can cast while CD's are up . Get rid of the queue for EX Silence.
    - Have Engineering: Synapse Springs auto cast when EX-S is cast but leave GoAK/AW/ and/or HA still manual cast.

    The rest of the profile I find solid, reliable, and OP! Thank you so much for your time and work.

    PS - PvP Ret profile? Dominium's is outdated but the logic and inspiration is there if you need it. personally I'd rather have your code/skill any day.
    I totally trashed the old Exsent, will fix that out sorry for the inconveniences. About PvP, i dont like to read other's codes if I dont have to. If you could explain what you want I will code it my style.

    for Exsent, go in -- Retribution Rotation Ability, cut

    Code:
    -- Execution Sentence
    if Spells[_ExecutionSentence].known  and _SA(_ExecutionSentence) 
      and ( CML_GetVengeance() > ExecutionSentence or macros["ExecutionQueue"] ) then
    	_Cast(_ExecutionSentence, CML_RangeTarget()) end
    and place it right above

    -- Light's Hammer

    priority problem solved, while we are at it we will add synapse springs to it

    -- Execution Sentence
    if Spells[_ExecutionSentence].known and _SA(_ExecutionSentence)
    and ( CML_GetVengeance() > ExecutionSentence or macros["ExecutionQueue"] ) then
    _Cast(_ExecutionSentence, CML_RangeTarget()) RunMacroText("/use 13") end

    the red part should be added to spam gloves while casting Execution Sentence.

    Those will be in next update, thanks for reporting
    Last edited by CodeMyLife; 10-18-2013 at 07:38 PM.
    Soapbox Rotations Developer

  7. #22
    irritated's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    14
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That seems like a good idea to me for ex sentence and synapse springs. I'll have to check things out when I get on and do some testing so I am able to put in some good suggestions. I'm glad your interested in helping and listening to us non coding fools and actually making them! Much thanks!

  8. #23
    Deathsmind's Avatar Member
    Reputation
    2
    Join Date
    Oct 2012
    Posts
    100
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For Prot Paladin AOE, im not completely sure if its doing it or not, but is it targeting myself to blast everyone? Would put out more DPS that way and a decent way of helping with controlling bigger mobs faster.

  9. #24
    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 irritated View Post
    That seems like a good idea to me for ex sentence and synapse springs. I'll have to check things out when I get on and do some testing so I am able to put in some good suggestions. I'm glad your interested in helping and listening to us non coding fools and actually making them! Much thanks!
    Welcome, it's how I work. I do publish bugs and bad codes sometimes but I'm always listening and fixing/improving. I translate from english to lua, it's simple!

    Originally Posted by Deathsmind View Post
    For Prot Paladin AOE, im not completely sure if its doing it or not, but is it targeting myself to blast everyone? Would put out more DPS that way and a decent way of helping with controlling bigger mobs faster.
    I guess you speak of Holy Prism?

    Code:
    -- Holy Prism
    if UnitAffectingCombat("player") and _AoE and Spells[_HolyPrism].known and _SA(_HolyPrism) then
      	_Cast(_HolyPrism, "player") else _Cast(_HolyPrism, CML_RangeTarget()) end
    Yes it does AoE on self.
    Soapbox Rotations Developer

  10. #25
    Deathsmind's Avatar Member
    Reputation
    2
    Join Date
    Oct 2012
    Posts
    100
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ya sorry should have said that...lol. Ok couldnt tell. I also cant seem to get avenging wrath to pop. I have the active cooldowns clicked, I made sure its active, just not seeing pop in either aoe or single mode.

  11. #26
    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 Deathsmind View Post
    Ya sorry should have said that...lol. Ok couldnt tell. I also cant seem to get avenging wrath to pop. I have the active cooldowns clicked, I made sure its active, just not seeing pop in either aoe or single mode.
    Yeah no cooldowns at all are in atm.
    Soapbox Rotations Developer

  12. #27
    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)
    Currently working on merging 3 PQI in 1. It wasn't an easy task but it will work great. Changing spec will take appropriate PQI in next release.

    Went up to endless wave 15 in Proving Grounds as Holy!

    Fixing some frame rate issues and it will be ready very soon!


    Sent from my iPhone using Tapatalk - now Free
    Soapbox Rotations Developer

  13. #28
    Aegeus's Avatar Contributor Walter White CoreCoins Purchaser
    Reputation
    134
    Join Date
    Feb 2012
    Posts
    245
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know ThePerfectRaider will basically combine a lot of things to a central interrupt profile to lighten the load on main profile structure, but CML has a lot of other fun ideas to throw into it


    “If you don’t know who I am, then maybe your best course would be to tread lightly.” - Walter White

  14. #29
    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)
    Ret isn't working on dummy or in pvp, just auto attacks, has anything changed to cause this?
    Last edited by Edsaxe; 10-19-2013 at 06:50 PM.

  15. #30
    FrostDKsFTW's Avatar Sergeant Major
    Reputation
    20
    Join Date
    Nov 2011
    Posts
    169
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm having problems with the current CodeMyTest hunter profile. At first it was only using focus fire at 5 stacks of frenzy but now I'm getting an error. It's the first time I've used your hunter profile since 5.3 so maybe I just broke it I tried getting a fresh copy of the profile a few times and also reset the pqi variables, still no good.

Page 2 of 30 FirstFirst 123456 ... LastLast

Similar Threads

  1. [PQR] Nova Team Profiles
    By bu_ba_911 in forum WoW Bot Maps And Profiles
    Replies: 2341
    Last Post: 07-02-2018, 03:56 AM
  2. [PQR] Gabbz Mage Profiles
    By Gabbz in forum WoW Bot Maps And Profiles
    Replies: 207
    Last Post: 07-18-2016, 08:00 PM
  3. {PQR} Windwalker Raid Profile - Wanted
    By fish221171 in forum WoW Bot Maps And Profiles
    Replies: 3
    Last Post: 10-18-2012, 02:01 AM
  4. PQR - DK Blood profiles - none of them work :(
    By zambeaux in forum WoW Bot Maps And Profiles
    Replies: 4
    Last Post: 10-09-2012, 07:44 AM
  5. PQR PVP Hunter profile?
    By aLorzy91 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 07-29-2012, 02:32 AM
All times are GMT -5. The time now is 01:26 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