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

User Tag List

Page 707 of 731 FirstFirst ... 207607657703704705706707708709710711 ... LastLast
Results 10,591 to 10,605 of 10955
  1. #10591
    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 Xelper View Post
    Reposting on this page so it isn't missed.

    PQR 2.1.3 BETA - PROFILE DEVELOPERS ONLY
    Finally got time to test this

    will report back if I have any problems or suggestions... if not all went well XD!!!
    ^0^Team Nova's PQR NCC ^0^

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

    [BETA] PQRotation - an automated ability priority queue.
  2. #10592
    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)
    Originally Posted by 5pArxz View Post
    Is it possible to detect what an enemy player is doing ? like casting a heal ? i see on ultraxion that it detects when boss starts cast ( from my understanding then press "specific button" )\\
    Yes, you can listen for events, check UnitCastingInfo("target") UnitChannelInfo("target") etc.

    UnitChannelInfo - World of Warcraft Programming: A Guide and Reference for Creating WoW Addons

    Lots of api documentation on the net. You can look at wow addons, or other profiles as well.

  3. #10593
    Andilizer's Avatar Private
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Holobyte View Post
    The spec is the same as the one EJ's recomends for masterfrost. My personal spec is a variant of that one, tho. Since I only do Heroic DS on my DK and theres nothing to interrupt in there but the "eyes" on zon'ozz encounter, I skip Endless Winter and put 1 more point on both Runic Power Mastery and Icy Reach.
    Stat weights are the same as of EJ's: "Strength > Expertise to cap > Hit to soft cap > Mastery > Haste > Crit.
    My DK is ranked in the top100 of most DS heroic parses on WoL, always using this rotation and spec.


    I think i know why... after PoF I cast Blood Fury, an Orc racial. Your toon is probably not an Orc so the rotation hangs. Gotta check if the spell is known before cast it.
    Will fix and update it on google code.
    Same goes to blood tap... some builds do not have it (altough it's not recomended not having it).
    I look forward to testing this on HSpine and HMadness once your changes have been implemented. I will also provide a parse with my results.

  4. #10594
    abndrew82's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2008
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure if possible, but figure worth asking

    Anybody know the Item ID of the Flag in Eye of the Storm. Working on the Childrens Week Achieve, and was thinking that it may be possible to adopt the Auto Gathering of Eggs that was posted here during the easter event. To click the flag if it spawns, to maybe help my chance of getting the fastest click and knocking out the achieve.

    Or even guidance as to how to get that info.

    Thanks

  5. #10595
    gamingjunkie's Avatar Member
    Reputation
    4
    Join Date
    Feb 2011
    Posts
    73
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bobdibop View Post
    I've been searching for PvP shaman profiles using the thread tools but found more people requesting profiles than answers to those requests. I know that both Onya and Sheuron have shaman profiles, but they seem to be Pve oriented (I tried those and the ones linked on the first page in a few BGs and sometimes they didn't attack at all).

    Anyone knows if we have any PvP profile, whether it's resto,elem or enhancement ?
    I use Sheuron's resto profile for PVP as well as Kezzin86's Resto, although I uncheck the option that requires combat. I always end up top 3 no matter what. They both work very well. I have been searching for designated PVP profiles as well and not coming up with much for shamans. If I do find something I will make sure I let you know.

  6. #10596
    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 abndrew82 View Post
    Not sure if possible, but figure worth asking

    Anybody know the Item ID of the Flag in Eye of the Storm. Working on the Childrens Week Achieve, and was thinking that it may be possible to adopt the Auto Gathering of Eggs that was posted here during the easter event. To click the flag if it spawns, to maybe help my chance of getting the fastest click and knocking out the achieve.

    Or even guidance as to how to get that info.

    Thanks
    InteractUnit("The Name of the Flag")

    Heads up, If you have a weak team it's easier killing the EFC while he is running to a base as everyone is just sitting in mid.

  7. #10597
    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)
    Didnt found any bug with new functions, now i can delete a bunch of lines on my lua file used to measure distances. This is an example how easy is now to write the chain heal code

    Code:
    if not UnitsClose then 
      function UnitsClose(t) 
        local n = -1
        for i=1,#members do
          if PQR_UnitDistance(t,members[i].Unit) < 12.5 and members[i].HP < 95 then n = n + 1 end
        end 
        return n
      end
    end
    
    if members[1].HP < 95 
    and UnitsClose(members[1].Unit) > 1
    then
      PQR_CustomTarget = members[1].Unit
      return true
    end
    EDIT: Found one bug, PQR_UnitInfo seem only return correct UnitGUID when target is player, other targets always return "0x0000000000"
    Last edited by sheuron; 04-30-2012 at 10:48 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]

  8. #10598
    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)
    woot another person to take on the challenge that is warlock. Demo is done so later tomorrow i'll be releasing it. Destro will come soon after.

    side note my rogue profiles use PQR_isBehind() and if xelper removed that with a new version ( isfacing() or something like that) my rogue profiles will need to be tweaked and i'll tweak it once xelper pushes as everyone use.
    Last edited by crystal_tech; 04-30-2012 at 10:54 PM.

    Please if someone helped you donate rep to them.

  9. #10599
    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 Xelper View Post
    Reposting on this page so it isn't missed.

    PQR 2.1.3 BETA - PROFILE DEVELOPERS ONLY

    http://dl.dropbox.com/u/39925787/PQR...R213_BETAg.zip
    If using a previous 213 beta you must restart your WoW

    Removed PQR_BehindTarget, PQR_FacingTarget and replaced them with something better.

    PQR_UnitInfo(unitID or GUID) - Returns the following: X,Y,Z,R,Type (3 = Unit, 4 = Player), and TargetGUID of the specified unit/GUID.
    PQR_UnitFacing(unitCheck, unitTarget, degrees) - Is the check unit facing the target unit? Returns true or false. If degrees is set to true this function will return the number of degrees the unit is compared to the facing of the other unit. You can also set degrees to a number for a smaller or larger 'cone' in front of the unitCheck unit. Default is 180.
    PQR_UnitDistance(unit1, unit2) - Returns the distance in yards from unit1 center to the center of the unit2's hitbox. A players hitbox is about 3 yards, so a 40 yard spell can actually be cast when this returns 43... I am looking into taking this into consideration somehow. Accepts both GUID and unitID
    Examples:

    PQR_UnitFacing("player", "target") - Is the player facing the target?
    PQR_UnitFacing("target", "player") - Is the player behind the target?
    PQR_UnitFacing("player", "boss1") - Is the player facing the boss1 unit?
    It also accepts GUIDs, so:
    PQR_UnitFacing("target", UnitGUID("player")) - Same as above "behind" example.

    Yes, this works for all unit IDs and known GUIDs and is 'instant' unlike previous iterations.

    If there are no bugs ill post this on the updater.
    so if PQR_UnitFacing("target", "player") - Is the player behind the target

    then

    if not PQR_UnitFacing("target", "player") - would be the same as PQR_UnitFacing("player", "target")

    Please if someone helped you donate rep to them.

  10. #10600
    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 crystal_tech View Post
    woot another person to take on the challenge that is warlock. Demo is done so later tomorrow i'll be releasing it. Destro will come soon after.

    side note my rogue profiles use PQR_isBehind() and if xelper removed that with a new version ( isfacing() or something like that) my rogue profiles will need to be tweaked and i'll tweak it once xelper pushes as everyone use.
    Xelper didnt removed PQR_NotBehindTarget() is probably what you using now on your rogue profile
    Last edited by sheuron; 04-30-2012 at 11:18 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]

  11. #10601
    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 sheuron View Post
    Xelper didnt removed PQR_NotBehindTarget() is probably what you using now on your rogue profile

    Reposting on this page so it isn't missed.

    PQR 2.1.3 BETA - PROFILE DEVELOPERS ONLY
    http://dl.dropbox.com/u/39925787/PQR...R213_BETAg.zip
    If using a previous 213 beta you must restart your WoW

    Removed PQR_BehindTarget, PQR_FacingTarget and replaced them with something better.

    might be wrong running on one hour sleep here from a day ago.

    Please if someone helped you donate rep to them.

  12. #10602
    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)
    That was a new function that I removed that was just in earlier versions of 213...ill leave PQR_NotBehindTarget for compatibility.

  13. #10603
    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)
    Is posible PQR_UnitInfo show if target guid is dead or alive and have a table populated with all known guids around?

    More ideas:
    + Known the postion of nearby mines, herbs
    + Known when fishing bobber catch a fish and interact with the object
    [ 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]

  14. #10604
    gh0st89's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi I would like to request some leveling profiles if any one has any thx.

  15. #10605
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Holobyte View Post
    Hey guys, I decided that my profiles are mature enough to be released.
    Keep in mind that's the first release and it might have some bugs, altough I have been using them for a while and I'm pretty much satisfied.

    The profiles contains rotations for:
    - Deathknight MasterFrost PvE
    - Paladin Retribution PvE

    Notes:
    - Future releases will include AoE versions aswell.
    - The ret pally rotation is optimized for toons with 2pT13 bonus and it's not based on EJ's since I find EJ's retri rotation not to be optimal.

    Can't seem to find how to edit/create my signature so here's the link:
    holobyte-pqr-profiles - Profiles for PQR Rotation Helper - Google Project Hosting

    Credits go out to every PQR profile maker, they inspired me to create my profiles and their codes helped me figuring out how to create them.

    If you like my profiles please give rep as it will encourage me to continue working on them.
    Ilvl 401 masterfrost dk, I'll be giving your profile a looksie. I've been using bbatatos' profile(have had quite a few good ranking parses), curious as to what if any difference these two will do.
    Last edited by Kinkeh; 05-01-2012 at 01:46 AM.

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 02:25 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search