PQR - Rotation Bot menu

User Tag List

Page 447 of 779 FirstFirst ... 347397443444445446447448449450451497547 ... LastLast
Results 6,691 to 6,705 of 11681
  1. #6691
    lolomo2003's Avatar Active Member
    Reputation
    49
    Join Date
    Apr 2012
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nertman View Post
    The Forst Mage PvE profile doesn't work on Elegon or Garalon is there anyway i can fix this?
    As far I know Sheuron works only on his Warrior Prot so no update for profiles but they are few good Mage profiles around.

    PQR - Rotation Bot
  2. #6692
    nertman's Avatar Active Member
    Reputation
    17
    Join Date
    Aug 2008
    Posts
    64
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lolomo2003 View Post
    As far I know Sheuron works only on his Warrior Prot so no update for profiles but they are few good Mage profiles around.
    do you know if this is cause pqr or the profile itself? i've tested a few other profiles on the training dummies his seems to be the best of the few that worked

  3. #6693
    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 nertman View Post
    do you know if this is cause pqr or the profile itself? i've tested a few other profiles on the training dummies his seems to be the best of the few that worked
    Issues with Elegon and Garalon are actually wow based, it's an issue with how it handles these particular bosses. A lot of range checks used in profiles fail for some reason. If you go through the code and remove any range checks, it should work.
    Former PQR Developer

  4. #6694
    Adalbertow's Avatar Banned
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just downloaded it, tried it in LFR.
    Huge success!

  5. #6695
    kabman's Avatar Master Sergeant
    Reputation
    33
    Join Date
    Mar 2011
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How would the coding look if you wanted to use something when you had 2 stacks of Fingers of Frost instead of just using it at one. I.E. I want it to use Alter time when i have 2 stacks of Fingers of Frost.
    FoF-ID:44544



    I got it to work with 1 stack of FoF and 1 stack of Mind Freeze but i cant figure out the coding to check for 2 stacks of FoF
    Last edited by kabman; 12-05-2012 at 01:25 AM.

  6. #6696
    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 kabman View Post
    How would the coding look if you wanted to use something when you had 2 stacks of Fingers of Frost instead of just using it at one. I.E. I want it to use Alter time when i have 2 stacks of Fingers of Frost.
    FoF-ID:44544



    I got it to work with 1 stack of FoF and 1 stack of Mind Freeze but i cant figure out the coding to check for 2 stacks of FoF
    Code:
    local _,_,_,fingerStacks = UnitBuffID("player", 44544)
    
    if UnitBuffID("player", 44544) and fingerStacks > 1 then
    return true
    end

  7. #6697
    manw's Avatar Banned
    Reputation
    8
    Join Date
    Nov 2008
    Posts
    130
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Xelper can you help me ?
    I'm getting some issues with the auto interrupt. I'm a warlock and using the pet interrupt. I set the spell ID Optical Blast - Spell - World of Warcraft into Xelper_INTERRUPT_Abilities.
    Sometimes it does interrupt the target even if there is no cast, happen really often so it's pretty annoying in arena.

    Thank you

  8. #6698
    Aroia's Avatar Sergeant
    Reputation
    7
    Join Date
    Nov 2012
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Xelper since the server shoutdowns tonight your ret profile is only working half way for me, it´s not casting crusader strike and judgement. same for aoe profil, any ideas what can be the reason? maybe some spell id changes? thank you so much!

  9. #6699
    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)
    Biggest collection of profiles, maybe?

    Download PQR.rar @ UppIT

    Went through both threads, collecting them.

    All of them are updated.



    Mine, don't know if they changed anything. Haven't been playing.
    https://dl.dropbox.com/u/44039495/PALADIN.rar

    edit: 3 days and I have been here for a year :O.
    Last edited by averykey; 12-05-2012 at 12:07 PM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  10. #6700
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nertman View Post
    do you know if this is cause pqr or the profile itself? i've tested a few other profiles on the training dummies his seems to be the best of the few that worked
    RangeChecks, since those mobs have a huge hitbox, Ranges are screwd up, it will show things like 40 yards, even if you are right beside him.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063

  11. #6701
    Joebert88's Avatar Corporal
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have any good profiles for PVP restoration shaman?

  12. #6702
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Joebert88 View Post
    Does anyone have any good profiles for PVP restoration shaman?
    I'm doing my Shammy Enha/elemental/Resto, im healing some dungeons a lvl 50, wait for me to get lvl 90 then we will see =)
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063

  13. #6703
    aghost917's Avatar Corporal
    Reputation
    2
    Join Date
    Nov 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone help me out here i dont know how to code past party1-5 as in

    PHP Code:
    if PQR_SpellAvailable(4987)
    and 
    IsSpellInRange("Cleanse""party1") == 1
    and PQR_IsOutOfSight("party1"0.1) == false  then
    if not UnitDebuffID("party1"30108)
    and 
    not UnitDebuffID("party1"124465)
    then
    if UnitDebuffID("party1"8122)
    or 
    UnitDebuffID("party1"5782)
    or 
    UnitDebuffID("party1"111397)
    or 
    UnitDebuffID("party1"118)
    or 
    UnitDebuffID("party1"61305)
    or 
    UnitDebuffID("party1"28272)
    or 
    UnitDebuffID("party1"61721)
    or 
    UnitDebuffID("party1"61780)
    or 
    UnitDebuffID("party1"28271)
    or 
    UnitDebuffID("party1"103139)
    or 
    UnitDebuffID("party1"6358)
    or 
    UnitDebuffID("party1"44572)
    or 
    UnitDebuffID("party1"15487)
    or 
    UnitDebuffID("party1"64044)
    or 
    UnitDebuffID("party1"12598)
    or 
    UnitDebuffID("party1"2139)
    or 
    UnitDebuffID("party1"1499)
    or 
    UnitDebuffID("party1"20066)
    or 
    UnitDebuffID("party1"853)
    or 
    UnitDebuffID("party1"105593)
    or 
    UnitDebuffID("party1"31661)
    or 
    UnitDebuffID("party1"5484)
    or 
    UnitDebuffID("party1"339)
    or 
    UnitDebuffID("party1"47476then
    CastSpellByID
    (4987"party1")
    end
    end
    end 
    What do i change "party1" to, to do raid members? is it: members[6] or members6 or member6 or "member6" or something else?

  14. #6704
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hunter profile update.

    I've changed the coding for Lynx Rush so that it will keep the dot up for longer time when you have readiness available.

    This will increase the damage done by Lynx Rush at the start of the fight by around 50%.

    KMD_All_Hunter_Rotations_v18.zip
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  15. #6705
    surfman's Avatar Member
    Reputation
    2
    Join Date
    Apr 2011
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks KMD and Averykey Congrats on 1 year

    Very good profiles KMD been using them for a short time but they work flawlessly and you are always posting updates +rep
    Is there any way I can make the rotation not fire so many Cobra Shots and especially at 80+ focus ??

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 09:53 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