PQR - Rotation Bot menu

User Tag List

Page 333 of 779 FirstFirst ... 233283329330331332333334335336337383433 ... LastLast
Results 4,981 to 4,995 of 11681
  1. #4981
    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 Scizz View Post
    Hey everyone, I'm in need of some help! I've been trying to work on a mistweaver profile for monks, yet I'm still new to coding, I have been able to do the DPS stuff pretty easily but when it comes to the healing I cant seem to make him cast the spells on the other players... it registers that they're low health yet heals myself... If I could get some assistance or guidance on how to properly do this that would be great
    might need to use custom target

    Please if someone helped you donate rep to them.

    PQR - Rotation Bot
  2. #4982
    Shayden85's Avatar Active Member
    Reputation
    64
    Join Date
    Mar 2008
    Posts
    204
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    Message: [string "Chi = UnitPower("player",12)  ..."]:9: attempt to perform arithmetic on a nil value
    Time: 10/13/12 23:12:49
    Count: 1710
    Stack: [string "Chi = UnitPower("player",12)  ..."]:9: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
    
    Locals: _ = "Tiger Power"
    _ = ""
    _ = "Interface\Icons\ability_monk_tigerpalm"
    TPstack = 3
    (*temporary) = nil
    (*temporary) = 200654.184
    (*temporary) = 200654.184
    (*temporary) = "target"
    (*temporary) = 130320
    (*temporary) = "PLAYER"
    (*temporary) = "attempt to perform arithmetic on a nil value"
    Whats wrong here ? Or it not possible for you to see ?

  3. #4983
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Scizz View Post
    Hey everyone, I'm in need of some help! I've been trying to work on a mistweaver profile for monks, yet I'm still new to coding, I have been able to do the DPS stuff pretty easily but when it comes to the healing I cant seem to make him cast the spells on the other players... it registers that they're low health yet heals myself... If I could get some assistance or guidance on how to properly do this that would be great
    If you want, I can give you a huge head start on your project I got most of my monk mistweaver rewrite done, you can get a look at it and see if you can beat it your own way! I mean I don't even have my own monk, so I'm sure what I come up with won't be ideal like the classes I play are.

    Sent from my Thunderbolt using Tapatalk 2
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  4. #4984
    lawlmoto's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yourson View Post
    WTB more dps warrior developers...
    What spec?

  5. #4985
    Avatarinc's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Feb 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lawlmoto View Post
    What spec?
    TG Fury IMHO

  6. #4986
    Button's Avatar Active Member
    Reputation
    24
    Join Date
    Mar 2007
    Posts
    53
    Thanks G/R
    0/1
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys, I'm using FireKitteh Feral Druid profile, was wondering if its the most up to date and if you have any better ones.

  7. #4987
    machajr's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    38
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi all . i need a little help. i m tryin to do when i have got unlesh elements buff i want to use flame shock. i tried this but its not worked
    ifUnitBuffID("player", 73683)

    return true

    end

  8. #4988
    lawlmoto's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by machajr View Post
    hi all . i need a little help. i m tryin to do when i have got unlesh elements buff i want to use flame shock. i tried this but its not worked
    ifUnitBuffID("player", 73683)

    return true

    end
    add a then
    PHP Code:
    if UnitBuffID("player"73683then

    return true end 

  9. #4989
    Nikelua's Avatar Member
    Reputation
    3
    Join Date
    Dec 2011
    Posts
    2
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, how can i stop rotation when my char eating ?

    Like IsMounted() but for eating.

  10. #4990
    lawlmoto's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shayden85 View Post
    Code:
    Message: [string "Chi = UnitPower("player",12)  ..."]:9: attempt to perform arithmetic on a nil value
    Time: 10/13/12 23:12:49
    Count: 1710
    Stack: [string "Chi = UnitPower("player",12)  ..."]:9: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
    
    Locals: _ = "Tiger Power"
    _ = ""
    _ = "Interface\Icons\ability_monk_tigerpalm"
    TPstack = 3
    (*temporary) = nil
    (*temporary) = 200654.184
    (*temporary) = 200654.184
    (*temporary) = "target"
    (*temporary) = 130320
    (*temporary) = "PLAYER"
    (*temporary) = "attempt to perform arithmetic on a nil value"
    Whats wrong here ? Or it not possible for you to see ?
    Can you link to the code?

    Are you trying to compare chi to unitpower or setting local chi = unitpower?

  11. #4991
    lawlmoto's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nikelua View Post
    Hello, how can i stop rotation when my char eating ?

    Like IsMounted() but for eating.
    if UnitBuffID("player",80169) then return true end

    spell id 0 (pause)

  12. #4992
    Genocyber's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    108
    Thanks G/R
    111/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is any warlock pvp profile (any spec) ?
    I cant found one..

    Thanks

  13. #4993
    ReapersDeath's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So i have one question... has ANYONE been banned or suspended/caught while using this? At all? I use to use it in 4.3 but its 5.0.5 soon 5.1 and idk if its safe now

    and could anyone give me a new link to the most up to date PQR rotation. the Original post hasnt been updated in forever.

  14. #4994
    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 ReapersDeath View Post
    So i have one question... has ANYONE been banned or suspended/caught while using this? At all? I use to use it in 4.3 but its 5.0.5 soon 5.1 and idk if its safe now

    and could anyone give me a new link to the most up to date PQR rotation. the Original post hasnt been updated in forever.
    first post in this thread!

    Please if someone helped you donate rep to them.

  15. #4995
    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 ReapersDeath View Post
    So i have one question... has ANYONE been banned or suspended/caught while using this? At all? I use to use it in 4.3 but its 5.0.5 soon 5.1 and idk if its safe now

    and could anyone give me a new link to the most up to date PQR rotation. the Original post hasnt been updated in forever.
    If you're worried about being caught, I wouldn't use any third party programs.
    Former PQR Developer

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 07:17 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