PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 450 of 779 FirstFirst ... 350400446447448449450451452453454500550 ... LastLast
Results 6,736 to 6,750 of 11681
  1. #6736
    Weird0's Avatar Contributor
    Reputation
    137
    Join Date
    Jan 2009
    Posts
    352
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if someone could pm me a link to good working and updated paladin protection profile it would be very nice

    PQR - Rotation Bot
  2. #6737
    leonel916's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    IS there a Warlock pvp file out there? I cant seem to find but non mop yet

  3. #6738
    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 Hunterkris View Post
    Hey KMD, thanks for th Hunter updates, works quite well. But when i run th SV it swaps me in to Aspect of the Pack when i move. Both in and out of combat. Out of combat is ok i guess, but in combat is a bit meh. Not sure if im doing smth wrong or if its part of the scripting. Fairly new to this. Have not tested it on BM or MM yet(moving) so i cant say if it aspect swaps in those too...
    - Also, the priority for opener seems to want to use Stampeded After 1x RF and 2xBestial wrath (with readiness). Thus using Stampeded with only th last RF alone.
    I'm not sure if you are talking about my profiles because I have no code for Aspect of the Pack in my profiles.

    Also on my profiles Stampede, and Rapid Fire are set to "Right Shift" they don't go automatically.

    I would recommend that you delete whatever profile you are using and download a refresh copy of my latest profile.
    Last edited by kickmydog; 12-06-2012 at 06:14 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

  4. #6739
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by replikatoren View Post
    PVE Monk Windwalker Rotation based on 99% simcraft

    Hey guys,
    made a Windwalker PVE Rotation with AOE Toggle in it.

    Talents you must have : Ascension
    Keybindings :
    Left Alt -> Pause Rotation
    Right Ctrl -> Toggle AOE / Single Target ( AOE should be used when there are more than 5 Mobs)

    Used some code of Nova Team, Rubim and Failroad.
    I`m very knew to coding so some Feedback is welcome.
    No LVL 90 Talent coded in, cause I`m still lvl 87.
    Happy testing!

    File-Upload.net - Replikator-Monk-Windwalker.rar
    Its not 99% based on simcraft.

    PHP Code:
    if not canAOE
    then
    if UnitBuffID("player",115288) == nil
        
    and EnergyTime 3.9
        
    and HaveBuff("player",125359,4)
    then
    _castSpell
    (113656)
    end
    end 
    fists_of_fury,if=!buff.energizing_brew.up&energy.time_to_max>(cast_time)&buff.ti ger_power.remains>(cast_time)

    Tiger Power will fail sometimes because of your rotation.

    EnergyTime > 3.9, wont work anymore.

    You need to calculate the Fist of Fury with Haste, since Haste will reduce the cast time.
    (4 / (1 + UnitSpellHaste("Player") / 100))

    This should do it.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063

  5. #6740
    replikatoren's Avatar Active Member
    Reputation
    53
    Join Date
    Aug 2011
    Posts
    182
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rubim View Post
    Its not 99% based on simcraft.

    PHP Code:
    if not canAOE
    then
    if UnitBuffID("player",115288) == nil
        
    and EnergyTime 3.9
        
    and HaveBuff("player",125359,4)
    then
    _castSpell
    (113656)
    end
    end 
    fists_of_fury,if=!buff.energizing_brew.up&energy.time_to_max>(cast_time)&buff.ti ger_power.remains>(cast_time)

    Tiger Power will fail sometimes because of your rotation.

    EnergyTime > 3.9, wont work anymore.

    You need to calculate the Fist of Fury with Haste, since Haste will reduce the cast time.
    (4 / (1 + UnitSpellHaste("Player") / 100))

    This should do it.
    I think it will never fade, because with more haste, your fof will never be cast, when tiger power is below 4 sec. WIth more haste your fof cast faster than 3.9 sec... so im sure the rotation is pretty safe never letting tiger power falling off

  6. #6741
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by replikatoren View Post
    I think it will never fade, because with more haste, your fof will never be cast, when tiger power is below 4 sec. WIth more haste your fof cast faster than 3.9 sec... so im sure the rotation is pretty safe never letting tiger power falling off
    If you have 3.19 FoF Cast time it will be a dps loss.

    You SHOULD cast FoF now, its not a DPS LOSS anymore.

    FoF Cast is influenced by HASTE.

    ==

    More HASTE on your rotation doest not mean more FoFs.

    blackout_kick,if=((energy+(energy.regen*(cooldown.rising_sun_kick.remains)))>=40 )|(chi=4&!talent.ascension.enabled)|(chi=5&talent.ascension.enabled)
    PHP Code:
    if not canAOE
    then
    if ( UnitPower("player") + (EnergyRegen*(RKcooldown))) >= 40
        
    or PlayerChi == 5
    then
    _castSpell
    (100784)
    end
    end 
    This one is fine, if you dont have ascension it will bug out.

    lackout_kick,if=(chi>=3&energy.time_to_max<=2&!talent.ascension.enabled)|(chi>=4 &energy.time_to_max<=2&talent.ascension.enabled)
    You forgot this one
    Last edited by Rubim; 12-06-2012 at 07:32 PM.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063

  7. #6742
    NicodemusAtNIMH's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mentally, I'm using your Demon Warlock profile I'm lvl 85 now am I suppose to die using it with two mobs and being helped by NPC's battling them? set on auto rotation.
    Last edited by NicodemusAtNIMH; 12-06-2012 at 07:44 PM. Reason: spell check

  8. #6743
    replikatoren's Avatar Active Member
    Reputation
    53
    Join Date
    Aug 2011
    Posts
    182
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah nice, thanks rubim, I will update it later ;D And thanks for the feedback. And I ve not planed to code spells without Ascension as long as Ascension is beset talent for dps

  9. #6744
    TehVoyager's Avatar I just love KuRIoS
    Reputation
    1282
    Join Date
    Nov 2010
    Posts
    2,733
    Thanks G/R
    85/470
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Just got a new update, need offset

    EDIT nevermind im a retaahd


    (don't post things I post to Patreon.)

  10. #6745
    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)
    Originally Posted by kickmydog View Post
    I'm not sure if you are talking about my profiles because I have no code for Aspect of the Pack in my profiles.

    Also on my profiles Stampede, and Rapid Fire are set to "Right Shift" they don't go automatically.

    I would recommend that you delete whatever profile you are using and download a refresh copy of my latest profile.
    sounds like hes using my old profile for 5.0.4 that i released.

    Please if someone helped you donate rep to them.

  11. #6746
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how would i trigger something when i get a chat mssg. thinking about the "You have a firm grip - now JUMP!" you receive after interacting with Runty plant.
    any help would be much appreciated. =D

    EDIT: i could also use something like
    PHP Code:
    if Target("player") == "name of target i want" then 
       
    do something 
    end 
    but i cant find a way to check for target name
    Last edited by paintpauller; 12-06-2012 at 09:36 PM.

  12. #6747
    abndrew82's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2008
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Out of curiosity would PQR be able to handle fishing, was just thinking and curious if a profile could be created for just stationary fishing. Not sure if it would be able to tell when bobber pops is all

  13. #6748
    TehVoyager's Avatar I just love KuRIoS
    Reputation
    1282
    Join Date
    Nov 2010
    Posts
    2,733
    Thanks G/R
    85/470
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    TBH i'd prefer a PQR that would just catch fish so you could manual cast and pool fish. pool fish is better and more profitable. if you want to fish use mrfishit (once its updated) or coolfish or something.


    (don't post things I post to Patreon.)

  14. #6749
    replikatoren's Avatar Active Member
    Reputation
    53
    Join Date
    Aug 2011
    Posts
    182
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PVE Monk Windwalker Rotation based on 99% simcraft

    Hey guys,
    made a Windwalker PVE Rotation with AOE Toggle in it.

    Talents you MUST have : Ascension
    Keybindings :
    Left Alt -> Pause Rotation
    Right Ctrl -> Toggle AOE / Single Target ( AOE should be used when there are more than 5 Mobs)

    Used some code of Nova Team, Rubim and Failroad.
    I`m very knew to coding so some Feedback is welcome.
    No LVL 90 Talent coded in, cause I`m still lvl 87.
    Happy testing!

    Edit Update: Fixed some errors in Rotation and added suggestions by Rubim

    File-Upload.net - Replikator-Windwalker-7th-Dez.rar

  15. #6750
    jackson27's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If someone hugely talented (nudge, nudge nova). would bust out a sub rogue profile. We would all be eternally grateful. Desperation is setting in

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:44 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