PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 312 of 779 FirstFirst ... 212262308309310311312313314315316362412 ... LastLast
Results 4,666 to 4,680 of 11681
  1. #4666
    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)
    Kuukuu will you be adding Elusive Brew to the rotation when you have more than 9 stacks?

    PQR - Rotation Bot
  2. #4667
    Master34's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    10-11 stack will be perfect imo

  3. #4668
    Master34's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    Nova [Windwalker] RC: http://dl.dropbox.com/u/23527046/ww.zip

    still a work in progress but its a windwalker monk profile
    atm it uses celerity, zen sphere, Power Strikes, Leg Sweep, Dampen Harm, Invoke Xuen for talents
    for glyphs its using afterlife, spinning crane kick, and touch of death

    key mods-
    hold left shift to pause
    left alt toggles AoE
    left Shift toggles Fist of Fury

    I'd like feedback before i start coding Brewmaster.
    OMG Crystal_tech is a genius!!! +REP for him guyz!!!! i donate for that profile for sure!!! Man its perfect!! Nothing to say!! you are my new best friend...

  4. #4669
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tolpan View Post
    The profile from sheuron for shami heal was great ... but now i`m looking for a monk healer profile ..

    @sheuron: are you working on a mistweaver profile?
    @Novateam: your new windwalker profile is perfect for leveling monks, thx for that!
    no, im only playing as protection warrior
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  5. #4670
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok quick question i'm trying to figure out which is better:

    Code:
    local EnergyRegen = select(2, GetPowerRegen("player"))
    local timetoEnergyCap = (100 - PlayerEnergy) * (1.0 / EnergyRegen)
    
    or
    
    UnitPower('player") <= (100 - (select(2,GetPowerRegen("player")) * 5))
    what i'm trying to find out is the best way to convert energy.time_to_max from simcraft to a usable pqr var. so just need some input.

    Please if someone helped you donate rep to them.

  6. #4671
    philsta420's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone know if the Interrupt profile has been fixed or not mine does not seem to be working. Or i should say hasn't been working for a while now.. Any help most appreciated

  7. #4672
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    ok quick question i'm trying to figure out which is better:

    Code:
    local EnergyRegen = select(2, GetPowerRegen("player"))
    local timetoEnergyCap = (100 - PlayerEnergy) * (1.0 / EnergyRegen)
    
    or
    
    UnitPower('player") <= (100 - (select(2,GetPowerRegen("player")) * 5))
    what i'm trying to find out is the best way to convert energy.time_to_max from simcraft to a usable pqr var. so just need some input.
    This is what I was using in my rogue profile to pool energy. If I had to re-do it i would set up my own global pause timers that the profile checked.

    Code:
    local e=60 --how much energy you want to pool
    if UnitPower("player")<e and PQR_SpellAvailable(1856) then
    	local r=GetPowerRegen()
    	local t=((e-r)-UnitPower("player"))/r
    	PQR_DelayRotation(t)
    end

  8. #4673
    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)
    Originally Posted by philsta420 View Post
    Does anyone know if the Interrupt profile has been fixed or not mine does not seem to be working. Or i should say hasn't been working for a while now.. Any help most appreciated
    Remember to select 'Interrupt All Spells' in the options ;-)

  9. #4674
    sikair27's Avatar Member
    Reputation
    5
    Join Date
    Jun 2007
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone else having issues with Decaed's DW frost dk profile not using Soul Reaper? Tried fixing it myself to no avail. Would love an update if possible!

  10. #4675
    replikatoren's Avatar Active Member
    Reputation
    53
    Join Date
    Aug 2011
    Posts
    182
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys,
    got a simple update for knightnovas SMF rotation for Warriors.
    All credits go to knightnova, I just did some really really small improvements, well for me it were improvements at least ^^
    Just modified the single target rotation for my needs...
    have fun trying it out.
    File-Upload.net - WARRIOR-simcraft-smf.rar

  11. #4676
    zahremar's Avatar Active Member
    Reputation
    30
    Join Date
    Sep 2007
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this UnitPower('player") <= (100 - (select(2,GetPowerRegen("player")) * 5))

    or
    local inactiveRegen, activeRegen = GetPowerRegen("player")
    UnitPower("player") <= 100 - (activeRegen * 5) ......

  12. #4677
    js1974's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    199
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    Adding it in, thanks rep+
    More testing done, If you have the glyph of mass exorcism it doesn't cast exorcism at all but it doesn't skip it either it will just hang up, If you add mass exorcism into being cast in the single rotation that clogs up the rotation as well. I'm going to do some testing with all three talents and see if it's just the Mass Exo glyph causing the hang up as well.

  13. #4678
    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)
    Originally Posted by Vogel81 View Post
    Kuukuu will you be adding Elusive Brew to the rotation when you have more than 9 stacks?
    Hmmm, thought that was in there. Let me check it and I'll add it iff not.
    Former PQR Developer

  14. #4679
    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)
    Originally Posted by Scizz View Post
    I know there has been a high demand on monk profiles, I've been trying to work one for Brewmaster, Kuukuu's is very good, just there are things to fine tune if you want it to be the most optimal rotation performance. I myself have tried writing a Brewmaster one but as I'm not a the greatest at the scripting I'm having errors with mine... If I could get someone who would work with me on this that would be great! I've been 90 on my monk for a week now, the current Nova Windwalker one is very good at lvl 90 also, I do not see it needing much done to it at all. I've got compliments in dungeons saying for how low my gear was when I dinged 90 to now that monks DPS is OP, all to thank to the profile.

    I know the rotations for both manually yet have issues with the brewmaster one making it 100% because not all the time do I have the best reaction time.

    So, long story short if I can get someone knowledgeable on the codes to assist me in my brewmaster it would be greatly appreciated! I have the 1st hand experience and can be a tester. I'm just running out of ideas by myself on how to fix this.

    Please give a helping hand!
    I'm open to suggestions on how to improve mine if you want to collaborate on one. I haven't had a 90 monk since beta so testing my code is rather difficult at the moment.
    Former PQR Developer

  15. #4680
    philsta420's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aegeus760 View Post
    Remember to select 'Interrupt All Spells' in the options ;-)
    I've done that Already it stopped working after that

Similar Threads

  1. [Bot] PQR PE Next Steps / Future of Rotation Botting
    By Chevrolet1 in forum World of Warcraft Bots and Programs
    Replies: 120
    Last Post: 10-21-2014, 11:47 AM
  2. [Bot] PQR - Rotation Bot
    By Xelper in forum World of Warcraft Bots and Programs
    Replies: 1738
    Last Post: 10-15-2014, 11:00 AM
  3. [Selling] 3 Lifetime Session Keys For Sale, Great for the PQR user looking for a rotation bot
    By cukiemunster in forum World of Warcraft Buy Sell Trade
    Replies: 13
    Last Post: 03-11-2014, 07:18 AM
  4. rotation bot leveling (PQR)
    By classdog in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 09-17-2013, 06:13 PM
  5. [HELP] PQR Rotation Bot Profile Making
    By Missu in forum Programming
    Replies: 0
    Last Post: 10-22-2012, 06:27 AM
All times are GMT -5. The time now is 02:53 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