[BETA] PQRotation - an automated ability priority queue. menu

Shout-Out

User Tag List

Page 693 of 731 FirstFirst ... 193593643689690691692693694695696697 ... LastLast
Results 10,381 to 10,395 of 10955
  1. #10381
    DymondKing's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sivers View Post
    are you using the most current version of WoW and PQR? there is an update button within PQR that will also download the latest offsets for the most current WoW patch.

    for the profiles, you need to make sure both the rotation.xml and abilities.xml is within the PQR\PROFILES\CLASS folder. some newer rotations also require the use of a data file, which should be included in whatever archive file the XMLs were in. the data file goes in the PQR\Data folder
    Yeah bud, all of that fits to what I was doing.

    Is there a specific destination the PQR folder should be in?
    When I place the rotation and ability .xmls in the class folder, shouldn't I be able to see it when I choose to view it from the edit box?

    Currently I have a pair of hunter xmls in the class/hunter folder and this is what shows up on my PQR: https://i.imgur.com/uXY89.jpg?1

    [BETA] PQRotation - an automated ability priority queue.
  2. #10382
    nertharul's Avatar Member
    Reputation
    3
    Join Date
    Apr 2010
    Posts
    72
    Thanks G/R
    1/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Excuse me good ppl anyone know if theres a new version of ishtro arms profile??? i have 7/2/12

  3. #10383
    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 DymondKing View Post
    Yeah bud, all of that fits to what I was doing.

    Is there a specific destination the PQR folder should be in?
    When I place the rotation and ability .xmls in the class folder, shouldn't I be able to see it when I choose to view it from the edit box?

    Currently I have a pair of hunter xmls in the class/hunter folder and this is what shows up on my PQR: https://i.imgur.com/uXY89.jpg?1
    "Edit mode", PQR didnt detected your WoW, maybe 64Bits setup.
    [ 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. #10384
    DymondKing's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    "Edit mode", PQR didnt detected your WoW, maybe 64Bits setup.
    It is 64Bit, that bad?

  5. #10385
    Noelpqr's Avatar Member
    Reputation
    3
    Join Date
    Oct 2011
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DymondKing View Post
    It is 64Bit, that bad?
    it is just PQR doesn't support 64

  6. #10386
    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)
    @Xelper: was wondering on a way to improve control over PQR. Currently we can use PQR_AddToSpellDelayList to able people cast spells while the rotation run, but i think found another way to do it.

    Code:
    ActionCommand = { "ACTIONBUTTON", "MULTIACTIONBAR1BUTTON", "MULTIACTIONBAR2BUTTON", "MULTIACTIONBAR3BUTTON", "MULTIACTIONBAR4BUTTON", "SHAPESHIFTBUTTON" } 
    ActionKeys = { } 
    
    for c=1,#ActionCommand do
      for i=1,12 do
        local getkey = GetBindingKey(ActionCommand[c]..i)
        if getkey then table.insert(ActionKeys,getkey) end 
      end
    end
    ActionKeys table contains all keys used in game to fire actions. Is possible to make PQR delay the rotation when any of those keys are used. This way any player can use spells on his own keybindings.

    This is working example of same but using mouseclicks

    Code:
    local mousefocus = GetMouseFocus() 
    if mousefocus and mousefocus.action and IsMouseButtonDown(1) 
    then SpellCancelQueuedSpell() PQR_DelayRotation(1) end
    This code allow you use any spell in your action bars double clicking on it. First click delay the rotation 1 second, and second click cue spell on game.

    Btw, this function is awesome "SpellCancelQueuedSpell()", dont cancel current spell cast, just deleted next spell already cued in game.
    Last edited by sheuron; 04-26-2012 at 11:42 PM.
    [ 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]

  7. #10387
    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)
    @Xelper, can the next minor patch also detect WoW in 64 bit mode, and provide a message/one click to remove 64 (by deleting movieproxy,wow-64,and battle-64.dll)?

  8. #10388
    osbornx22's Avatar Sergeant
    Reputation
    14
    Join Date
    Nov 2009
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dariusz View Post
    get the following error on 2 different wow installs

    the add on try to execute the insctruction UNKNOWN()) from a tainted execution path.
    Debug:
    [C]: ?
    [C]: CastSpellByID()
    [string "if PQR_Addon_Loaded == nil then..."]:698: PQR_CastAbility()
    [string "if PQR_Addon_Loaded == nil then..."]:540: PQR_ExecuteRotation()
    [string "if PQR_Addon_Loaded == nil then..."]:288:
    [string "if PQR_Addon_Loaded == nil then..."]:214
    i have the same problem, but just with my druid, not with my mage, warrior, paladin or shaman.

    but if i make a test rotation with just one skill [ print("rofl") ] then i get no error

    Date: 2012-04-27 04:50:12
    ID: 1
    Error occured in: Global
    Count: 1
    Message: [string "if PQR_Addon_Loaded == nil then..."] line 755:
    attempt to call field '?' (a nil value)
    Debug:
    [C]: ?()
    [string "if PQR_Addon_Loaded == nil then..."]:755: PQR_NextAbility()
    [string "if PQR_Addon_Loaded == nil then..."]:531: PQR_ExecuteRotation()
    [string "if PQR_Addon_Loaded == nil then..."]:288:
    [string "if PQR_Addon_Loaded == nil then..."]:214
    Last edited by osbornx22; 04-26-2012 at 09:58 PM.

  9. #10389
    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)
    osborn do u have the latest PQR?
    ^0^Team Nova's PQR NCC ^0^

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

  10. #10390
    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)
    Profile updates, package includes:
    Mage (Frost PvP, Fire PvE, Fire PvP, Arcane PvE)
    Priest (Holy PvE, Discipline PvP)
    Hunter (MM PvE, Survival PvE)
    Warrior (Protection PvE, Fury PvE)
    Rogue (Combat PvE, Subtlely PvP)
    Death Knight (Frost PvP)
    Shaman (Elemental PvE, Resto PvE)
    Druid (Feral Tank PvE, Resto PvE)
    Also included 1 text file with Racials and 2 INTERRUPT profiles to auto gather Herbs & Archaelogy

    http://goo.gl/rseZ0

    - You can use any ability out of rotation double clicking on the action buttom. Works on all profiles.
    - Fixed a bug with Mana Gem (fire mage) that made item stuck when rotation spam to use it.
    - Included preliminary Warlock Demonology rotation.
    [ 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]

  11. #10391
    elieen2ranndy's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyway there was nothing much to change I change Riptide to cast always on focus target which should be a pet.
    I also removed CH, ES, HR , HS and HW from rotation .

  12. #10392
    shortround8's Avatar Member
    Reputation
    6
    Join Date
    Apr 2009
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone help me code some stuff? I have a brain of a PvPer but not a coding one...

    I need to be able to cast the DK ability Outbreak when a rogue uses Cloak of Shadows because it goes through it so they don't restealth.

  13. #10393
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shortround8 View Post
    Can anyone help me code some stuff? I have a brain of a PvPer but not a coding one...

    I need to be able to cast the DK ability Outbreak when a rogue uses Cloak of Shadows because it goes through it so they don't restealth.
    I wish this still worked. I believe it was hotfixed last year

  14. #10394
    shortround8's Avatar Member
    Reputation
    6
    Join Date
    Apr 2009
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kaolla View Post
    I wish this still worked. I believe it was hotfixed last year
    Really... How embarrassing lol.

  15. #10395
    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)
    Ok guys. Got some bit of code for you profile writers that do Hunter Profiles Read over it and let me know what you think about it. It will most likely be used in KickmyDog's later release of his hunter profiles, not 100% sure though

    Functions Code:
    Code:
    local petatt = {
    	16827, --Claw
    	17253, --Bite
    	49966 --Smack
    }
    
    function PQR_PetAttack(unit)
    	for i=1,#petatt do
    		local spell = select(2,GetSpellBookItemInfo(tostring(GetSpellInfo(petatt[i]))))
    		local range = IsSpellInRange(select(1,GetSpellInfo(petatt[i])),unit)
    		local spellCD = GetSpellCooldown(GetSpellInfo(petatt[i]))
    		if spell == 16827 and spellCD == 0 and range ~= 0 or nil then
    			return Claw
    		elseif spell == 17253 and spellCD == 0 and range ~= 0 or nil then
    			return Bite
    		elseif spell == 49966 and spellCD == 0 and range ~= 0 or nil then
    			return Smack
    		end
    	end
    end
    Ability Code:

    Name: -- Pet Abilities --
    SpellID: 0
    Delay: 0
    Code:
    --Spell Known Checks
    local knownGrowl = IsSpellKnown(2649,true)
    local knownProwl = IsSpellKnown(24450,true)
    local knownDash = IsSpellKnown(61684,true)
    local knownCower = IsSpellKnown(1742,true)
    --Spell Range Checks
    local rangeGrowl = IsSpellInRange(select(1,GetSpellInfo(2649)),"Target")
    --Target Checks
    local petTarget = UnitIsEnemy("Target","Pet")
    local pTarget = UnitExists("Target")
    local isEnemy = UnitIsEnemy("Target","Player")
    --Combat Checks
    local inCombat = UnitAffectingCombat("Player")
    local inCombatPet = UnitAffectingCombat("Pet")
    --Misc
    local petHealth = UnitHealth("Pet") / UnitHealthMax("Pet") * 100
    local petFocus = 100 * UnitPower("Pet") / UnitPowerMax("Pet")
    local petActive = HasPetSpells()
    local PetAttack = PQR_PetAttack("Target")
    local Prowl = UnitBuffID("Pet", 24450)
    --Spell Checks
    local petSlot4 = select(7,GetPetActionInfo(4))
    local petSlot5 = select(7,GetPetActionInfo(5))
    local petSlot6 = select(7,GetPetActionInfo(6))
    local petSlot7 = select(7,GetPetActionInfo(7))
    ----Stance Locals
    local Assist = select(5,GetPetActionInfo(8))
    local Defensive = select(5,GetPetActionInfo(9))
    local Passive = select(5,GetPetActionInfo(10))
    
    --Puts Pet in Assist or Passive Mode Depending on Combat State.
    if (inCombat and inCombatPet) == 1 then
    	if Assist == nil then
    		PetAssistMode()
    	end
    elseif (inCombat and inCombatPet) == nil then
    	if Passive == nil then
    		PetPassiveMode()
    	end
    end
    
    --Toggles Active Pet Bar Abilities Off.
    if petSlot4 ~= nil and (inCombat or inCombatPet) == nil and petActive ~= nil then
    	TogglePetAutocast(4)
    end
    if petSlot5 ~= nil and (inCombat or inCombatPet) == nil and petActive ~= nil then
    	TogglePetAutocast(5)
    end
    if petSlot6 ~= nil and (inCombat or inCombatPet) == nil and petActive ~= nil then
    	TogglePetAutocast(6)
    end
    if petSlot7 ~= nil and (inCombat or inCombatPet) == nil and petActive ~= nil then
    	TogglePetAutocast(7)
    end
    
    --Claw/Bite/Smack Code.
    if petFocus > 90 and (inCombat or inCombatPet) ~= nil then
    	if PetAttack == Claw then
    		CastSpellByID(16827)
    	elseif PetAttack == Bite then
    		CastSpellByID(17253)
    	elseif PetAttack == Smack then
    		CastSpellByID(49966)
    	end
    end
    
    --Dash if far enough away from target.
    if knownGrowl == true and knownDash == true and (inCombat or inCombatPet) ~= nil and rangeGrowl ~= 1 or nil then
    	CastSpellByID(61684)
    end
    
    --Prowl if not in combat.
    if Prowl ~= nil then
    	return false
    elseif (inCombat or inCombatPet) == nil and knownProwl == true then
    	CastSpellByID(24450)
    end
    
    --Cower if Pet Health is lower than 40%.
    if petHealth < 40 and knownCower == true and Passive == nil then
    	CastSpellByID(1742)
    	PetPassiveMode()
    end
    Error free and works 100% ( I hope. From my testings, it was fully functional).

    • Changelog:
      - Turns all active Pet Bar Abilities off ( no check for abilities in Pet Spell-book)
      - Puts Pet in Passive Mode and goes into Prowl (If Known by Pet) when not in combat.
      - When in combat, automatically puts pet in assist mode
      - When in combat, if the Player changes target's, the pet will Automatically switch to the Player's new Target.
      - Will use Dash (if known by pet) to get to enemy quicker (Uses growl as range check, so will not use Dash if Growl not known).
      - Will use Cower and put Pet in Passive Mode if Pet Health is lower than 40%.
      - Uses Claw/Bite/Smash (Universal Over All Client's, Locales, and Pets!!) when pet Focus is above 90 and in Combat.


    Feel free to use it in your profiles. +Rep appreciated if you use the code

Similar Threads

  1. [Buying] Planetside 2 Priority Beta Key
    By isit123 in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-21-2012, 06:34 AM
  2. [Selling] PLANETSIDE 2 Priority/Early Access Beta Account
    By Kabraxiss in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-18-2012, 10:20 AM
  3. [Selling] Planetside 2 Priority/Early access Beta Keys
    By mrsluf in forum General MMO Buy Sell Trade
    Replies: 3
    Last Post: 07-17-2012, 04:45 AM
  4. [Selling] Planetside 2 Priority Access beta key codes
    By fatalefout in forum General MMO Buy Sell Trade
    Replies: 1
    Last Post: 06-26-2012, 04:08 PM
  5. [Bot] Automated dungeon queue / Justice Point leecher(Auto-it source)
    By s_e_a_n_66 in forum World of Warcraft Bots and Programs
    Replies: 36
    Last Post: 01-17-2011, 11:50 AM
All times are GMT -5. The time now is 01:02 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