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

User Tag List

Page 701 of 731 FirstFirst ... 201601651697698699700701702703704705 ... LastLast
Results 10,501 to 10,515 of 10955
  1. #10501
    peopleliketofart's Avatar Member
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tried that with every ability in the rotation, went thru one at a time, not a single one would fire off. D:

    [BETA] PQRotation - an automated ability priority queue.
  2. #10502
    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 Xelper View Post
    @sheuron make sure you are using the "d" build and not the "c" build.. I just edited the download link. Do a restart of WoW after this as well

    Also see what happens when you type
    Using build d after wow restart

    Code:
    ---------------------------
    
    ---------------------------
    WoW Base: 3997696
    
    CVarBaseMgr: 10802088
    
    CVarBaseMgrArray: 10802116
    
    CVarArrayResult: 100565856
    
    BehindTarget: 260,1876
    
    FacingTarget: 3,4023
    
    DistanceTarget: 6,25829677683225
    
    TargetGUID: 72057594105093095
    
    TargetOfTargetGUID: 72057594047766589
    
    
    ---------------------------
    Aceptar   
    ---------------------------
    /dump PQR_GetCVar("FacingTarget")
    [1]="3,4023"

    but functions still not working.
    [ 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]

  3. #10503
    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 sheuron View Post
    Using build d after wow restart

    Code:
    ---------------------------
    
    ---------------------------
    WoW Base: 3997696
    
    CVarBaseMgr: 10802088
    
    CVarBaseMgrArray: 10802116
    
    CVarArrayResult: 100565856
    
    BehindTarget: 260,1876
    
    FacingTarget: 3,4023
    
    DistanceTarget: 6,25829677683225
    
    TargetGUID: 72057594105093095
    
    TargetOfTargetGUID: 72057594047766589
    
    
    ---------------------------
    Aceptar   
    ---------------------------
    /dump PQR_GetCVar("FacingTarget")
    [1]="3,4023"

    but functions still not working.
    That is interesting... since your on an EU client it is changing the number format to 3,4023 vs 3.4023 if you rotate do you get results between 0-359.9999? I wonder if that matters... it shouldnt but who knows...

    Just make the macro /script print(PQR_GetCVar("FacingTarget")) and spin around while targeting something
    Last edited by Xelper; 04-29-2012 at 10:10 AM.

  4. #10504
    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)
    yes, 0 to 360, decimal delimiter is comma not period
    [ 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]

  5. #10505
    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 sheuron View Post
    yes, 0 to 360, decimal delimiter is comma not period

    Okay I have a fix for you shortly

  6. #10506
    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)
    http://dl.dropbox.com/u/39925787/PQR..._213_BETAe.zip

    Let me know if they all work now.

    The reason they originally worked is because I was doing the true/false check in Windows which worked fine with comma decimal delimiter, but I changed from calculating true/false out of game to just inputting the number into WoW so it can be used for more purposes. WoW needs the numbers to use a period. Distance never worked because it always used a comma and was the number being input.

  7. #10507
    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)
    Works

    Just an idea to give more functionality to PQR_FacingTarget()

    PQR_FacingTarget(degrees)

    Currently PQR_FacingTarget() return true is player is 180 degress in front of player. Would be useful to specify smaller range to use front cone spells (90 degress) like PQR_FacingTarget(90)
    [ 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. #10508
    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 sheuron View Post
    Works

    Just an idea to give more functionality to PQR_FacingTarget()

    PQR_FacingTarget(degrees)


    Currently PQR_FacingTarget() return true is player is 180 degress in front of player. Would be useful to specify smaller range to use front cone spells (90 degress) like PQR_FacingTarget(90)


    I will add that in.
    Last edited by Xelper; 04-29-2012 at 11:19 AM.

  9. #10509
    fluxflux's Avatar Knight
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Works

    Just an idea to give more functionality to PQR_FacingTarget()

    PQR_FacingTarget(degrees)

    Currently PQR_FacingTarget() return true is player is 180 degress in front of player. Would be useful to specify smaller range to use front cone spells (90 degress) like PQR_FacingTarget(90)
    The char iss going self from maybe 180degrees to 90? for better dps output?

    but what iss if you have a encounter like yogg saron and caster cant facing the mob?

    or melees who can´t stand behind a mob?
    Last edited by fluxflux; 04-29-2012 at 11:33 AM.

  10. #10510
    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)
    http://dl.dropbox.com/u/39925787/PQR...R213_BETAf.zip

    Just tweaked the PQR_BehindTarget() and PQR_FacingTarget() functions..

    If you pass them a numeric value between 0 and 360 it will calculate with them. If you do not pass it a numeric value it will use 180 degrees as the default value. If you pass them true it will just return degrees.

    Example:

    PQR_FacingTarget(90) will figure out if the target is within a 90 degree cone of your facing.
    PQR_FacingTarget() will figure out if the target is within 180 degrees of your facing (in front vs behind)
    PQR_FacingTarget(true) will return degrees that you can do with what you would like.

    Works for both functions.

  11. #10511
    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 fluxflux View Post
    The char iss going self from maybe 180degrees to 90? for better dps output?

    but what iss if you have a encounter like yogg saron and caster cant facing the mob?

    or melees who can´t stand behind a mob?
    None of this is changing how PQR works. It is up to the profile developer to determine if they want to cast a spell on the target or not.

    This will allow profile developers to say "Oh I am not facing my target, don't try to cast Shadow Bolt... cast this DoT instead because I do not need to be facing to cast it..."

    Or say: "I am not behind my target, cast Mangle instead of Shred"

    Or for a paladin holy profile: "I am not facing my target, don't try to cast Judgement on it"
    Last edited by Xelper; 04-29-2012 at 11:38 AM.

  12. #10512
    fluxflux's Avatar Knight
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    None of this is changing how PQR works. It is up to the profile developer to determine if they want to cast a spell on the target or not.

    This will allow profile developers to say "Oh I am not facing my target, don't try to cast Shadow Bolt... cast this DoT instead because I do not need to be facing to cast it..."

    Or say: "I am not behind my target, cast Mangle instead of Shred"

    Or for a paladin holy profile: "I am not facing my target, don't try to cast Judgement on it"

    ah unterstand :P

  13. #10513
    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)
    Demo Profile is coded and working just working on adding in the demon swap stuff. Unless you don't want the demon swap and want to do it with an ingame macro i'll go ahead and post it.

    I was delayed due to storms haven't had power for a while.

    Please if someone helped you donate rep to them.

  14. #10514
    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)
    btw, you have map scale factor on any variable i can use?

    Im using this function to calculate distance between 2 units in same raid

    Code:
    function CheckDistance(unit1,unit2) 
      local x1,y1 = GetPlayerMapPosition(unit1)
      local x2,y2 = GetPlayerMapPosition(unit2)
      return sqrt( (x1-x2)^2 + (y1-y2)^2 )
    end
    and using another function to calculate map scale factor and convert that amount to game yards, but if oyu already have scale factor calculated i can skip that part.
    [ 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]

  15. #10515
    Mandracore's Avatar Private
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello,

    first of all: I don't speak english very well, hope you understand me.

    I'am not a coder. So i will pay for good work.

    Here is my problem:

    My daughter is ill, she has spinal muscular atrophy. She can't play WOW in a normal way.

    Can you/some of you write a profile for a DK frost (master) with 2-Hand weapon? She want to use it in Arena.

    She can use a mouse with 6 buttons and (at the moment) she moves the charakter with the mouth joystick. Here left hand did not work anymore.

    What she need:

    A profile for combat against healers.
    A profile against Plate.
    A profile for self healing?

    Every profile must have Hotkeys for Antimagic shell and so on...

    Have you the time do do something like that?

    Greetings Mandracore

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 12:23 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