PQR - Rotation Bot menu

User Tag List

Page 97 of 779 FirstFirst ... 4793949596979899100101147197597 ... LastLast
Results 1,441 to 1,455 of 11681
  1. #1441
    Dimonoff's Avatar Master Sergeant
    Reputation
    12
    Join Date
    May 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    deleted↓↓↓↓↓
    Last edited by Dimonoff; 07-13-2012 at 01:52 PM.

    PQR - Rotation Bot
  2. #1442
    Mpzor's Avatar Member
    Reputation
    6
    Join Date
    Feb 2012
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    crystaI: I understand a bit more now after you explained it, so thank you So if I understand correctly "~= 0" would be the same as "~= nil"? If not, what does "nil" mean?

    edit: And why is "end" sometimes used a couple of times in a row at the end? Shouldnt it be enough with just one "end" ?
    Last edited by Mpzor; 07-13-2012 at 02:34 PM.

  3. #1443
    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 Mpzor View Post
    crystaI: I understand a bit more now after you explained it, so thank you So if I understand correctly "~= 0" would be the same as "~= nil"? If not, what does "nil" mean?

    edit: And why is "end" sometimes used a couple of times in a row at the end? Shouldnt it be enough with just one "end" ?
    ~=0 is not equal to zero and zero in lua is a value
    nil to lua is nothing; as in it has no value and doesn't exist

    as for the extra end,

    for every if then statement, do while, or for loop you open it must be closed. now you can put if then statements and such inside other if then's. its called 'nesting' or 'nested if statement'.

    example

    Code:
    --nested if then example 1
    if UnitExists("player") then
         if UnitisDead("player") then
              return true
         end
    end
    
    or it can look like this
    
    --nested if then example 2
    if UnitExists("player") then
         if UnitisDead("player") then return true end
    end
    
    and some people do this
    
    --nested example 3
    if UnitExists("player") then
    if UnitisDead("player") then
    return true
    end
    end
    they all do the same thing, but I like to indent(tab or five spaces of the spacebar) like example 1 and 2 so i know that each statement is closed. there are times when i've nested more than just 1 if then and if i do that i just add another tab or five spaces to keep it all lined up and looking nice.

    Please if someone helped you donate rep to them.

  4. #1444
    Persikos's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello everyone. Sorry for bad English. The profile kitskmydog MM PVP does not use Aimed Shot! Fire! - Spell - World of Warcraft with procs. Tell me how to fix it)
    P.S. Or give a good profile of MM PVP.

  5. #1445
    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 Persikos View Post
    Hello everyone. Sorry for bad English. The profile kitskmydog MM PVP does not use Aimed Shot! Fire! - Spell - World of Warcraft with procs. Tell me how to fix it)
    P.S. Or give a good profile of MM PVP.
    kicks profile still uses english strings in some areas i think. thats prob the error your getting.

    Please if someone helped you donate rep to them.

  6. #1446
    Persikos's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay(( Thanks for the answer.
    A profile is MM pvp there? from other publishers.СrystaI thanks, I take your profile SV )
    Last edited by Persikos; 07-13-2012 at 03:50 PM.

  7. #1447
    Clotic's Avatar Member Authenticator enabled
    Reputation
    11
    Join Date
    Jun 2010
    Posts
    200
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lf Shaman PVP profile (restro Profile)

  8. #1448
    Cookie799's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i am using kickmydogs pvpMM profile but it seems to always want to go into melee range when using it with HB

  9. #1449
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cookie799 View Post
    i am using kickmydogs pvpMM profile but it seems to always want to go into melee range when using it with HB
    That's HonorBuddy's problem my man, not PQRotation. When HonorBuddy sees you as having aggro by anything, it will auto run up to that person and start in melee range. Don't ask me why, it's just plain retarded.

  10. #1450
    wowcrazy4's Avatar Private
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    xelper will u be updating your paladin profiles for MOP at all in it comes u made a great profile for ret i love it


    o and quick question is this detecable at all to get baned or anything

  11. #1451
    Lexi777's Avatar Member
    Reputation
    8
    Join Date
    May 2012
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wowcrazy4 View Post
    o and quick question is this detecable at all to get baned or anything
    Anything that injects into the game, there is a chance of getting banned, yes.

    @The guy asking for a PvP rShammy profile, there arent any. But if you take Onya's or anyones PvE and change it around you can make it work in pvp. take out chain heal etc etc.

  12. #1452
    wowcrazy4's Avatar Private
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i know that but is it detecable

  13. #1453
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wowcrazy4 View Post
    i know that but is it detecable
    Error on the side of yes.

  14. #1454
    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)
    Originally Posted by wowcrazy4 View Post
    i know that but is it detecable
    You get insta-banned if you use it, just watch out.

  15. #1455
    Cookie799's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    That's HonorBuddy's problem my man, not PQRotation. When HonorBuddy sees you as having aggro by anything, it will auto run up to that person and start in melee range. Don't ask me why, it's just plain retarded.
    ty for your reply .... but when i use my mage or lock it keeps its distance ....... hmmmm

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 01:44 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