PQR - Rotation Bot menu

User Tag List

Page 438 of 779 FirstFirst ... 338388434435436437438439440441442488538 ... LastLast
Results 6,556 to 6,570 of 11681
  1. #6556
    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 GRB View Post
    LOL bu_ba, hes prolly missing an "end", or not using correctly a variable.
    lol more likely a variable, which would then be a nil value ;p

    *high five*
    ^0^Team Nova's PQR NCC ^0^

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

    PQR - Rotation Bot
  2. #6557
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ac230v View Post
    Need code for warrior profile - mouseover+leftctrl+Heroic Leap or another for Heroic Leap
    PHP Code:
    local _,HLeap GetSpellCooldown("Heroic Leap")

    --
    heroic leap
    if HLeap == and IsLeftControlKeyDown() and GetCurrentKeyBoardFocus()==nil then
    CastSpellByName
    ("Heroic Leap")
    if 
    SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
    return true end 

  3. #6558
    vitamincore's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "bu_ba_911" Versatility is very good. When I run your profile is locked up - slight lag, and of course my paladin is not treated, what could be the problem does not prompt? Tried without addons
    Holy Paladin

    ps: I know English is not very good, so you have to use a translator. sorry
    Last edited by vitamincore; 12-02-2012 at 02:31 AM.

  4. #6559
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How should I code the PQR_IsOutOfSight to make sure it checks if the target is out of LoS at the moment and not within 3 seconds (which is the default) ?

    + rep for help

  5. #6560
    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)
    @mentally
    Thanks for that quick response, I was never able to figure out the hanging issue but since your last update it has stopped.
    And Sorry to keep finding things >.< but it still will not use alter time unless I have PoM talented, and for some strange reason
    it will stop casting Living Bomb (So far it has only happened once, will update if it does) and will not start doing it again
    until a relog, It dosnt cause the profile to hang though.

    Again thank you again for your amazing work and if I had the money I would throw a mists key your way

    Edit: Also since the update it isn't creating mana gems or using them improved or otherwise =/
    Last edited by travis2861; 12-02-2012 at 06:02 AM.

  6. #6561
    nilrem2004's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2009
    Posts
    810
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dominium View Post
    How should I code the PQR_IsOutOfSight to make sure it checks if the target is out of LoS at the moment and not within 3 seconds (which is the default) ?

    + rep for help
    PQR_IsOutOfSight("target", 0.3)

    try playing with value to find what's best for you
    Supporter of Frozen.

  7. #6562
    yourson's Avatar Member
    Reputation
    4
    Join Date
    Feb 2012
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone to help me sort that Colossus Smash is not cased while Shattering Throw debuff is active on target?

    I tried:

    Code:
    if UnitDebuffID(&amp;quot;target&amp;quot;,64382,&amp;quot;player&amp;quot;) ~= nil
    	then
    	_castSpell(86346)
    	end
    But it didnt work.

  8. #6563
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @yourson: Easily achieveable ---->
    Code:
    if not UnitDebuffID("target",64382,"PLAYER") then
    	CastSpellByName(GetSpellInfo(86346),"target")
    	return true
    end
    Or, if you're using this as a single ability, remove the CastSpellByName() function and put the Spell ID as: 86346 instead of 0.

    @travis2861: Yes, that occasionally happens when you change talents and don't do a Reload UI in-game. And mana gems not being created and used might be because you're using the Invocation talent. :P Would be a waste creating and using Mana Gems when Evocation has a 10 second cooldown, hehe. Is this the case?
    Last edited by Kinky; 12-02-2012 at 07:49 AM.

  9. #6564
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good news everyone!

    My Holy Paladin Arena profile is a bit ready! Note that this is a beta version, I need as many people to test it for bugs etc. as possible!

    Stuff:
    - Automatically HoPs your team mates if the enemy team has a warrior, the warrior has recklessness and your team mates HP is below 60%. Tested, working!
    - Automatically uses Hand of Sac on your team mate if the enemy team has a mage, the mage is in your line of sight and is casting Polymorph. Tested, works :>
    - Removed Holy Light from the rotation.
    - Significantly increased % hp for Flash of Light (I think I set it to if < 88% hp)
    - Significantly increased % hp for Holy Shock (94%, I think)
    - Significantly increased % hp for Divine Light when you get the proc.
    - No longer hard casts Divine Light.
    - Uses WoG while running even if you are at only 2 holy power.
    - Increased % hp for WoG
    - Instantly cleanses team mates. Tested a bit, seems to be working... Note: only if they don't have UA/the spriest thing
    - Uses Sacred Shield. The logic might need some work.
    - Uses Holy Prism on targets below 75% hp (if I remember correctly)
    - Uses Crusader Strike on mouseover if in range, below 5 HP and your team is above 80% hp Seems to be broken
    - Uses Hammer of Wrath

    Left shift - PAUSE
    Left control - DENOUNCE
    Left alt - REPETANCE

    Only use these talents: ('?' means it's your choice) ? / 2 / 3 / ? / 3 / 1

    Suggested glyphs: Turn Evil (must have) , Flash of Light, Denounce.

    This profile also contains the RBG profile.

    Obvious note: use the 'Holy Arena 2v2' for 2v2 and 'Holy Arena 3v3' for 3v3.

    PLEASE post feedback/bugs!

    Enjoy: DOWNLOAD

    Note: Will NOT work on non-English clients!!

    Edit: Just went 10-0 with a random feral from trade. Cleansing works perfectly, HoP too, and hand of sac as well ;>
    Last edited by Dominium; 12-02-2012 at 10:15 AM.

  10. #6565
    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)
    @mentally
    I feel kinda derp lol, didn't realize you made a check for that just was surprised when i saw functionality disappear(Your profile is smarter then me and I can't read >.>).
    could have sworn I've been reloading but i'll be more diligent about it, will continue to post feedback as it goes(Hopefully less of me being derp)

  11. #6566
    maleth's Avatar Banned
    Reputation
    8
    Join Date
    Feb 2012
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dominium View Post
    Good news everyone!

    My Holy Paladin Arena profile is a bit ready! Note that this is a beta version, I need as many people to test it for bugs etc. as possible!

    Stuff:
    - Automatically HoPs your team mates if the enemy team has a warrior, the warrior has recklessness and your team mates HP is below 60%. Tested, working!
    - Automatically uses Hand of Sac on your team mate if the enemy team has a mage, the mage is in your line of sight and is casting Polymorph. Not tested, I hope it works :<
    - Removed Holy Light from the rotation.
    - Significantly increased % hp for Flash of Light (I think I set it to if < 88% hp)
    - Significantly increased % hp for Holy Shock (94%, I think)
    - Significantly increased % hp for Divine Light when you get the proc.
    - No longer hard casts Divine Light.
    - Uses WoG while running even if you are at only 2 holy power.
    - Increased % hp for WoG
    - Instantly cleanses team mates. Tested a bit, seems to be working... Note: only if they don't have UA/the spriest thing
    - Uses Sacred Shield. The logic might need some work.
    - Uses Holy Prism on targets below 75% hp (if I remember correctly)
    - Uses Crusader Strike on mouseover if in range, below 5 HP and your team is above 80% hp Seems to be broken
    - Uses Hammer of Wrath

    Left shift - PAUSE
    Left control - DENOUNCE
    Left alt - REPETANCE

    Only use these talents: ('?' means it's your choice) ? / 2 / 3 / ? / 3 / 1

    Suggested glyphs: Turn Evil (must have) , Flash of Light, Denounce.

    This profile also contains the RBG profile.

    Obvious note: use the 'Holy Arena 2v2' for 2v2 and 'Holy Arena 3v3' for 3v3.

    PLEASE post feedback/bugs!

    Enjoy: DOWNLOAD

    Note: Will NOT work on non-English clients!!
    Great you did the warrior thing if reck popped and below 60%, nice one.

    What did you change between 2v2 and 3v3?
    Last edited by maleth; 12-02-2012 at 08:51 AM.

  12. #6567
    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)
    how i can create a code for Divine Star for shadow priest i want to use in PvE with modifer right ALT key?

  13. #6568
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by maleth View Post
    Great you did the warrior thing if reck popped and below 60%, nice one.

    What did you change between 2v2 and 3v3?

    Nothing, it's just longer code

  14. #6569
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Update!!

    Hand of Sacrifice works **** YEAH!

    Cleanses perfectly... ;DD
    Last edited by Dominium; 12-02-2012 at 09:20 AM.

  15. #6570
    goldio's Avatar Member
    Reputation
    3
    Join Date
    May 2007
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If I want to heal 4 or 5 members of a raid and this members aren´t in one party, how can I do this?

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 10:59 PM. 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