PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 26 of 779 FirstFirst ... 22232425262728293076126526 ... LastLast
Results 376 to 390 of 11681
  1. #376
    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)
    @buba + mentally

    Excuse my dumb question: What is this custom table feature in ur profiles and how do I use it?

    Thx 4 answers

    PQR - Rotation Bot
  2. #377
    fredrik1984's Avatar Member
    Reputation
    10
    Join Date
    Apr 2010
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm trying to make a change to Boss's avoid hour of twilight for my rogue and this is my current setup:

    Code:
    -- Hour of Twilight
    local HoTcast,_,_,_,_,endtime = UnitCastingInfo("boss1")
    local HoT = {109415, 106371, 109416, 109415, 109417}
        
    for i,v in ipairs(HoT) do
       if HoTcast == GetSpellInfo(v) 
          and endtime/1000 - GetTime() < 1
          and UnitBuffID("player", 31224) ~= nil
          then RunMacroText("/click ExtraActionButton1")
       end
    end
    What I want is that if I don't have Cloak of Shadows up, it clicks Heroic Will at about 1 second (due to lag) but if I have it up, it shouldn't click it.
    Would this do the job? I can't really try it out at the moment but it would be awesome because at the moment, the only thing I need to do on that boring fight is click hour of twilight if I haven't clicked CoS :P

  3. #378
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Crystal_Tech
    Been trying out your demo profile on a dummy but it doesnt seem to cast anything more than dots
    Do you know what might be causing this?

  4. #379
    onya's Avatar Member
    Reputation
    67
    Join Date
    May 2008
    Posts
    152
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    with the latest build from the updater PQR_UnitFacing("target","player",true) is always returning the same angle and PQR_UnitFacing("target","player") is always returning true.

    *edit*

    PQR_UnitInfo seems to be returning static values too
    Last edited by onya; 05-16-2012 at 04:09 AM.
    Shaman resto and elemental profiles for PQRotation can be downloaded from here - https://db.tt/g2pIFrBc
    Tradeskill profile (Jewelcrafting and disenchant) download here - https://db.tt/aPpOTKJH

  5. #380
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Xelper, I must again give you praise for your retri-profile, it really works wonders <3

  6. #381
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Xelper, A while back on the other thread you posted a very simple aoe switch for your profiles, I can not find it.

    It was called rotation switch test, it switched between profiles when you pressed ctrl.

    If someone has it or can post it; I will rep you.

  7. #382
    jazman84's Avatar Site Donator
    Reputation
    41
    Join Date
    May 2008
    Posts
    185
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this compatible with the Beta?

  8. #383
    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 saga3180 View Post
    @Crystal_Tech
    Been trying out your demo profile on a dummy but it doesnt seem to cast anything more than dots
    Do you know what might be causing this?
    i'll look into it, Its just been so freakin busy here i've haven't even had the time to play wow/d3 much

    Please if someone helped you donate rep to them.

  9. #384
    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 Hoblerhans View Post
    @buba + mentally

    Excuse my dumb question: What is this custom table feature in ur profiles and how do I use it?

    Thx 4 answers
    I assume you're talking about HPally?

    What you do is Highlight a unit in your group and press Right-Ctrl. This will add someone to the Custom Table. Now whenever you want to enable/disable the custom table you type in. /uct or /usecustomtable. Now you'll see a chat message letting you know which Table you are using to heal. If using the Custom Table you will only heal the people you have previously selected. Now I can't say this is 100% bug free at the moment. But last I tested it in a raid it was working.
    ^0^Team Nova's PQR NCC ^0^

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

  10. #385
    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 averykey View Post
    Xelper, A while back on the other thread you posted a very simple aoe switch for your profiles, I can not find it.

    It was called rotation switch test, it switched between profiles when you pressed ctrl.

    If someone has it or can post it; I will rep you.
    I think you might be looking for the PQR function PQR_SwapRotation(). I will be looking to this function for the "Zealot Mode" we talked about. Example code I think should look like, and thanks again bu_ba_911 for letting me know about this function

    Code:
    local zealotry = PQR_UnitBuffID("player", 85696) 
    
    
    if zealotry ~= nil then 
    PQR_SwapRotation("Zealot Mode (Ralphiuss)")
    return true end 
    
    if zealotry ~= 1 then 
    PQR_SwapRotation("PVE Retribution (Ralphiuss)")
    return true end
    Last edited by Ralphiuss; 05-16-2012 at 10:25 AM.

  11. #386
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    Xelper, A while back on the other thread you posted a very simple aoe switch for your profiles, I can not find it.

    It was called rotation switch test, it switched between profiles when you pressed ctrl.

    If someone has it or can post it; I will rep you.
    The function is PQR_SwapRotation("Rotation Name (ProfileName)").

    I used a modifer key to switch over. Unfortunately I don't have that example around anymore.

  12. #387
    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)
    @fredrik1984: Here's an example from our Shadow profile:
    Code:
    -- Hour of Twilight
    if IsLeftShiftKeyDown() and not GetCurrentKeyBoardFocus() then
    	local PQ_Spells = PQ_PriestSpells
    	local PQ_Disp = PQ_Disp
    	
    	if PQ_Spells[PQ_Disp].known and PQR_SpellAvailable(PQ_Disp)
    	then SpellStopCasting() CastSpellByID(PQ_Disp, "player") return true end
    else
    	local HourOfTwilight,_,_,_,_,endTime = UnitCastingInfo("boss1") 
    	for i=1,#PQ_HOT do
    		if HourOfTwilight == GetSpellInfo(PQ_HOT[i]) and endTime/1000 - GetTime() < 1 then
    			SpellStopCasting()
    			RunMacroText("/click ExtraActionButton1")
    		end
    	end
    end
    This then imports:
    Code:
    PQ_HOT = {109417,109416,109415,106371}
    then PQ_PriestSpells (our Priest skill table) and PQ_Disp (Dispersion) from our data file.

    Should be fairly easily changed to suit your own needs. What this does is that if you haven't gotten into Dispersion before it's 1 second left, it clicks Heroic Will for you, though I'm activating it through a modifier key rather than just looking for the Dispersion buff itself.

  13. #388
    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)
    mentally, i downloaded your shadow priest pve profile and it says...

    <PQR Error> You're missing PQR_Nova_Data.lua - Make sure it's in your Data folder! The Rotation has been halted.

    but i can't find the anywhere, it's not in the download or on the Team Nova site =(
    Last edited by Lexi777; 05-16-2012 at 02:59 PM.

  14. #389
    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 Lexi777 View Post
    mentally, i downloaded your shadow priest pve profile and it says...

    <PQR Error> You're missing PQR_Nova_Data.lua - Make sure it's in your Data folder! The Rotation has been halted.

    but i can't find the anywhere, it's not in the download or on the Team Nova site =(
    code.google.com/p/bubba-pqr-profiles/source/browse/trunk/Data/PQR_Nova_Data.lua

    On the right side, at the bottom of the bar is a link that says "view raw data." Right click that link and click save link as and put it in your Data Folder.

    Or, if the profile has links in there for updating through PQR, just follow my guide on the first page a few posts down on how to update profiles.

  15. #390
    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)
    Wow thank you Firepong !! =D


    Adding rep to you and mentally

    *Edit
    =( it says i cant give rep yet
    Last edited by Lexi777; 05-16-2012 at 03:48 PM.

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 06:03 AM. 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