PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 405 of 779 FirstFirst ... 305355401402403404405406407408409455505 ... LastLast
Results 6,061 to 6,075 of 11681
  1. #6061
    darksahde's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jan 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Team nova:

    It seems that your monk windwalker profile don't do anything during Heroic Raigonn encounter when jumped on the boss, can you please verify that.

    Thanks.

    PQR - Rotation Bot
  2. #6062
    darksahde's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jan 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bobita70 View Post
    Hi guys .. how can I cast a spell that I need, without stopping the bot ?
    Lets say the bot is happy doing the normal rotation and I want to cast a spell on myself or another player, what I normally do is pause the rotation cast what I need and restart the rotation , only problem with this is that sometimes it will cancel the spell that I just put out. Best example I can give here is when one is trying to cast the fire elemental, and after is done the rotation will cancel the elemental and put out searing totem again.
    Another way I have done it is to keep pressing on the button with the action that I need and hope that it will cast, which sometimes works for instant casts, but if is a channeled spell I find it better to stop the rotation alltogether.
    I am completely ignorant when it comes to coding, and I am quite happy to carry on doing it this way but I want to know if there is a better or different way to do it.
    Thanks for your help
    you have to code a "pause" into the rotation for the first problem. (credit to crystal_tech)

    Code:
    if lShift
    or IsMounted()
    or SpellIsTargeting()
    or UnitBuffID("player",5384)
    or UnitInVehicle("player")
    or UnitIsDead("target") 
    or UnitIsDead("player")
    or UnitBuffID("player", 77769)
    or not PlayerCombat then
    	return true
    end
    Put that in your rotation and bot will pause whenever you hold left shift, you may change "lshift" to any key you desire.

    and the fire totem problem can be solved with this line in the searing totem code.

    Code:
    If not UnitBuffID("Player", 2894) then
    Last edited by darksahde; 11-17-2012 at 02:41 AM.

  3. #6063
    Bobita70's Avatar Member
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @darksahde Cheers for that mate , however , where exactly do I place those two codes?
    I imagine the searing totem would be in the ability rotation, is that right?
    And what about the pause one, which it will be incredibly helpful , where do I paste that bit of code?
    cheers again
    PS at work atm so have no chance to even try and have a look at it to work it out for myself
    Last edited by Bobita70; 11-17-2012 at 04:04 AM.

  4. #6064
    Subversor's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinkeh View Post
    -- Up to date DW Masterfrost rotation.
    -- AoE Toggle on Right Shift.
    -- Hold Left Control for Death and Decay on mouseover.
    -- Hold Left Alt for AMZ on mouseover.
    @Kinkeh, I've loved this profile but have noticed one problem and am not able to fix it: When toggling from DW Masterfrost to the AoE rotation with right-shift, upon pressing right-shift again, the rotation becomes 2h frost and not DW Masterfrost again.

    Is there any way of fixing this?
    Thanks for any reply!

  5. #6065
    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 Subversor View Post
    @Kinkeh, I've loved this profile but have noticed one problem and am not able to fix it: When toggling from DW Masterfrost to the AoE rotation with right-shift, upon pressing right-shift again, the rotation becomes 2h frost and not DW Masterfrost again.

    Is there any way of fixing this?
    Thanks for any reply!
    In the rotation editor, go to the "functions" ability and scroll down to the aoe toggle code and swap this code:
    PQR_SwapRotation("2H Frost (Kinks Panda Frost)")
    With this code:
    PQR_SwapRotation("DW Masterfrost (Kinks Panda Frost)")
    This is a temp fix until I add a check for OffhandHasWeapon in the next update.
    Last edited by Kinkeh; 11-17-2012 at 05:01 AM.

  6. #6066
    SeveredShadow's Avatar Member
    Reputation
    3
    Join Date
    Aug 2011
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How exactly do I use the custom target option?
    When I make my abilities there is an option at the bottom for what target I want the ability to be casted on: target, player, focus, ect.
    Is there a syntax I'm supposed to be using to fill the 'Custom' option with the target of my choice?

  7. #6067
    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 SeveredShadow View Post
    How exactly do I use the custom target option?
    When I make my abilities there is an option at the bottom for what target I want the ability to be casted on: target, player, focus, ect.
    Is there a syntax I'm supposed to be using to fill the 'Custom' option with the target of my choice?
    Declare PQR_CustomTarget as whatever target (I.E. PQR_CustomTarget = "focus") then set the spells target as Custom.

  8. #6068
    SeveredShadow's Avatar Member
    Reputation
    3
    Join Date
    Aug 2011
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So if I wanted to cast the spell on the one and only other player in my party other than myself I would do:
    PQR_CustomTarget = "party1"

    And then set the target to custom?

  9. #6069
    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 SeveredShadow View Post
    So if I wanted to cast the spell on the one and only other player in my party other than myself I would do:
    PQR_CustomTarget = "party1"

    And then set the target to custom?
    Making sure party1 isn't yourself and the other player in the party isn't party2 then yes it should.

  10. #6070
    SeveredShadow's Avatar Member
    Reputation
    3
    Join Date
    Aug 2011
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    k thnx
    +rep

    Wouldn't I always be 'player' and not 'party1' though?
    Last edited by SeveredShadow; 11-17-2012 at 05:29 AM.

  11. #6071
    darksahde's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jan 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bobita70 View Post
    @darksahde Cheers for that mate , however , where exactly do I place those two codes?
    I imagine the searing totem would be in the ability rotation, is that right?
    And what about the pause one, which it will be incredibly helpful , where do I paste that bit of code?
    cheers again
    PS at work atm so have no chance to even try and have a look at it to work it out for myself
    the pause one you have make a new ability in the roration you're using in the ability editor. then add it to the roration list.

    can you post your searing totem code so i can just add it for ya.

  12. #6072
    Subversor's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Kinkeh!

    One more thing, could anyone help me to manually request spells on the gcd to be part of the PQR rotation?
    For example, pressing pestilence in-game would pause the rotation until pestilence is cast successfully...
    I'm almost sure it's possible but couldn't find anything on the wiki.

    If not I'll just pause the rotation like darksahde, thanks again in advance all.

  13. #6073
    darksahde's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jan 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone tell me does this piece of code make any sense?

    Code:
    if select(5,UnitBuffID("Target", 1)) == "Magic" or "Enrage" then
    	CastSpellByName(GetSpellInfo(19801), "Target")
    end
    I'm Trying to make a new tranquilizing shot code because the one i'm having does not work properly on the MoP mobs

  14. #6074
    Subversor's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darksahde View Post
    Can anyone tell me does this piece of code make any sense?

    Code:
    if select(5,UnitBuffID("Target", 1)) == "Magic" or "Enrage" then
    	CastSpellByName(GetSpellInfo(19801), "Target")
    end
    I'm Trying to make a new tranquilizing shot code because the one i'm having does not work properly on the MoP mobs
    I think you'd need UnitBuff instead.

  15. #6075
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darksahde View Post
    Can anyone tell me does this piece of code make any sense?

    Code:
    if select(5,UnitBuffID("Target", 1)) == "Magic" or "Enrage" then
    	CastSpellByName(GetSpellInfo(19801), "Target")
    end
    I'm Trying to make a new tranquilizing shot code because the one i'm having does not work properly on the MoP mobs
    As far as i can see, no it does not make sense, You are only looking for the first Buff on the target and checks if the type is Magic or Enrage. You need to check them all. And i dont know if it is case sensative so "Target" is the same as "target"?
    Last edited by Gabbz; 11-17-2012 at 10:52 AM.
    Looking for exploiters and botters to Elder Scrolls Online.

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 05:00 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