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

User Tag List

Page 712 of 731 FirstFirst ... 212612662708709710711712713714715716 ... LastLast
Results 10,666 to 10,680 of 10955
  1. #10666
    Holobyte's Avatar Sergeant
    Reputation
    43
    Join Date
    Apr 2012
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't receive this error and I don't recognize the code that's raising it (if PQR_Addon_Loaded == nil then...). I don't make this check in my profiles.
    It must be some internal PQR call. I think we gonna need some help from Xelper to determine what's causing it.

    [BETA] PQRotation - an automated ability priority queue.
  2. #10667
    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 Holobyte View Post
    I don't receive this error and I don't recognize the code that's raising it (if PQR_Addon_Loaded == nil then...). I don't make this check in my profiles.
    It must be some internal PQR call. I think we gonna need some help from Xelper to determine what's causing it.
    an error like this is normally a misspelled variable or something
    ^0^Team Nova's PQR NCC ^0^

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

  3. #10668
    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)
    Originally Posted by bu_ba_911 View Post
    Shortly I will release the next updated version of the Holy Paladin rotation...



    UPDATE!!!

    Update is out on SVN... Just use your Download Profile button and Update BOTH Data File and Rotation/Abilities files

    I added in Pet Healing because I personally wanted it..... And no this is not optional lol.... It's built in quite well

    I haven't incorporated Custom Healing Tables that Onya brought up yet... But it's on the List of things to do (the people that know me are starting to get tired of hearing that I know )
    How would i use the pet healing?
    Do i focus the pet?Since im tank healing this would come in handy to know
    Last edited by saga3180; 05-01-2012 at 11:22 PM.

  4. #10669
    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)
    i'm working on my ele profile at the moment an di was finding that with this code for Earthquake


    Code:
    if PQR_SpellAvailable(61882) and GetCurrentKeyBoardFocus() == nil and eqkey==1 then
      SilentCast(61882)
      if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end  
      return true
    end
    and chain lightning below it in the rotation PQR_SpellAvailable was never getting a chance to fire earthquake probably because of GCD issues and the low cast time of chain lightning.

    i found setting PQR_SpellAvailableTime = 0.2 seemed to fix it for me.
    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. #10670
    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)
    It's added into the default table. I've doubles their virtual health in combat. So when they are 100% health pqr sees it as 200% :-) so 50% is 100%. Outside of battle there is no weight but clicking a pet can now focus it for heals as well XD

    Sent from my phone using Tapatalk
    ^0^Team Nova's PQR NCC ^0^

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

  6. #10671
    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)
    Originally Posted by bu_ba_911 View Post
    It's added into the default table. I've doubles their virtual health in combat. So when they are 100% health pqr sees it as 200% :-) so 50% is 100%. Outside of battle there is no weight but clicking a pet can now focus it for heals as well XD

    Sent from my phone using Tapatalk
    So using this for h yorsahj I would just focus pet keep him as target so it only heals pet and not the raid correct?
    Last edited by saga3180; 05-02-2012 at 12:12 AM.

  7. #10672
    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)
    Originally Posted by bu_ba_911 View Post
    It's added into the default table. I've doubles their virtual health in combat. So when they are 100% health pqr sees it as 200% :-) so 50% is 100%. Outside of battle there is no weight but clicking a pet can now focus it for heals as well XD

    Sent from my phone using Tapatalk
    i've thought about adding pets as targets for chain heal but i'm too lazy lol.
    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

  8. #10673
    kojaks's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pumped for the demo profile release!!! Give us an update, how soon can we expect this bad boy?

  9. #10674
    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 saga3180 View Post
    So using this for h yorsahj I would just focus pet keep him as target so it only heals pet and not the raid correct?
    The virtual health still comes into effect, but theoretically yes. It was an experiment I've enjoyed so far though lol

    Sent from my Xoom using Tapatalk 2
    ^0^Team Nova's PQR NCC ^0^

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

  10. #10675
    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)
    Also the profile is trying to cast holy radiance but no one is in range and just sits there not casting any heals until everybody is either healed or in range.
    At certain poitns it castes holy radiance when no one is in range

  11. #10676
    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)
    Might have missed but crystal_tech were u able to get ur warlock spec running?

  12. #10677
    Holobyte's Avatar Sergeant
    Reputation
    43
    Join Date
    Apr 2012
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking at PQR's changelog:
    2.0.1
    -Changed default 'spell available time' to 125ms before a spell is off CD. Up from 50ms. It was 250ms in the original version. This can be changed in a profile by changing PQR_SpellAvailableTime.
    -Changed default refresh rate from 100ms to 50ms.
    -Added external Lua file loading. Any file in the "Data" directory named as follows: "PQR_*.lua" will be loaded into WoW when PQR starts. It should only be loaded once. If you reload UI, log off then in, etc.. it should re-inject on the next PQR start.
    So is this still true? Every file that meets that naming pattern is automaticaly loaded by PQR? I ask this because I've seen some profiles manually loading some data files so I don't see the point of doing it.
    Also, loading every data file could cause some constants to be overwritten.
    Last edited by Holobyte; 05-02-2012 at 07:07 AM.

  13. #10678
    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)
    How can i check, if a enemy player is in front of me or behind me? I need this to make a ability, which try to kick every cast from every enemy player in arena

  14. #10679
    mrleo's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ishtro View Post
    here ya go

    spell name: Heroic Leap
    spell id: 0
    delay: 500
    Code:
    local _,hlcd,_ =  GetSpellCooldown(6544)
    
    if hlcd == 0 and IsLeftControlKeyDown()  and GetCurrentKeyBoardFocus() == nil then
      CastSpellByName("Heroic Leap")
      if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end  
      return true
    end

    is there a way to make HL to be cast on the current target? without having the mouse over it?

  15. #10680
    Deva's Avatar Master Sergeant
    Reputation
    17
    Join Date
    Oct 2011
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Holobyte View Post
    Looking at PQR's changelog:

    So is this still true? Every file that meets that naming pattern is automaticaly loaded by PQR? I ask this because I've seen some profiles manually loading some data files so I don't see the point of doing it.
    Also, loading every data file could cause some constants to be overwritten.
    No, it's no longer true, basically for the reason you specified, as well as others. Loading the file "manually" by calling it in the rotation is the only way to get PQR to load data files now.
    Deva == a9058727

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 11:45 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