PQR - Rotation Bot menu

User Tag List

Page 462 of 779 FirstFirst ... 362412458459460461462463464465466512562 ... LastLast
Results 6,916 to 6,930 of 11681
  1. #6916
    TheOzman's Avatar Member
    Reputation
    4
    Join Date
    May 2007
    Posts
    13
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kclux View Post
    This baffles me, PQR does work again now !! I was sure it had to do with the offset again as it did in the past. I don't really understand why it works now though, why would have logging such an impact.
    You can also solve the problem with acquiring the correct offsets for the taintLog enabled gamestate, just turning of taint logs is a lot easier though.

    PQR - Rotation Bot
  2. #6917
    kclux's Avatar Active Member
    Reputation
    16
    Join Date
    Jun 2011
    Posts
    199
    Thanks G/R
    2/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheOzman View Post
    You can also solve the problem with acquiring the correct offsets for the taintLog enabled gamestate, just turning of taint logs is a lot easier though.
    Well, thanks a lot !!! Finally a working PQR again.

  3. #6918
    lantus's Avatar Active Member
    Reputation
    46
    Join Date
    Feb 2012
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    Also, I want to be the first one to congratulate myself with happy birthday. *claps*
    Happy bday! Yay cake!

  4. #6919
    passionford's Avatar Member
    Reputation
    5
    Join Date
    Apr 2009
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    @OnionsTich: As mentioned, it's probably because PQR_UnitFacing is currently bugged.

    Also, I want to be the first one to congratulate myself with happy birthday. *claps*
    Happy birthday

    Looking forward to the arcane profile too :P

  5. #6920
    Ralphiuss's Avatar Active Member
    Reputation
    44
    Join Date
    Sep 2011
    Posts
    230
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Happpy birthday mentally-chan!

  6. #6921
    Hoblerhans's Avatar Member
    Reputation
    9
    Join Date
    Dec 2010
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Happy b-day @mentally....

  7. #6922
    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)
    how do i check if a unit has a buff, if i have a list of buffs in a table?

  8. #6923
    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 D1sc1pl1n3 View Post
    how do i check if a unit has a buff, if i have a list of buffs in a table?
    PHP Code:
    BuffsTable {
    54565
    59875
    21235

    Check individual buffs:
    PHP Code:
    UnitBuffID("player"BuffsTable[1]) 
    or

    Check them all!

    PHP Code:
    for i=1#BuffsTable do
        
    if UnitBuffID("player"BuffsTable[i]) then
            
    print("W SO BUFF?")
        
    end
    end 
    From there you can make a variable like, HasBuffs and do a increment every time you found a buff on the target.

    if HasBuffs >= 1 then...
    Last edited by Rubim; 12-12-2012 at 04:37 PM.
    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

  9. #6924
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,036
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rubim View Post
    PHP Code:
    BuffsTable {
    54565
    59875
    21235

    Check individual buffs:
    PHP Code:
    UnitBuffID("player"BuffsTable[1]) 
    or

    Check them all!

    PHP Code:
    for i=1#BuffsTable do
        
    if UnitBuffID("player"BuffsTable[i]) then
            
    print("W SO BUFF?")
        
    end
    end 
    From there you can make a variable like, HasBuffs and do a increment every time you found a buff on the target.

    if HasBuffs >= 1 then...
    might want to limit the buffcheck loop to 40 as thats the max a player can see.

    Please if someone helped you donate rep to them.

  10. #6925
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @D1sc1pl1n3: Just like Rubim posted. Induvidually, or, loop them if you want to check for all the buffs or debuffs in the table.

    Anyhow, I've changed a lot with Fire, Shadow and Demonology so far, I haven't gotten around to fully test them all in a raiding environment yet as I'm still feeling quite nauseous. A lot of information have been condensed like I've done with the Fire Mage profile initially, instead of using up precious memory creating different abilities for every talent. Each profile should also now be pretty identical in how they support Racial abilities, Profession abilities and other Events.

    Also, for those of you that have been waiting, the Frost profile is almost done and the Arcane profile is untested. As above, I still feel sick but once I've tested the other 3 profiles and made sure they work as intended, I'll stress-test Arcane/Frost and release those as well, sometime towards the weekend. =)
    Last edited by Kinky; 12-12-2012 at 05:36 PM.

  11. #6926
    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)
    You'll want to put commas after each buff you want to check.

    Originally Posted by crystal_tech View Post
    might want to limit the buffcheck loop to 40 as thats the max a player can see.
    Checking a table, not buff index on the player.

  12. #6927
    snowhawk's Avatar Contributor
    Reputation
    150
    Join Date
    Aug 2008
    Posts
    239
    Thanks G/R
    42/133
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    Also, I want to be the first one to congratulate myself with happy birthday. *claps*
    @mentally Happy Bday!!!!!

  13. #6928
    misterneko's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Dec 2011
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    His profiles I don't think have been updated in a while. I'm pretty sure that he is only playing 1 class now (don't know which) and is devoting his time to that. Dailies pretty much burned him out, like it did the rest of us losers lol

    Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
    im playing with mage profile arcane...ugh
    Last edited by misterneko; 12-12-2012 at 07:15 PM.

  14. #6929
    Debordes's Avatar Member
    Reputation
    14
    Join Date
    Oct 2007
    Posts
    128
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone happen to have a good enhancement shaman PvE profile? I am using Enhance 2.0 currently, and it cast LB a lot on 3 maelstrom stacks...not sure if that is idea or not.

  15. #6930
    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 Debordes View Post
    Anyone happen to have a good enhancement shaman PvE profile? I am using Enhance 2.0 currently, and it cast LB a lot on 3 maelstrom stacks...not sure if that is idea or not.
    lightning_bolt,if=buff.maelstrom_weapon.react>=3&!buff.ascendance.up

    According to simcraft thats correct.
    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

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 05:31 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