PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 522 of 779 FirstFirst ... 22422472518519520521522523524525526572622 ... LastLast
Results 7,816 to 7,830 of 11681
  1. #7816
    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 NicodemusAtNIMH View Post
    @nerder

    loving the rogue rotation, i would like to know where the part is that i stealth on a target and then open an attack from behind the target, i want to first sap target then pickpocket then attack. Would like some help on that part please.
    Check if you have target, check if you re in range, then PQR_NotBehindTarget(), cast Sap.

    If target is sapped, then PickPocket. Done.

    You will probably need a GUID Table so you dont cast on the same target more than one time.
    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

    PQR - Rotation Bot
  2. #7817
    kingdps's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any guide how to make Offsets ?

  3. #7818
    Bendecks's Avatar Sergeant CoreCoins Purchaser
    Reputation
    5
    Join Date
    Aug 2011
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could anyone conjure a piece of code that allows me to disenchant all items in my bag that can be disenchanted?

    I take full responsibility for any blues/epics I may disenchant by mistake, it's just that I have a full bank of various greens do be de'ed...

  4. #7819
    fish221171's Avatar Member
    Reputation
    9
    Join Date
    Mar 2010
    Posts
    76
    Thanks G/R
    1/5
    Trade Feedback
    4 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Guys,

    I am a bit new to PQR. Anyway I have done the SVN update and have the following structure:

    PQRInterface
    Trunk

    To get the resto interface with Nova frame what do I need to do?

    Can someone point me in the right direction. Only interested in Resto Druid.

    Thanks

  5. #7820
    Khaze41's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been wondering if the most recent version of PQR will work on the 5.2 PTR Realm? Random I know, but I want to play around with different classes ya know? lol

  6. #7821
    Jaylock's Avatar Member
    Reputation
    13
    Join Date
    Apr 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    i'd broke'd it by mistake, problem is I forgot a unit check in the data folder under SpecialUnit() so it broke. please update the data file to the newest version should be fixed now.
    Still not working

    I updated it through PQR, should i manually dl it?

  7. #7822
    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 Jaylock View Post
    Still not working

    I updated it through PQR, should i manually dl it?
    goto function SpecialUnit()

    comment out the IsUnitPlayer("target") and the next line and the end see if that fixes it.

    Please if someone helped you donate rep to them.

  8. #7823
    Jaylock's Avatar Member
    Reputation
    13
    Join Date
    Apr 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sweet, fixed, thank you!

  9. #7824
    diesall's Avatar Contributor
    Reputation
    199
    Join Date
    Jul 2011
    Posts
    212
    Thanks G/R
    1/48
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quick update for PQinterface Rotation Configurations (aimed @ profile developers):
    (looking for any extra functionality suggestions/requests before this goes live)

    Sample Rotation Configuration:


    Key Features at a glance
    • Save up to 10 nameable sets of settings per rotation Configuration
    • Minimal design themed to match ElvUI users
    • simple implementation for rotation developers
    • support for multiple rotation configurations



    Sample PQR Ability Code needed for a rotation configuration:
    Code:
    if PQI_FrostTestDiesal then return false end
    
    local rotation = {
    	name = 'Frost Test',
    	author = 'Diesal',
    abilities = {
    		{'Death Strike(Dark Succor)', 1, 0, 90, 'used to add an optional tooltip to the (1-100) EditBox','This entry is used to add an optional tooltip to the ability name text '},
    		{'Anti-magic Shell', 1, 0, 50, 'used to add an optional tooltip to the (1-100) EditBox'},		
    		{'Ice Bound Fortitude', 1, 0, 30, 'used to add an optional tooltip to the (1-100) EditBox'},		
    		{'Trinket 1', 1, 1},
    		{'Trinket 2', 1, 1},
    		{'Mogu Power Potion', 1, 1, 20, nil, 'This entry is used to add an optional tooltip to the ability name text'}
    	},
    hotkeys = {
                    {'Pause', 1, 'lshift'},
    		{'Empowered Runic Weapon', 1, 'lctrl', 'This entry is used to add an optional tooltip to the hotkey name text'},
    		{'Death and Decay', 1, 'lalt', 'This entry is used to add an optional tooltip to the hotkey name text'}
    	}	
    }
    
    
    PQI_Data:AddRotation(rotation)
    PQI_FrostTestDiesal = true
    Last edited by diesall; 02-02-2013 at 02:11 PM.

  10. #7825
    chk's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any good warrior pvp profiles? I'm fluent with lua I just don't know what warriors are meant to do so a guide would be nice too

  11. #7826
    chk's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ezzaculate View Post
    Get him ninjaderp
    Judging by your replys to my other thread I'm guessing this is intended as some sort of insult?

  12. #7827
    moirae's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there are some profiles here on the forum from failroad and bggreen look in search and you will find them btw if you find a way to make them better please post them back on the forums

  13. #7828
    chk's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by moirae View Post
    there are some profiles here on the forum from failroad and bggreen look in search and you will find them btw if you find a way to make them better please post them back on the forums
    All the 5.1 versions were removed

  14. #7829
    CaptnHaddock's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been trying to make profiles for patch 3.3.5a but i can't get it working.. so atm i'm looking for a guy who can make me PQR profiles which works for patch 3.3.5a..
    If you can come up with any profiles which works very well am i'm going to to pay for it ofc

  15. #7830
    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 diesall View Post
    Quick update for PQinterface Rotation Configurations (aimed @ profile developers):
    (looking for any extra functionality suggestions/requests before this goes live)

    Sample Rotation Configuration:


    Key Features at a glance
    • Save up to 10 nameable sets of settings per rotation Configuration
    • Minimal design themed to match ElvUI users
    • simple implementation for rotation developers
    • support for multiple rotation configurations



    Sample PQR Ability Code needed for a rotation configuration:
    Code:
    if PQI_FrostTestDiesal then return false end
    
    local rotation = {
    	name = 'Frost Test',
    	author = 'Diesal',
    abilities = {
    		{'Death Strike(Dark Succor)', 1, 0, 90, 'used to add an optional tooltip to the (1-100) EditBox','This entry is used to add an optional tooltip to the ability name text '},
    		{'Anti-magic Shell', 1, 0, 50, 'used to add an optional tooltip to the (1-100) EditBox'},		
    		{'Ice Bound Fortitude', 1, 0, 30, 'used to add an optional tooltip to the (1-100) EditBox'},		
    		{'Trinket 1', 1, 1},
    		{'Trinket 2', 1, 1},
    		{'Mogu Power Potion', 1, 1, 20, nil, 'This entry is used to add an optional tooltip to the ability name text'}
    	},
    hotkeys = {
                    {'Pause', 1, 'lshift'},
    		{'Empowered Runic Weapon', 1, 'lctrl', 'This entry is used to add an optional tooltip to the hotkey name text'},
    		{'Death and Decay', 1, 'lalt', 'This entry is used to add an optional tooltip to the hotkey name text'}
    	}	
    }
    
    
    PQI_Data:AddRotation(rotation)
    PQI_FrostTestDiesal = true
    look good

    i'll probably run an action to see if your addon is currently running, and load yours by default if thats the case XD

    the ability to save your configurations if nice (and having multiple saves to switch through depending on trash, boss, pvp, encounter specific, etc)
    ^0^Team Nova's PQR NCC ^0^

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

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