PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 76 of 779 FirstFirst ... 26727374757677787980126176576 ... LastLast
Results 1,126 to 1,140 of 11681
  1. #1126
    SilverRider's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are there no Shadow priest pvp profiles? just pve ones? =(

    PQR - Rotation Bot
  2. #1127
    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)
    Thank you for all the help crystal tech
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  3. #1128
    808's Avatar Member
    Reputation
    4
    Join Date
    Jun 2012
    Posts
    39
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is the code for Shadowflame from Crystal tech demo profile:

    if EnemyExists and PlayerCombat then
    if PQR_UnitFacing("player", "target")
    and PQR_UnitDistance("player", "target") < 10 then
    return true
    end
    end

    It doesnt cast shadowflame on Ultraxion and I was wondering what could be done. I was going to make a custom profile but wasnt sure what to do.

    Thanks

  4. #1129
    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)
    Originally Posted by 808 View Post
    This is the code for Shadowflame from Crystal tech demo profile:

    if EnemyExists and PlayerCombat then
    if PQR_UnitFacing("player", "target")
    and PQR_UnitDistance("player", "target") < 10 then
    return true
    end
    end

    It doesnt cast shadowflame on Ultraxion and I was wondering what could be done. I was going to make a custom profile but wasnt sure what to do.

    Thanks
    Ultra is a pain to code around lol. so heres a workaround

    copy the profile and add this:

    Name: AoE - Ultra Shadowflame
    SpellID: 47897

    code:
    Code:
    if EnemyExists and PlayerCombat then
         if PQR_SpellAvailable(47897) then return true end
    end
    this will make it always cast if your in range or not. Just replace it with the AoE - Shadowflame in the rotation.

    I've been having problems with xelpers newer apis of unitFacing and Distance.

    Please if someone helped you donate rep to them.

  5. #1130
    blamani's Avatar Active Member
    Reputation
    19
    Join Date
    Jul 2008
    Posts
    80
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When i tried the Monk Rotation on Beta, i got a lot of "ability not ready yet" messages, isn't it checked if the spell is off cd before trying to cast it or is it something else?

  6. #1131
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I wish cockz or someone would update cokx ret pvp profile its amazing but needs work since the code is outdated

  7. #1132
    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 saga3180 View Post
    I wish cockz or someone would update cokx ret pvp profile its amazing but needs work since the code is outdated
    How is it outdated? If you could point it out in the thread, maybe someone with dev skills could help you update it yourself.

  8. #1133
    jazman84's Avatar Site Donator
    Reputation
    41
    Join Date
    May 2008
    Posts
    185
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys, is there a MoP Arms Warrior Profile yet?

    Thanks

  9. #1134
    Grigass's Avatar Private
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for this Easy gold

  10. #1135
    joboy_67's Avatar Active Member Super Wiener CoreCoins Purchaser
    Reputation
    43
    Join Date
    May 2009
    Posts
    212
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I will rep anyone who can make a simple autoloot using the interupt function. The following must apply, the unit must be dead to loot, and make sure it doesnt try to reloot the same body which you have already looted. I only need it for one specific mob so when making it just put in Mangy Wolf and I'll replace it as needed. Tons of thx, my script has been failing recently =P

  11. #1136
    MadBarber's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why spell 1742 is unknown?

  12. #1137
    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)
    Originally Posted by MadBarber View Post
    why spell 1742 is unknown?
    cause its a pet spell so you don't know it but your pet does.

    try CastSpellByID(1742) to cast it.

    Please if someone helped you donate rep to them.

  13. #1138
    v3ntrix's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ive tried a number of Resto druid pve profiles (live not beta). None of them have really worked out well. Anyone have one they particularly like?

  14. #1139
    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)
    Mop rotation for ret - https://dl.dropbox.com/u/44039495/AveryRetMOP.zip
    Has auto seal switch.

    Prot rotation for live

    https://dl.dropbox.com/u/44039495/AveryProt.zip
    Last edited by averykey; 06-27-2012 at 02:13 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  15. #1140
    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)
    Originally Posted by jazman84 View Post
    Hi guys, is there a MoP Arms Warrior Profile yet?

    Thanks
    There is basic Tem Nova MoP profile at /trunk - bubba-pqr-profiles - Bubba & Mentally&#39;s PQR Profiles - Google Project Hosting

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:15 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