PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 238 of 779 FirstFirst ... 138188234235236237238239240241242288338738 ... LastLast
Results 3,556 to 3,570 of 11681
  1. #3556
    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
    Earlier in the thread, I asked how to make a rotation profile use a trinket. I was advised to go into Ability Editor and choose an ability, or every ability, and add /use 14 (the trinket I want used on every CD) in the Action space for the ability, then click save. My question is does this not save it permanently? Will this have to be done every time I load the rotation? I've noticed that I've had to do that very editing procedure every time I load PQR and choose the rotation profile I want to use. I only use a couple of them, and I've added /use 14 to every ability in both rotations numerous times. It doesn't seem as though the bot is actually saving the changes made through the ability editor. Is this supposed to happen, or is this a bot/profile error? Just wondering. All the profiles work well, and I haven't experienced the freeze that everyone else has been getting. I usually get about 35-40k dps using the two BM profiles I've picked up from here. Things are working great. Just wondered if there was a way to either edit, or save permanently, the ability to use my trinkets on every CD instead of having to add that in every time I load up PQR?
    If you click save it should save it permanently, generally though you don't have to add /use 14 to every ability, just pick an ability that is used a lot or one that is a major dps cooldown and add it there. Once you have saved remember that you will have to enable the rotation once again though it's key-bind for your update to take effect.
    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. #3557
    Fumi's Avatar Contributor CoreCoins Purchaser
    Reputation
    207
    Join Date
    Feb 2008
    Posts
    561
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone willing to give me 20-30 mins of their time and learn me how to script profiles? i just want to know how to script a simple ability like Dragon Roar or Chaos Bolt

  3. #3558
    Amiyumi's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    15
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    help need warlok profiles Dest\demo

  4. #3559
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ciyfex View Post
    man with the same problem...
    Problem has gone. I removed this line from the conditions of spells: local FacingTarget = PQR_UnitFacing("player", "target")
    I know, only 3 people out of the 300 that have downloaded the profile have reported problems with how and exo, anyone know why unitfacing is bugging out for some people?

    I will try to fix this for you but I don't know what the issue is.



    Originally Posted by Dominium View Post
    Could someone please help me code Flash of Light? Well actually all I wanna know is how to check if Player has 3 stacks of a certain buff (Selfless healer to be exact).

    Cheers!

    (select(4,UnitBuffID("player",flashoflightbuff)) == 3

    might be 4 or 7

    if (select(4,UnitBuffID("player",flashoflightbuff)) == 3 then
    castflashoflight on player
    end
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  5. #3560
    Persikos's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    With thanks to Knightnova1 I have incorporated traps into my rotations.

    KMD_All_Hunter_Rotations_v2.zip

    Again BM/MM/SV

    - Left Alt will fire off Explosive Trap, followed by Ice Trap, followed finally by Snake Trap
    - Right Alt will fire off Freezing Trap

    For most rotations, check the rotation notes for more information.

    Hold down Right Shift for Rapid Fire.
    Hold down Left Shift for Focus building.
    Hold down Left Control for mouseover Serpent Sting
    Hold down Left ALT for Explosive Trap, Ice Trap, Snake Trap in order.
    Hold down Right ALT for Freezing Trap

    Please note that I haven't fully tested all the profiles merely the new abilities added.
    All very good. Please add Launch a Scatter Shot + Freezing Trap at Mouseover )

  6. #3561
    js1974's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    199
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Fumi View Post
    Anyone willing to give me 20-30 mins of their time and learn me how to script profiles? i just want to know how to script a simple ability like Dragon Roar or Chaos Bolt
    Adding an ability to a profile is as easy as just adding it and putting it in the rotation, Dragon Roar for instance.

    Ability Editor

    Ability Name Dragon Roar
    Actions
    Cancel Channel
    Recast Delay
    Skip Unknown True
    Spell ID 118000
    Target Target

    Dragon Roar Code
    PHP Code:
    if EnemyExists and PlayerCombat and IsSpellInRange(bloody"target") == 1 then    CastSpellByName(GetSpellInfo(118000),nil)    return true end 
    This one for example - You want to also look at the functions code from the http://dl.dropbox.com/u/101636169/Si...iteWorking.zip knightnova1 has some really good code and you can learn a lot more about the coding just looking at it.

    or you could use slightly different code.

    PHP Code:
    if CheckInteractDistance("target"3then return true end 
    TBH the easiest way to learn and understand how the profile works is dissect someones profile. I'm not sure what other information you are looking for but feel free to PM me if you are looking for something special. I should have put this in here as well, I didn't mean for you to use that code as your own but more so code that is currently in use. So you can dissect them and learn what other pieces of code are in use.
    Last edited by js1974; 09-05-2012 at 05:03 PM.

  7. #3562
    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 Persikos View Post
    All very good. Please add Launch a Scatter Shot + Freezing Trap at Mouseover )
    It is already in the abilities list, I've not tested it out, but the ability that Xelper wrote is still in there as Legacy code. You just have to put in into a rotation and test it. I'm not supporting the code for it just yet since my focus is to maximise PVE damage right 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

  8. #3563
    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 js1974 View Post
    Adding an ability to a profile is as easy as just adding it and putting it in the rotation, Dragon Roar for instance.

    Ability Editor

    Ability Name Dragon Roar
    Actions
    Cancel Channel
    Recast Delay
    Skip Unknown True
    Spell ID 118000
    Target Target

    Dragon Roar Code
    PHP Code:
    if EnemyExists and PlayerCombat and IsSpellInRange(bloody"target") == 1 then    CastSpellByName(GetSpellInfo(118000),nil)    return true end 
    or you could use slightly different code.

    PHP Code:
    if CheckInteractDistance("target"3then return true end 
    TBH the easiest way to learn and understand how the profile works is dissect someones profile. I'm not sure what other information you are looking for but feel free to PM me if you are looking for something special.
    Be very careful when you quote code like that. EnemyExits and PlayerCombat are functions. As such if you do not have the functions defined in your code they will not work.
    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

  9. #3564
    Persikos's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    It is already in the abilities list, I've not tested it out, but the ability that Xelper wrote is still in there as Legacy code. You just have to put in into a rotation and test it. I'm not supporting the code for it just yet since my focus is to maximise PVE damage right now.
    Okey. Dont work(

  10. #3565
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,036
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Be very careful when you quote code like that. EnemyExits and PlayerCombat are functions. As such if you do not have the functions defined in your code they will not work.
    yep EnemyExists and PlayerCombat are just Globals that are set in my function ability. to make it universal you should use UnitExists("target") and UnitAffectingCombat("player")

    Please if someone helped you donate rep to them.

  11. #3566
    OnionsTich's Avatar Banned
    Reputation
    0
    Join Date
    Jul 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone link a really badass destro profile?

  12. #3567
    JIMMYF's Avatar Site Donator
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    28
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please balance pvp

  13. #3568
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dont just write "plz do this for me" thats just annoying. If you want a specific profile made just state what you want it to be able to do, and Im sure someone will be happy to look into it. And use the search-function while you're at it.

  14. #3569
    js1974's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    199
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Be very careful when you quote code like that. EnemyExits and PlayerCombat are functions. As such if you do not have the functions defined in your code they will not work.
    True I was more so pointing into code that he can look at and see how people use the code then telling him to use it I should have phrased that better but thanks for the catch.

    Originally Posted by crystal_tech View Post
    yep EnemyExists and PlayerCombat are just Globals that are set in my function ability. to make it universal you should use UnitExists("target") and UnitAffectingCombat("player")
    Yours and the 20 people that learned from you like myself.

    Originally Posted by knightnova1 View Post
    Complete profile rewrite now handles logic better, less laggier, and quicker calculations, added AOE profiles (manually switch profiles with pqr), fixed Dragon's Roar casting out of range, and optimized execute.

    For reforges i use WoW Reforge Calculator & Optimizer the new Hit and Exp Caps are both 769 you have to manually change the caps then press Optimize in the bottom left.

    For arms AOE if theres only 2 or 3 creatures i suggest using Sweeping Strikes manually (works nicely for warmaster blackhorn), if 4 or more then switch to the AOE profile (black adds on yorsaj, slimes on spine or madness)

    For fury the AOE is pretty optimized, will build meat cleaver stacks with whirlwind for raging blow and cleave to keep from hitting rage cap or if deadly calm is up.

    Both profiles now average higher dps then simcraft (pqr can calculate functions better), SMF is still better then Arms

    Arms:
    http://dl.dropbox.com/u/101636169/Si...iteWorking.zip

    SMF:
    http://dl.dropbox.com/u/101636169/Si...uryWorking.zip
    Do you plan on putting out a TG Fury profile instead of just SMF?
    Last edited by js1974; 09-05-2012 at 05:11 PM.

  15. #3570
    knightnova1's Avatar Active Member
    Reputation
    28
    Join Date
    Jun 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was playing around on my disc priest and I got this old profile I had working http://dl.dropbox.com/u/101636169/DiscPVE.zip it does the job and i added in a line of code to focus debuffs on spine. It is designed to be used with this build Mists of Pandaria - Talent Calculator - World of Warcraft It gets the job done, at 393 ilvl full shadow gear i can say you go oom after about 4 mins. I wont be updating this at all. Enjoy.

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