PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 35 of 779 FirstFirst ... 31323334353637383985135535 ... LastLast
Results 511 to 525 of 11681
  1. #511
    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)
    @js1974: Solely depends on what you're trying to do. Some more information would be nice. For example,..

    Code:
    If UnitExists("target") and UnitIsPlayer("target") then Name = UnitName("target") end
    RunMacroText("/target "..Name)
    As far as I know, it's only limited to what's actually possible to in a macro in-game, combined with variables from LUA.
    Can't really tell what you're trying to do, though.
    Last edited by Kinky; 05-20-2012 at 10:29 AM.

    PQR - Rotation Bot
  2. #512
    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)
    Originally Posted by mentally View Post
    I find it pretty lame for you to take requests on which class to level up next. :P Create an alt of class X, see if you like the gameplay/playstyle, if not, rinse and repeat until you've found one!
    Wait wait...Did you just call me lame!?!? What did I do to deserve this? I'm not asking what to level up next. I'm asking what class should I make a profile for. I believe I have a good understanding of the development of these profiles and wanted to tackle another one.

    Is that so wrong? I mean I understand half the code I used in the ret profile was stolen and ripped from others. I gave credit where credit was due. If it's preferred that I don't do that. I will cease and desist.

  3. #513
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by js1974 View Post
    Is there an easy way to add a wait statement between text commands?

    Code:
    RunMacroText("")
    RunMacroText("")
    " wait statement here for GCD time "
    
    RunMacroText("")
    return true 
    end
    Launch RunMacroText when GCD is ready:

    Code:
    if GetSpellCooldown(PQR_GCDSpellID()) == 0 then 
      RunMacroText("")
      return true 
    end
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  4. #514
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,035
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its funny cause I'm workin on bringing my all my profiles into Team Nova like i've said in the past. Just that this past week has been busy and such. I'm hoping to flush out my rogues/destro lock by Monday but no later than Tuesday.

    Please if someone helped you donate rep to them.

  5. #515
    FrostDKsFTW's Avatar Sergeant Major
    Reputation
    20
    Join Date
    Nov 2011
    Posts
    169
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, anyone know if the Nova Blood DK profile is finished yet?

  6. #516
    PuffDank's Avatar Active Member
    Reputation
    38
    Join Date
    Oct 2007
    Posts
    239
    Thanks G/R
    0/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey I am trying to figure out how to get PQR to heal a target that is not in my party/raid

    example is...

    I have a hunter I am trying to level, and I am trying to get PQR to keep my shaman healing the hunter as he follows him around. I am trying to keep them out of party for the bonus xp.

    If anyone could help me or point me in the right direction on how to get my shaman to heal the hunter when they are not in a party together it would be very appreciated.
    AIM - Irakcrimes
    SKYPE - Iraxcrimes

  7. #517
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FrostDKsFTW View Post
    Hey, anyone know if the Nova Blood DK profile is finished yet?
    I've been using it(lfr/dungeons), it needs some work for sure but it's usable for the time being.

  8. #518
    Techz's Avatar Member
    Reputation
    2
    Join Date
    Aug 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all

    Can anyone tell me what they think the best combat rogue profile is please :-)

  9. #519
    haxspidor's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i saw there wasn't any indication of the ban chance of using this bot. i'm interested, but would like to know the anti-warden measures built in.

  10. #520
    js1974's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    199
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    @js1974: Solely depends on what you're trying to do. Some more information would be nice. For example,..

    Code:
    If UnitExists("target") and UnitIsPlayer("target") then Name = UnitName("target") end
    RunMacroText("/target "..Name)
    As far as I know, it's only limited to what's actually possible to in a macro in-game, combined with variables from LUA.
    Can't really tell what you're trying to do, though.
    Well here is the code.

    Code:
    if IsRightShiftKeyDown() then
    RunMacroText("/equipset 4pt11")
    RunMacroText("/cast Guardian of Ancient Kings")
    RunMacroText("/equipset n4pt11")
    return true 
    end
    
    Now the issue in game that happens is it equips the right gear set, Then it used Guardian of Ancient Kings. Now the issue comes into play the 3rd line it's equipping a new gearset but due to the GCD incurred by swapping gear for the first set the 3rd equipset never goes off so it never swaps back into the proper gear. I figure it's because the gear swap is attempted during the GCD.

  11. #521
    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 Techz View Post
    Hi all

    Can anyone tell me what they think the best combat rogue profile is please :-)
    For me is Sheuron profile if you want a complex one or Daxavi for a simple but very efficient one.

  12. #522
    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 haxspidor View Post
    i saw there wasn't any indication of the ban chance of using this bot. i'm interested, but would like to know the anti-warden measures built in.
    None.... 10 chars
    ^0^Team Nova's PQR NCC ^0^

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

  13. #523
    Bobita70's Avatar Member
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi people .. first of all thanks for this awesome tool .. TBH I dont think I would be playing anymore if it wasnt available, the only toon I still play manually is my main, (I got 10 toons all 85); I was wondering if there is a way to use honorbuddy but with the pqr bot handling the dps as some cc for honorbuddy are not very good; or a way to translate the pqr rotation and include it into the HB one. I apologise if is felt this is the wrong forum but I am aware there are many HB users amongst the profile developers here. Any help would be greatly appreciated
    Cheers

  14. #524
    hbkx1's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone have a link for a good disc profile....I remember one back in the old pqr but cant seem it find it searching

  15. #525
    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 PuffDank View Post
    Hey I am trying to figure out how to get PQR to heal a target that is not in my party/raid

    example is...

    I have a hunter I am trying to level, and I am trying to get PQR to keep my shaman healing the hunter as he follows him around. I am trying to keep them out of party for the bonus xp.

    If anyone could help me or point me in the right direction on how to get my shaman to heal the hunter when they are not in a party together it would be very appreciated.
    If you need heals on a hunter just soloing you're probably doing something wrong.

    I'm still without computer but I've gotten an unlimited data plan for my phone.

    Sent from my Galaxy Nexus using Tapatalk 2

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 12:34 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