[PQR] TheLuBu´s Profiles menu

Shout-Out

User Tag List

Page 11 of 12 FirstFirst ... 789101112 LastLast
Results 151 to 165 of 177
  1. #151
    TheLuBu's Avatar Contributor
    Reputation
    83
    Join Date
    Jun 2012
    Posts
    164
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I wasn't able to reply over the weekend so here´s a little summary

    Originally Posted by Vaulk View Post
    Do you still have a Frost profile available that I'm not seeing?
    Im very sorry, but the Frost DK Profile is not working and i don't know exactly, when i have the time to work on it.

    Originally Posted by Vogel81 View Post
    Still only getting 1.1 on the updater.

    Don't know if this is fixed in 1.1.11 (assuming it's different) but right now Holding down "Opening Burst" keybind does nothing but repeatedly cast Astral Communion.
    Download the Moonkin DEV Version please!

    Originally Posted by Nerder View Post
    Hey man, not sure if you're working on the Blood DK one anymore, but I didn't feel like re creating the wheel so I checked yours out and made a few modifications... it was hanging up at certain points and popping trinket/gloves once you're in melee range but not in combat (I know it doesn't happen often, but sometimes it might!) also for your blood tap, it was hanging up occasionally and seemed to have better luck with:

    Code:
    for i = 1, 6 do	if PQR_SpellAvailable(BloodTap)
    	 and BloodChargeCount >= 10
    	 and GetRuneCooldown(i) == 0
    	 then
    	 	CastSpell(BloodTap)
    	end
    	
    	if PQR_SpellAvailable(BloodTap)
    	 and BloodChargeCount >= 5
    	 and PlayerHpPercentage <= 80
    	 and GetRuneCooldown(i) == 0
    	 then
    	 	CastSpell(BloodTap)
    	end
    end
    Thank you for your Help and feedback, +rep

    Originally Posted by Ehnoah View Post
    Back for testing so what exactly is burst Key?

    I need Manually go to the 75 Energy and then Press / Hold key?

    Because he is instantly using Himmlische Ausrichtung that shouldn't be. Normaly Starfall -> Push to Points -> Starfall again -> to 0:0 then Himmischle Ausrichtung
    Which version of the profile do you use?

    The Burst Opener ist currently in DEV (it doesn't stop with Astral Communion at 75/60 Lunar/Solar Power)

    Originally Posted by Ryo2013 View Post
    DK Profile is not working at all for me, done fresh install of pqr & pqi, still no joy.........
    Which Version and rotation do you use?

    Originally Posted by fzU View Post
    In theory you will manually go to 75 into lunar, cast wrath and hold key, than it will do the sequence, BUT the sequence is very long (you want to starfall 3times), i dont know if a burst key is the right concept....
    btw is it better to use gloves/berserk right at the start with incarnation? (everything else will proc right at the start - weapon trinket etc) or is it better to use at celestial alignment? i have seen both...

    moonkin opener are just stupid, maybe blizzard should delete all owls.
    The idea behind the Burst Opener is to only press the Key and let PQR do the rest. it works except for SpellStopCasting of Astral Communion. When i have the time i will add more checks to get it working.
    Racials should be used, but i will have a look at it

    Originally Posted by fzU View Post
    Ok what i have tested right now, Burst opener casts (at 75 into Lunar) starsurge and astral communion after, no Berserk was used, incarnation is not implemented yet i think ? CD usage on every npc is still broken ^^

    can't you make the burst opener just uses gloves,racial, lvl 60 + lvl 90 (nature's vigil) + detonate, and celestial alignment after 15sec timer (in case of incarnation)? so 1 button with all CDs to use manually. if you precast astral communion to 75 into lunar and bosspull manually with wrath, it will automatically uses 3 starfalls if you push burst after wrath cast.

    Am i wrong?
    There is no way for the profile to cast Starsurge before Astral Communion, as it can only cast it in combat and the opener should be used before entering combat!
    I will add a check to only cast Astral Communion out of combat.

    I think about another Key to use all CD´s (if avaiable).

    [PQR] TheLuBu´s Profiles
  2. #152
    rocambole's Avatar Member
    Reputation
    7
    Join Date
    Aug 2012
    Posts
    87
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just started testing this today. Seems great so far. Thanks.

    May I sugest do add an option to self cast rejuv at % hp. Im so used to have this in the mashup I use that I missed instantly. Cheers.

    BTW:. DEV version is putting more numbers. Will keep reporting.
    Last edited by rocambole; 10-29-2013 at 04:53 AM.

  3. #153
    TheLuBu's Avatar Contributor
    Reputation
    83
    Join Date
    Jun 2012
    Posts
    164
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Will add this option today

  4. #154
    fzU's Avatar Member
    Reputation
    3
    Join Date
    May 2012
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheLuBu View Post
    Will add this option today
    Any Update to test?

  5. #155
    nebmyers's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Weird, I was using your blood DK profile to level on timeless isle and as soon as I hit 90 it just stopped working

  6. #156
    Vogel81's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Feb 2012
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Force of Nature doesn't seem to be working at all.

  7. #157
    TheLuBu's Avatar Contributor
    Reputation
    83
    Join Date
    Jun 2012
    Posts
    164
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As you may have noticed, i only have rare time on the weekends, if any
    I will have a look at the bugs this afternoon, when im home from work.

    Originally Posted by Vogel81 View Post
    Force of Nature doesn't seem to be working at all.
    I will have a look at it

    Originally Posted by nebmyers View Post
    Weird, I was using your blood DK profile to level on timeless isle and as soon as I hit 90 it just stopped working
    That may be a problem with your updated talents when hitting lvl 90

    Please just reload PQR and WOW and everythink should be working again

    Originally Posted by eazlol
    Hello, your rotation works fine outside dungeons, but as soon i enter raids or what ever it doesnt do a thing : / anything you think im doing wrong or ?
    I don't know why it acts like this, i will have a look at it again and test with the other features this afternoon

    Regards,
    TheLuBu

  8. #158
    Starkey2009's Avatar Member
    Reputation
    9
    Join Date
    Jun 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also any chance at looking at the blood dk leveling profile when ya get time

  9. #159
    TheLuBu's Avatar Contributor
    Reputation
    83
    Join Date
    Jun 2012
    Posts
    164
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im very sorry but i didn't had the time to watch over the profile yesterday.
    There is another project im working on atm and it is taking much of my free time.

    I promise i will bugfix everything when i have the time, but currently i can't give you a deadline, im very sorry about that!

    If there are any other profile developers (or users, that want to learn) you can feel free to test and debug yourself and give advice/bugfixes or comment on the profiles.

    As soon as i have more time, i will add everything and try to make my profiles near to the best free profiles out there (at least for the classes i´m playing )

    Regards,
    TheLuBu

  10. #160
    Starkey2009's Avatar Member
    Reputation
    9
    Join Date
    Jun 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheLuBu View Post
    Im very sorry but i didn't had the time to watch over the profile yesterday.
    There is another project im working on atm and it is taking much of my free time.

    I promise i will bugfix everything when i have the time, but currently i can't give you a deadline, im very sorry about that!

    If there are any other profile developers (or users, that want to learn) you can feel free to test and debug yourself and give advice/bugfixes or comment on the profiles.

    As soon as i have more time, i will add everything and try to make my profiles near to the best free profiles out there (at least for the classes i´m playing )

    Regards,
    TheLuBu
    You don't have to apologize, real life comes before wow totally understandable

  11. #161
    Yiqubha's Avatar Active Member
    Reputation
    40
    Join Date
    Oct 2007
    Posts
    114
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey really enjoying your profile. I have one small request though or I hope it is a small adjustment at least. Would it be possible to make it so that I can cast Death and Decay without having a target selected and just having it drop on my mouse's location?

    Love your profile, keep it up!

  12. #162
    endersblade's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can't get either of the druid ones to work. The non-dev version just spams moonfire and sunfire until the mob is dead, and the Dev version sits on "Starsurge 2" and never does anything. My druid is 90, boomkin obviously, no idea what the issue is. I've downloaded the data file, everything LOOKS like it should be working.

  13. #163
    TheGreatRowaH's Avatar Member
    Reputation
    47
    Join Date
    May 2008
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please make it so that DK's AOE can be switched out of combat. Right now it can only be switched in combat.

    Also, on AOE blood boil, and soul reaper it needs to have
    "and RuneCheck("Blood") >= 1"

    so it doesn't waste precious death runes.

    edit: also, if bone shield's charges are less than 6 and it's out of combat and bone shield is off cooldown, bone shield should refresh charges
    Last edited by TheGreatRowaH; 11-12-2013 at 12:02 AM.

  14. #164
    egovir's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Biggest thanks for the rotation. Unfortunately, i got no idea how to code this, but for some reason it never does use 'plague strike' and 'icy touch' to refresh diseases and always wait for 'outbreak'.
    In raid pull (with aoe set on), rotation always start single hit and maybe after few seconds blood boil will hit, and with 'outbreak' on cd most mobs already killing the raid.
    Maybe i'm doing something terribly wrong here. Single target pretty much is great, but hangs and stutters around 15% for me for some reason as well

  15. #165
    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)
    Originally Posted by egovir View Post
    Biggest thanks for the rotation. Unfortunately, i got no idea how to code this, but for some reason it never does use 'plague strike' and 'icy touch' to refresh diseases and always wait for 'outbreak'.
    In raid pull (with aoe set on), rotation always start single hit and maybe after few seconds blood boil will hit, and with 'outbreak' on cd most mobs already killing the raid.
    Maybe i'm doing something terribly wrong here. Single target pretty much is great, but hangs and stutters around 15% for me for some reason as well
    I am having the same problem with AoE. It's not applying diseases as much as it should. Also the stutter seems to happen when I have 10 stacks of Blood Tap. To fix it I just press Death Strike a few times and it fixes it for awhile.

Page 11 of 12 FirstFirst ... 789101112 LastLast

Similar Threads

  1. [PQR] MOP profiles
    By Sheepmoon in forum WoW Bot Maps And Profiles
    Replies: 350
    Last Post: 01-13-2014, 05:59 AM
  2. [PQR] - GRB profiles
    By GRB in forum WoW Bot Maps And Profiles
    Replies: 8
    Last Post: 05-23-2013, 01:43 AM
  3. [PQR] Mage Profiles
    By discobob in forum WoW Bot Maps And Profiles
    Replies: 11
    Last Post: 04-07-2013, 04:46 PM
  4. Warlock (PQR) pvp profile please?
    By leonel916 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 12-04-2012, 08:41 AM
  5. PQR Old profiles
    By Fumi in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 05-08-2012, 02:35 PM
All times are GMT -5. The time now is 08:56 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