PQR - Rotation Bot menu

User Tag List

Page 115 of 779 FirstFirst ... 1565111112113114115116117118119165215615 ... LastLast
Results 1,711 to 1,725 of 11681
  1. #1711
    Raakz's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there iss nothing only old files from march

    PQR - Rotation Bot
  2. #1712
    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)
    you need to use the svn

    to grab svn files you need a svn client

    Please if someone helped you donate rep to them.

  3. #1713
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here you go uploaded them to mediafire. Spriestbeta.rar

  4. #1714
    Mpzor's Avatar Member
    Reputation
    6
    Join Date
    Feb 2012
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Crystal: You working on the beta now? realy excited for mop! Think its going to be so much better than cata

  5. #1715
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why is this not working on live >.> Putting it in front of Templar so it should work fine; Did I miss something here?

    Code:
    local ArtOfWar = PQR_UnitBuffID("player", 87138)
    local FacingTarget = PQR_UnitFacing("player", "target")
    local HolyPower = UnitPower("player", 9)
    local Zealotry = PQR_UnitBuffID("player", 85696)
    local Bloodlust = UnitBuffID("player", 2825)
    local Timewarp = UnitBuffID("player", 80353)
    local Heroism = UnitBuffID("player", 32182)
    local AncientHysteria = UnitBuffID("player", 90355)
    local csSTART, csDURATION = GetSpellCooldown(35395)
    local Inquisition = select(7, UnitBuffID( "player", 84963))
    
    if Inquisition == nil or Inquisition - GetTime() <= 2.5 then
    	return false
    elseif csSTART - GetTime() + csDURATION <= 0.1 and csSTART - GetTime() + csDURATION > 0 then
    	return false
    elseif ArtOfWar == nil or not FacingTarget or Zealotry then
    	return false
    elseif Bloodlust or Timewarp or Heroism or AncientHysteria then
    	return false 
    elseif ArtOfWar and holyPower == 3 then
    	return true
    end
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  6. #1716
    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 averykey View Post
    Why is this not working on live >.> Putting it in front of Templar so it should work fine; Did I miss something here?

    Code:
    local ArtOfWar = PQR_UnitBuffID("player", 87138)
    local FacingTarget = PQR_UnitFacing("player", "target")
    local HolyPower = UnitPower("player", 9)
    local Zealotry = PQR_UnitBuffID("player", 85696)
    local Bloodlust = UnitBuffID("player", 2825)
    local Timewarp = UnitBuffID("player", 80353)
    local Heroism = UnitBuffID("player", 32182)
    local AncientHysteria = UnitBuffID("player", 90355)
    local csSTART, csDURATION = GetSpellCooldown(35395)
    local Inquisition = select(7, UnitBuffID( "player", 84963))
    
    if Inquisition == nil or Inquisition - GetTime() <= 2.5 then
    	return false
    elseif csSTART - GetTime() + csDURATION <= 0.1 and csSTART - GetTime() + csDURATION > 0 then
    	return false
    elseif ArtOfWar == nil or not FacingTarget or Zealotry then
    	return false
    elseif Bloodlust or Timewarp or Heroism or AncientHysteria then
    	return false 
    elseif ArtOfWar and holyPower == 3 then
    	return true
    end
    There is a reason why we just don't try and re-event the wheel, this is one of them.

  7. #1717
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadpanstiffy View Post
    There is a reason why we just don't try and re-event the wheel, this is one of them.

    Thanks for being helpful, Some of the profiles I have made have gotten me ranked top 40, so "re-inventing the wheel is not the problem".
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  8. #1718
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Re-inventing the wheel could have possibilities for improvement. I endorse people trying that in this thread.

  9. #1719
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    Thanks for being helpful, Some of the profiles I have made have gotten me ranked top 40, so "re-inventing the wheel is not the problem".
    Some? What other profiles are you hiding from us avery? lol

  10. #1720
    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 averykey View Post
    Thanks for being helpful, Some of the profiles I have made have gotten me ranked top 40, so "re-inventing the wheel is not the problem".
    You posted a wall-of-text without any description of what you are trying to solve.

  11. #1721
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Valma why does the text "STANDART" randomly appear in the screen on your Warlock-profiles? Both me and my gf have gotten good laughs from it ^^
    Last edited by Ninjaderp; 07-24-2012 at 06:43 PM.

  12. #1722
    dklcfr's Avatar Master Sergeant
    Reputation
    26
    Join Date
    Aug 2010
    Posts
    127
    Thanks G/R
    3/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Valma why does the text "STANDART" randomly appear in the screen on your Warlock-profiles? Both me and my gf have gotten good laughs from it ^^
    this is to show it is using the standard rotation, just like when you engage a boss it will show "Ultraxion" or "Morchok"

  13. #1723
    Valma's Avatar Contributor
    Reputation
    152
    Join Date
    Nov 2011
    Posts
    209
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dklcfr View Post
    this is to show it is using the standard rotation, just like when you engage a boss it will show "Ultraxion" or "Morchok"
    Exactly this Actually it is more of the debugging means, just to notify you that all works fine and profile switched logic for boss fight or out of it

    For example - if you started fight with Hagara and it prints you Morchok - it's time to report me this nasty bug
    MEDVED+VODKA+BALALAYKA

  14. #1724
    Valma's Avatar Contributor
    Reputation
    152
    Join Date
    Nov 2011
    Posts
    209
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    Why is this not working on live >.> Putting it in front of Templar so it should work fine; Did I miss something here?

    Code:
    local ArtOfWar = PQR_UnitBuffID("player", 87138)
    local FacingTarget = PQR_UnitFacing("player", "target")
    local HolyPower = UnitPower("player", 9)
    local Zealotry = PQR_UnitBuffID("player", 85696)
    local Bloodlust = UnitBuffID("player", 2825)
    local Timewarp = UnitBuffID("player", 80353)
    local Heroism = UnitBuffID("player", 32182)
    local AncientHysteria = UnitBuffID("player", 90355)
    local csSTART, csDURATION = GetSpellCooldown(35395)
    local Inquisition = select(7, UnitBuffID( "player", 84963))
    
    if Inquisition == nil or Inquisition - GetTime() <= 2.5 then
    	return false
    elseif csSTART - GetTime() + csDURATION <= 0.1 and csSTART - GetTime() + csDURATION > 0 then
    	return false
    elseif ArtOfWar == nil or not FacingTarget or Zealotry then
    	return false
    elseif Bloodlust or Timewarp or Heroism or AncientHysteria then
    	return false 
    elseif ArtOfWar and holyPower == 3 then
    	return true
    end
    Don't you see something strange going on here with bolded functions?

    Originally Posted by deadpanstiffy View Post
    There is a reason why we just don't try and re-event the wheel, this is one of them.
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine
    Last edited by Valma; 07-25-2012 at 12:45 AM.
    MEDVED+VODKA+BALALAYKA

  15. #1725
    Theex's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First off, I love PQR. I can't thank all the people who work on it and on the profiles enough.

    I am having a bit of a problem though, even though I am still pulling 40k dps with my feral druid with Firepongs profile and 30k with my undergeared mage with Sheron's profile I am still getting "This ability is not ready yet" and or "Spell not ready yet" And several other timing based errors on screen and the constant sound of those texts. I have already messed around with the lag input my latency is 35ms at the most and I have even brought it up to 200ms for compensation. I was just wondering if there is anything else I can do / tweak to try to get the optimal timing out of all my profiles? If so I would greatly appreciate it.

    Thank you for taking the time to read my post and I look forward to any and all comments.

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 04:47 AM. 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