PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 615 of 779 FirstFirst ... 115515565611612613614615616617618619665715 ... LastLast
Results 9,211 to 9,225 of 11681
  1. #9211
    Nerder's Avatar Contributor
    Reputation
    117
    Join Date
    Aug 2012
    Posts
    263
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WWF View Post
    it is a simple code for Jin'rokh berserker Hard Mode
    Code:
    -- Ionization
    if UnitDebuffID("player", 138733) ~= nil and UnitDebuffID("player", 138002) == nil and not isMoving then
    	if PQR_SpellAvailable(122783) and IsSpellKnown(122783) then
    		CastSpellByName(GetSpellInfo(122783), "player")
    	end
    end
    how could i check "no raid members within 4 yards from me"?
    Code:
    function RangeCheck()
    	if IsInRaid() then
    		group = "raid"
    	elseif IsInGroup() then
    		group = "party"
    	end
    
    	for i = 1, GetNumGroupMembers() do
    		if PQR_UnitDistance("player", group..i) < 4 then
    			return true
    		else
    			return false
    		end
    	end
    end
    
    if ( UnitDebuffID("player", 138733) ~= nil and UnitDebuffID("player", 138002) == nil ) and RangeCheck() == true and not isMoving then
            if PQR_SpellAvailable(122783) and IsSpellKnown(122783) then
            	CastSpellByName(GetSpellInfo(122783), "player")
            end
    end

    if you wanna test it do:
    if RangeCheck() == true then
    print("ERH-MAH-GERD, SOMEONE NEXT TO ME")
    end
    Last edited by Nerder; 04-07-2013 at 05:54 PM.

    PQR - Rotation Bot
  2. #9212
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Nerder thanks, + rep

  3. #9213
    travis2861's Avatar Contributor
    Reputation
    99
    Join Date
    Aug 2007
    Posts
    227
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Nerder

    Fury profile spits out this error right after I charge something.

    Code:
    Message: Usage: CastSpellByName(name[, target])Time: 04/07/13 17:40:03
    Count: 194
    Stack: [C]: ?
    [C]: in function `CastSpellByName'
    [string "if GetSpellCooldown(85730) == 0 and UnitPow..."]:2: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:765: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:534: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:287: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
    
    
    Locals: (*temporary) = nil
    (*temporary) = "player"

  4. #9214
    Nerder's Avatar Contributor
    Reputation
    117
    Join Date
    Aug 2012
    Posts
    263
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by travis2861 View Post
    @Nerder

    Fury profile spits out this error right after I charge something.

    Code:
    Message: Usage: CastSpellByName(name[, target])Time: 04/07/13 17:40:03
    Count: 194
    Stack: [C]: ?
    [C]: in function `CastSpellByName'
    [string "if GetSpellCooldown(85730) == 0 and UnitPow..."]:2: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:765: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:534: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:287: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
    
    
    Locals: (*temporary) = nil
    (*temporary) = "player"
    i havent finished a war profile since 5.2

  5. #9215
    diesall's Avatar Contributor
    Reputation
    199
    Join Date
    Jul 2011
    Posts
    210
    Thanks G/R
    1/48
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    PQInterface is currently going through a complete rewrite, to: Optimise code / memory usage and add a heap of new features.
    i will be releasing a developer version a prior to its release as rotation configurations will need to be updated to the new format.

    very much still in development so any profile authors using the currently platform that have any feature / bug requests, inbox your ideas to me,
    Last edited by diesall; 04-07-2013 at 10:40 PM.

  6. #9216
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by diesall View Post
    PQInterface is currently going through a complete rewrite, to: Optimise code / memory usage and add a heap of new features.
    i will be releasing a developer version a prior to its release as rotation configurations will need to be updated to the new format.

    very much still in development so any profile authors using the currently platform that have any feature / bug requests, inbox your ideas to me,
    thats great news, can't wait to see what you have in store! will PM you some ideas i have =D

    Alpha Profiles: - All profiles with PQInterface support!
    Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
    Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
    Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
    Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI

  7. #9217
    Brostep's Avatar Private
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Please HELP!

    Hello,I would like to ask if there is any PQR rotation for feral druid on patch 3.3.5a. If yes, PLEASE send me a link where can I download it.

  8. #9218
    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)
    just a heads up, my account for wow is frozen until i can come up with a way to pay for it, so until that happens i have no way to test anything.

    Please if someone helped you donate rep to them.

  9. #9219
    ionemaster's Avatar Member
    Reputation
    3
    Join Date
    Apr 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello,I would like to ask if there is any PQR rotation for HEAL DRUID (Resto Druid Tree) and Priest - Disc or Holy on patch 3.3.5a. If yes, PLEASE send me.About the price of the deal PM.

  10. #9220
    ithinkyourmad's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anybody got 5.3 Offsets (16790) for the ptr atm? Or is anybody working on them?
    Would be much appreciated if someone could send me them.

  11. #9221
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    couple of questions

    how do i check what the currently being cast spell is ? if UnitCastingInfo("player") ? Can anyone give me an example of it used ?

    also how would i check if my Focus target is the same as my main target ?

  12. #9222
    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 Mavmins View Post
    couple of questions

    how do i check what the currently being cast spell is ? if UnitCastingInfo("player") ? Can anyone give me an example of it used ?

    also how would i check if my Focus target is the same as my main target ?
    Code:
    local spell = "Flash of Light"
    if UnitCastingInfo("player")  == spell then
    	print("I am casting " .. spell)
    end
    Code:
    UnitIsUnit("target", "focus")

  13. #9223
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks !

    Could i just use

    Code:
    if UnitCastingInfo("player")  == "Chaos Bolt"

  14. #9224
    DiabloFan's Avatar Master Sergeant
    Reputation
    10
    Join Date
    Sep 2011
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mavmins View Post
    thanks !

    Could i just use

    Code:
    if UnitCastingInfo("player")  == "Chaos Bolt"
    Yep, you can use spell IDs too if that's easier. In which case you'd do:

    PHP Code:
    if UnitCastingInfo("player") == GetSpellInfo(116858then 

  15. #9225
    LazyRaider's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Feb 2013
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Will PQI profiles still work while PQI is being rewritten?

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 03:00 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