PQR - Rotation Bot menu

User Tag List

Page 221 of 779 FirstFirst ... 121171217218219220221222223224225271321721 ... LastLast
Results 3,301 to 3,315 of 11681
  1. #3301
    Ronnyv1's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    53
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do i get a spell to cast at 5 combo points rather than whenever available? i assume this is the line

    ok, i'd like to fit a 5 cp usage of rupture into this via if EnemyCP > 4

    if PlayerCombat and EnemyCP > 4 then
    if not HaveDebuff("target", 1943, 2, "PLAYER") and (SnDTimer - GetTime()) > 6 then
    return true
    end
    end
    would this work?
    Last edited by Ronnyv1; 09-02-2012 at 11:05 AM.

    PQR - Rotation Bot
  2. #3302
    ZidaneT's Avatar Corporal
    Reputation
    6
    Join Date
    Jan 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys, i have a newbie question about writing my own profile for pqr.

    using my paladin, i want to cast crusader strike (if in melee range) followed by avengers shield (if out of melee range).

    the problem i am having is that if i put crusader strike above avengers shield, the bot "sticks" on crusader strike, and never skips over it onto avengers shield.

    how do i write the code for crusader strike to say "if in melee range, cast this, else skip onto the next ability in the rotation"?

  3. #3303
    lostwalker's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know blizzard seems to add new patches daily in the beta. But, did I miss the new offsets for the Beta? I used the PQR update and hit the download offsets, but I don't think it accually loaded new offsets. Anys, just checking to see if I missed them or not.

  4. #3304
    vorn10's Avatar Active Member
    Reputation
    75
    Join Date
    Nov 2010
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Unasrage View Post
    Hi m8 nice working profile but u seem so have the same issue has my profile =(

    On manual Fire Elemental Totem cast it just get replaced by Searing totem and you lose the FE cd.

    mabe you can fix what i can't.. making a way of pqr seeing if u already have FE totem Up and doesnt cast any outher fire totem.

    and mabe make like Alt push pause the rotacion so that ya can stop dps on spine or cast a manual spell

    keep me posted on any update plz =)
    Ty for feedback. I thought about stopping rotation with key to cast BL and other abilities. Totem will do too. Iam little ill so today later should be it up.

    If Fire Elemental Totem is up, even in AoE mode, it shouldnt be replaced by magma totem if in range?
    Last edited by vorn10; 09-02-2012 at 11:52 AM.

  5. #3305
    Dozza's Avatar Sergeant
    Reputation
    9
    Join Date
    May 2010
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mylat View Post
    hello,

    I try PQR for the first time today....in fact, I try to install PQR for the first time today..and i've a issue...
    I use windows 7 (x64)
    I've install .net 4.5
    I've use the PQR updater, and , after updating to the new version, when a lunch PQR, ......I show you how is the windows I get
    ImageShack® - Online Photo and Video Hosting
    Attachment 9913
    I don't unserstand what i have dont wrong,
    I somebody can help me, thanks....

    **edit screenshot on a webhost **
    same prob over here

  6. #3306
    Ginsplosion's Avatar Member
    Reputation
    2
    Join Date
    Feb 2012
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ Blinded - Been extensively testing the sub profile, top notch as always (87k Warlord LFR). The only suggestion I could possibly to make is that at the start of a fight it uses a Garrote to instantly get Singulary Veins up.

    I've yet to test the assass one on my proper rogue, it pulled about 40k on a random 5 man boss and that's in shite gear so I'd bet that performs on my proper rogue.

    Is there any chance at all of perhaps a combat one, I'm using the Sheuron one at the moment which is decent but doesn't have cooldown control and seems to throw 4/5 CP's into SND frequently which is a little frustrating.

    @ Nilrem - Quality affliction profile, the only thing I'd suggest like someone else already has is have more 'ctrl', 'alt', 'shift' functions for different things such as cooldown usage etc.
    Last edited by Ginsplosion; 09-02-2012 at 11:51 AM.

  7. #3307
    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 Vogel81 View Post
    I tried using Bubba's Blood Tank SVN and the 'work in progress' version and PQR throws a huge Error before anything happens.


    [string "-------------------------------------------..."] line 33:
    attempt to call global 'GetPrimaryTalentTree' (a nil value)
    Debug:
    [C]: GetPrimaryTalentTree()
    [string "-------------------------------------------..."]:33: ?()
    [string "if PQR_Addon_Loaded == nil then..."]:81: PQR_LoadLua()
    [string "if PQR_RotationStarted then ..."]:13: ?()
    [string "if PQR_Addon_Loaded == nil then..."]:760: PQR_NextAbility()
    [string "if PQR_Addon_Loaded == nil then..."]:533: PQR_ExecuteRotation()
    [string "if PQR_Addon_Loaded == nil then..."]:289:
    [string "if PQR_Addon_Loaded == nil then..."]:214
    You must be using an older version :-/

    go to Rotation Editor and update both the Data File and the Profile from Download Update
    ^0^Team Nova's PQR NCC ^0^

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

  8. #3308
    Trekku's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can a mod delete this message please, i've been dumb
    Last edited by Trekku; 09-02-2012 at 11:43 AM.

  9. #3309
    itzaraya's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinkeh View Post
    You don't stance dance as arms anymore, it provides no bonus. Only time you switch to zerker stance is during AoE, single target is all battle.
    You dont AoE in zerker anymore either, they changed that as well.

    Battle Stance - Generate Rage from melee attacks
    Zerker Stance - Generate Rage from SOME melee attacks and SOME incoming damage.

    So all in all, switching your stance is very situational now and useless 90% of the time.

  10. #3310
    mylat's Avatar Member
    Reputation
    4
    Join Date
    Sep 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dozza View Post
    same prob over here
    I get crazy...... i've try on vista, it's working, and, on when i try on my windows 7, i get this problem.... I need to use the windows 7 computer, i've no choice......

  11. #3311
    PureLife's Avatar Corporal
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vorn10 View Post
    Ty for feedback. I thought about stopping rotation with key to cast BL and other abilities. Totem will do too. Iam little ill so today later should be it up.

    If Fire Elemental Totem is up, even in AoE mode, it shouldnt be replaced by magma totem if in range?
    Hey vorn, your shaman resto profile still locks up sometimes, I'm not sure what caused it, but usually when the whole grp is taking huge dmg, it locks up

  12. #3312
    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 ZidaneT View Post
    Hi guys, i have a newbie question about writing my own profile for pqr.

    using my paladin, i want to cast crusader strike (if in melee range) followed by avengers shield (if out of melee range).

    the problem i am having is that if i put crusader strike above avengers shield, the bot "sticks" on crusader strike, and never skips over it onto avengers shield.

    how do i write the code for crusader strike to say "if in melee range, cast this, else skip onto the next ability in the rotation"?
    Don't quote me on this but you could try something like.

    Code:
    if IsUsableSpell(CRUSADER STRIKE ID) then return true end
    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

  13. #3313
    Dozza's Avatar Sergeant
    Reputation
    9
    Join Date
    May 2010
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mylat View Post
    I get crazy...... i've try on vista, it's working, and, on when i try on my windows 7, i get this problem.... I need to use the windows 7 computer, i've no choice......
    fixed it .. run it via compability mode win7 .. workin for me

  14. #3314
    Bgreen12's Avatar Banned
    Reputation
    32
    Join Date
    Aug 2012
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Don't quote me on this but you could try something like.

    Code:
    if IsUsableSpell(CRUSADER STRIKE ID) then return true end
    I'm not in front of my computer right now so the spelling might not be right and idk the spell ids but here's what I do to handle if in melee range or not


    Make a new function called functions. Set the spellid to 0 you're just gonna define all you're variable In this function. Make one called inMelee and one called outOfMelee.

    The inMelee will look like this

    inMelee = IsSpellInRange(GetSpellInfo(**SPELLID OF CRUSADER STRIKE**),"target")

    outOfMelee = (not inMelee or inMelee == 0)

    Then you go to your crusader strike function, and put this

    If inMelee == 1
    Then return true end

    Then go to avenger shield function or whatever spell you only wanna cast if ranged and

    If outOfMelee
    Then return true end


    The IsUsableSpell is more likely used to check if a proc happened and the spell is available for casting such as overpower for warrior. This does seem useless though because PQR does this automatically I think because on my warrior I just have the overpower function as follows... the meCombat is defined in my functions as if I am affecting combat or not.

    If meCombat
    Then return true end

    Seems to always use overpower if available if not then skip without use of the IsUsableSpell function.
    Last edited by Bgreen12; 09-02-2012 at 12:32 PM.

  15. #3315
    mylat's Avatar Member
    Reputation
    4
    Join Date
    Sep 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dozza View Post
    fixed it .. run it via compability mode win7 .. workin for me
    not for me, i've try with all the compability mode, i've the same issue......sad.....

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:20 AM. 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