PQR - Rotation Bot menu

User Tag List

Page 244 of 779 FirstFirst ... 144194240241242243244245246247248294344744 ... LastLast
Results 3,646 to 3,660 of 11681
  1. #3646
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zeldrak View Post
    Hey, I have a quick question about the hunter profiles that I use, and I'm sure either Kickmydog or Sheuron can answer this, since I use their profiles mainly. I was just wondering if the profiles cast "Mend Pet" at all? I don't see it listed in the abilities that are in the rotation, and I searched google to see if I could find out how to make that ability to throw in since I'm going to be using this to farm some dungeons and solo some stuff. I was led to several xml files on some SVN repositories, but nothing showing how it was actually coded in the ability section. If one of you experienced folks could make the ability and also tell me what to put in the lower left hand box, then just post it up here (not as a download, if that can even be done, but as either code or php) that would be great, then that way I could just copy/paste and create the ability and throw it into the rotation.

    If this is too much of a hassle and burden on you guys, I do apologize. I'm not here trying to make your lives miserable. I'm just trying to learn how to make the abilities and such, and I do that by actually looking at what's already made. So, please don't take it as me demanding something from you all, like some of these posters do. If it's at all inconvenient, please just ignore my request.
    Give this a try. Make sure that you place the ability high on your rotation

    Code:
    if UnitExists("pet")  -- is your pet out?
    and not UnitIsDead("pet") -- pet is not dead
    and PQR_IsOutOfSight("pet") == false -- pet is in Line of Sight
    and (100 * UnitHealth("pet") / UnitHealthMax("pet")) < 90  -- pet health is below 90%
    and not UnitBuffID("pet",136)  -- no mend pet already on pet
    then RunMacroText("/cast Mend Pet") 
    return true end
    Spellid should be 0
    Last edited by kickmydog; 09-06-2012 at 05:10 PM.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

    PQR - Rotation Bot
  2. #3647
    Zeldrak's Avatar Member
    Reputation
    4
    Join Date
    Jan 2011
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Give this a try. Make sure that you place the ability high on your rotation

    Code:
    if UnitExists("pet")  -- is your pet out?
    and not UnitIsDead("pet") -- pet is not dead
    and PQR_IsOutOfSight("pet") == false -- pet is in Line of Sight
    and (100 * UnitHealth("pet") / UnitHealthMax("pet")) < 90  -- pet health is below 90%
    and not UnitBuffID("pet",136)  -- no mend pet already on pet
    then RunMacroText("/cast Mend Pet") 
    return true end
    Spellid should be 0
    Thank you so very much! If it weren't for this rep cap that's implemented I'd send you rep. I will have to wait until I can rep again. For now, a textual +rep x2 for you, and when I can, I will send you the actual rep. I really need to search for documentation on how to make these things, and also read over all the profiles. I'm slowly learning, and it's rather fun.

  3. #3648
    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 kickmydog View Post
    Give this a try. Make sure that you place the ability high on your rotation

    Code:
    if UnitExists("pet")  -- is your pet out?
    and not UnitIsDead("pet") -- pet is not dead
    and PQR_IsOutOfSight("pet") == false -- pet is in Line of Sight
    and (100 * UnitHealth("pet") / UnitHealthMax("pet")) < 90  -- pet health is below 90%
    and not UnitBuffID("pet",136)  -- no mend pet already on pet
    then RunMacroText("/cast Mend Pet") 
    return true end
    Spellid should be 0
    Is Mend Pet now channeled, with no cancel casting you are going to be healing for 10 seconds every time when the pet is below 90% when the base heal is 25% over 10 seconds ?

  4. #3649
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadpanstiffy View Post
    Is Mend Pet now channeled, with no cancel casting you are going to be healing for 10 seconds every time when the pet is below 90% when the base heal is 25% over 10 seconds ?
    It hasn't been channeled since early BC. It's a HOT now.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  5. #3650
    bauwoo's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Feb 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any Disc Priest PVP/PVE profiles. Search is down.

    "connection to 127.0.0.1:9312 failed (errno=111, msg=Connection refused)"

  6. #3651
    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 bauwoo View Post
    Any Disc Priest PVP/PVE profiles. Search is down.

    "connection to 127.0.0.1:9312 failed (errno=111, msg=Connection refused)"
    Funny story... working on one for a friend

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

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

  7. #3652
    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)
    Originally Posted by cukiemunster View Post
    Just used the new Simcraft, since druid now does not throw errors when tying to import, and noticed that according to simcraft on OOC procs, it is using Thrash when I tried parsing for Ultraxion. Not real sure why this is, or if its not a bug since Simcraft is still very very buggy.

    Code:
    Default action list
    #	count	action,conditions
    8	15.00	auto_attack
    9	0.00  	skull_bash_cat
    A	11.16	savage_roar,if=buff.savage_roar.remains<=1|buff.savage_roar.down
    B	1.00  	tolvir_potion,if=buff.bloodlust.react|(target.health.pct<=25&buff.berserk.up)|target.time_to_die<=40
    C	6.00  	use_item,name=deep_earth_grips,sync=tigers_fury
    D	12.00	tigers_fury,if=energy<=35&(!buff.omen_of_clarity.react)
    E	2.00  	berserk,if=buff.tigers_fury.up|(target.time_to_die<25&cooldown.tigers_fury.remains>6)
    F	0.00  	incarnation,if=buff.berserk.up&talent.incarnation.enabled
    G	0.00  	faerie_fire,if=debuff.weakened_armor.stack<3
    H	7.79  	ferocious_bite,if=combo_points>=1&dot.rip.ticking&dot.rip.remains<=2.1&target.health.pct<=60
    I	12.96	ferocious_bite,if=combo_points>=5&dot.rip.ticking&target.health.pct<=60
    J	9.83  	rip,if=combo_points>=5&target.time_to_die>=6&dot.rip.remains<2.0&(buff.berserk.up|(dot.rip.remains+1.9)<=cooldown.tigers_fury.remains)
    K	0.00  	ravage,extend_rip=1,if=position_back&dot.rip.ticking&dot.rip.remains<=4&combo_points<5
    L	0.00  	shred,extend_rip=1,if=position_back&dot.rip.ticking&dot.rip.remains<=4&combo_points<5
    M	0.98  	ferocious_bite,if=combo_points>=5&dot.rip.remains>5.0&buff.savage_roar.remains>=3.0&buff.berserk.up
    N	1.96  	savage_roar,if=combo_points>=5&target.time_to_die>=8.5&buff.savage_roar.remains<=dot.rip.remains
    O	1.03  	rake,if=dot.rake.remains<3
    P	8.19  	thrash_cat,if=buff.omen_of_clarity.react&dot.thrash_cat.remains<3
    Q	0.00  	ravage,extend_rip=1,if=buff.omen_of_clarity.react&dot.rake.multiplier>tick_multiplier&target.health.pct>60
    R	0.00  	shred,extend_rip=1,if=buff.omen_of_clarity.react&dot.rake.multiplier>tick_multiplier&target.health.pct>60
    S	2.58  	rake,if=buff.omen_of_clarity.react
    T	1.44  	ferocious_bite,if=(target.time_to_die<=4&combo_points>=5)|target.time_to_die<=1
    U	2.89  	ferocious_bite,if=combo_points>=5&dot.rip.remains>=6.0
    V	0.00  	ravage,if=(buff.tigers_fury.up|buff.berserk.up)
    W	0.00  	ravage,if=((combo_points<5&dot.rip.remains<3.0)|(combo_points=0&buff.savage_roar.remains<2))
    X	0.00  	ravage,if=cooldown.tigers_fury.remains<=3.0
    Y	0.00  	ravage,if=target.time_to_die<=8.5
    Z	0.00   	ravage,if=energy.time_to_max<=1.0
    a	63.41	rake,if=(buff.tigers_fury.up|buff.berserk.up)
    b	19.96	rake,if=((combo_points<5&dot.rip.remains<3.0)|(combo_points=0&buff.savage_roar.remains<2))
    c	23.24	rake,if=cooldown.tigers_fury.remains<=3.0
    d	2.68	        rake,if=target.time_to_die<=8.5
    e	38.42	rake,if=energy.time_to_max<=1.0
    f	0.00	        treants,if=talent.force_of_nature.enabled
    I doubt it's a bug. As I'm sure you know, Omen of Clarity is our signature buff that allows any of our spells to fire off with no Energy cost. And since Thrash adds in a Bleeding buff on the target, If it is in fact used with Omen of Clarity, it could be a potential DPS increase. Not much, probably a few 100 DPS at most, but a increase.

    Give me a few days, and I'll see about adding this into my rotation and see how it goes. Since I've got work and everything now, I don't have much time to do things.

  8. #3653
    bauwoo's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Feb 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You're a busy guy, buba.

  9. #3654
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    I doubt it's a bug. As I'm sure you know, Omen of Clarity is our signature buff that allows any of our spells to fire off with no Energy cost. And since Thrash adds in a Bleeding buff on the target, If it is in fact used with Omen of Clarity, it could be a potential DPS increase. Not much, probably a few 100 DPS at most, but a increase.

    Give me a few days, and I'll see about adding this into my rotation and see how it goes. Since I've got work and everything now, I don't have much time to do things.
    Ya, I know about OOC lol, I was only questioning the effectiveness of Thrash vs Shred or w/e. Didn't think the bleed dmg was more than the raw dmg of a free filler, but look forward to this being added.

  10. #3655
    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 buntcake72 View Post
    Now it is completely broken, doesn't even attack at all......just sits there and auto attacks. Tested it out in LFR and in a random. Nada. I downloaded all your new files, swapped the three data files, the new profiles just to give you some background. Maybe something in the data code was incorrect?
    I'll take a look at it again... did a dungeon with it before I left, maybe I accidentally saved a typo in there before I left for work

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

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

  11. #3656
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just a quick update.

    Pof and horn of winter is working on all of my profiles.
    Thanks, to kink as I just looked at his code and saw what needed to be changed.
    2H frost I did 74.4k DPS on lfr madness
    I never got that high with my old profiles unless I was unholy so I am alittle happy right now
    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  12. #3657
    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 imdasandman View Post
    Just a quick update.

    Pof and horn of winter is working on all of my profiles.
    Thanks, to kink as I just looked at his code and saw what needed to be changed.
    2H frost I did 74.4k DPS on lfr madness
    I never got that high with my old profiles unless I was unholy so I am alittle happy right now
    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    Yea I'm happy that 2H frost is viable, It's going to be amazing to level with will be practically 2 shotting mobs. The only downside it seems other classes are pulling ahead by a decent margin :\.

  13. #3658
    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)
    Everyone who uses my profiles, please use Download from Url and update my Profiles using the current txt file

    http://bubba-pqr-profiles.googlecode...a_Profiles.txt

    This will

    A.) fix the Death Knight Blood issue.

    B.) Update EVERY update link for Nova Profiles currently in use

    we updated the file structure of the SVN so we needed to update the update links as well.
    ^0^Team Nova's PQR NCC ^0^

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

  14. #3659
    blacknightlll's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @buba just dl your profiles via svn. bloods been going for 5 min on dummy no errors so far

  15. #3660
    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 blacknightlll View Post
    @buba just dl your profiles via svn. bloods been going for 5 min on dummy no errors so far
    Woot Woot !!!!

    yea as i was heading out to work i just saved Death Knight and uploaded it.... I left out a ) <-- >.<
    ^0^Team Nova's PQR NCC ^0^

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

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 01:15 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