PQR - Rotation Bot menu

User Tag List

Page 422 of 779 FirstFirst ... 322372418419420421422423424425426472522 ... LastLast
Results 6,316 to 6,330 of 11681
  1. #6316
    symrac's Avatar Private
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    (translation in Google) Tell me what to do. There was a problem with the Holy Paladin profile, in normal operation the left of the program's kambinatsii keys (Alt + x) to be included Cator rotation appears orange triangle and Teter stopped appearing in the game when the bot does not rotate Hilt.

    PQR - Rotation Bot
  2. #6317
    Bendecks's Avatar Sergeant CoreCoins Purchaser
    Reputation
    5
    Join Date
    Aug 2011
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bendecks View Post
    It is unchecked, doesn't cast in combat either
    Got it working. I was trying to make it work of a copied ability (arcane brilliance). Creating a new ability worked

  3. #6318
    yourson's Avatar Member
    Reputation
    4
    Join Date
    Feb 2012
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any good sould to make me profile just for Amber Shaper add control? I tried a lot and didnt manage it :/

  4. #6319
    darksahde's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jan 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    You should have a "not" in there otherwise it is checking for the buff so if you don't have the buff it the function returns nil. Personally I wouldn't bother doing a function for this. Just set up a high priority ability for it to check called Steady focus. This way it only checks once rather than on every single ability above steady shot.
    My rotation is modified base on yours(thanks btw XD), but its seem sometime it fail to cast steady shot even thought i put that in a very high priority. so ima try use this to see if i get a better result. Also I've also notice sometime it even skip my MMM proc.

  5. #6320
    darksahde's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jan 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    its always returning false

    PHP Code:
    function SSBuff()
         if 
    not UnitBuffID("player",53224)
              or 
    select(7,UnitBuffID("player",53224)) - GetTime() < 3
         then
              
    return true
         
    else
              return 
    false
         end
    end 
    now that will tell it to be true if ssbuff is missing or less than 3 so all you need to do is in your code for the lower stuff add if SSBuff() == false then cast spell end and on spells you want it to cast it will be if SSBuff() == true then cast spell end
    Thanks, will test it out n see.

  6. #6321
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Xelper, boss special code is not working. Testing it in raid and just doesn't do anything, even on phase 2 with the monstrosity.

  7. #6322
    joneskull's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know why PQR sometimes uses lower priority moves before higher priority moves? Or how to fix it.



    EDIT: I found it out you MUST return true if you want an ability to be cast other wize the next ability that returns true will struggle to be cast with it even for CastSpellByName
    Last edited by joneskull; 11-26-2012 at 11:12 AM.

  8. #6323
    derpin8's Avatar Corporal
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Will PQR still work after 5.1 update?

  9. #6324
    blacknightlll's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by derpin8 View Post
    Will PQR still work after 5.1 update?
    Yes just wait for xelper to say offsets are up then when you do the preload screen click update offsets

  10. #6325
    derpin8's Avatar Corporal
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blacknightlll View Post
    Yes just wait for xelper to say offsets are up then when you do the preload screen click update offsets
    Is it normally updated right after the patch?

  11. #6326
    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)
    Originally Posted by derpin8 View Post
    Is it normally updated right after the patch?
    Yes as soon as Xelper finds the offsets it'll be updated

  12. #6327
    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)
    So not sure if this is old news to everyone or not but I got a chance to go dps tonight on Elegon for my guild's raid and, from my general testing, it seems like that boss fails all range checks in my rotations making my character just auto attack for the most part. If I just have abilities fire without a range check, then everything fires fine. Does the game handle the boss different then almost every other mob in WoW or something? Kind of confused but after a quick search on Google, it seems like lots of bots are running into the same issues so I'm assuming it's a WoW related issue and not PQR in specific.
    Former PQR Developer

  13. #6328
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by derpin8 View Post
    Is it normally updated right after the patch?
    Xelper's usually pretty fast at updating, so don't worry. He's like a ninja.

  14. #6329
    Beelzix's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    has anyone made or writen a prof to auto target the closest mob to you like a rare spawn. im camping a rare atm and i have /tar macro made but im still not fast enough at tagging it. will rep if i havent used mine

  15. #6330
    Discipline's Avatar Contributor ALADEEN MOTHERFUCKER! CoreCoins Purchaser
    Reputation
    128
    Join Date
    Dec 2007
    Posts
    253
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Beelzix View Post
    has anyone made or writen a prof to auto target the closest mob to you like a rare spawn. im camping a rare atm and i have /tar macro made but im still not fast enough at tagging it. will rep if i havent used mine
    Easiest (and ugliest) way of doing that would be just making an ability in PQR,

    Code:
    RunMacroText("/tar targetname")
    and put it into a new rotation, let it run out of combat and PQR will just spam it like theres no tommorow.
    But as I said, it's really a crude way to do it, but right now I don't have much time

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 08:04 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