PQR - Rotation Bot menu

User Tag List

Page 13 of 779 FirstFirst ... 9101112131415161763113513 ... LastLast
Results 181 to 195 of 11681
  1. #181
    magenpriest's Avatar Banned
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Updated Fire Mage PvE profile. This is mayor update, dps have been increased substantially also having a faster response to spread DoTs while holding shift.
    Awesome +rep for you. Thanks!

    PQR - Rotation Bot
  2. #182
    schadis's Avatar Member
    Reputation
    11
    Join Date
    Sep 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Will test sheurons fire mage update as soon as i get home frome work and will report back.^^

  3. #183
    tigole1's Avatar Member
    Reputation
    3
    Join Date
    Apr 2012
    Posts
    82
    Thanks G/R
    0/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    have anyone successfully dd the crystal tech's demo dps rotation also the affliction doesnt seem to work for some odd reason when i enabled it the demo works though. anyone else experiencing this?

  4. #184
    hbkx1's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sheuron ty for fire update, do you have racials in your profile that I can set to true or let me know how/where to add troll's berzerking

  5. #185
    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)
    I've played with quite a few sets of code trying to figure out a way to impalement throwing Saronite Grenades, Is it possible to have it just auto throw the grenade where your mouse-over is and if so anyone able to share the code? Currently I can't get it to throw them only bring up the target cursor and then quick close it as it continues on.

  6. #186
    onya's Avatar Member
    Reputation
    67
    Join Date
    May 2008
    Posts
    152
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hbkx1 View Post
    Sheuron ty for fire update, do you have racials in your profile that I can set to true or let me know how/where to add troll's berzerking
    Sheuron includes a text files with racials
    Shaman resto and elemental profiles for PQRotation can be downloaded from here - https://db.tt/g2pIFrBc
    Tradeskill profile (Jewelcrafting and disenchant) download here - https://db.tt/aPpOTKJH

  7. #187
    osbornx22's Avatar Sergeant
    Reputation
    14
    Join Date
    Nov 2009
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Don't know if your smokin anything or not, but macros are CASE-SENSITIVE. Meaning "/tar spirit link totem" wouldn't work anyways. Gotta do "/tar Spirit Link Totem" See the 3 letters there that are capitals? I just tested it out myself in a duel with a shaman. I could and did target the totem with:
    Code:
    /tar Spirit Link Totem
    /cast Flame Shock
    Worked like a charm for me. Just make sure to check cases next time
    Do you play original blizzard live wow?

    /tar Totem der Geistverbindung

    doesnt work for me. maybe german client problem?

    and macros doesnt case sensitiv for me, if a player name is God, i can target him with "/tar god", no problem

    i also can target friendly totems with "/tar tot", but not enemy totems!

  8. #188
    Kodek's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sheuron Hello, I really like your profiles, so kind to add serious rupture the profile of sub rogue pvp? I have tried but have not succeeded

    Thank you very much and sorry for my English

  9. #189
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You guys wont be able to target totems, that functionality was taken away from the Lua API a long time ago.


    Code:
    		while name ~= totem do
    			TargetNearestEnemy()
    			name, realm = UnitName("target")
    		end
    That code is likely to cause an infinite loop resulting in your WoW freezing too

  10. #190
    osbornx22's Avatar Sergeant
    Reputation
    14
    Join Date
    Nov 2009
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes, you say truth

    maybe just try x times to get targeting it

    Code:
    for i = 1, x do
      TargetNearestEnemy()
      name, realm = UnitName("target")
      if name == totem then
           return
       end
    end

  11. #191
    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 osbornx22 View Post
    yes, you say truth

    maybe just try x times to get targeting it

    Code:
    for i = 1, x do
      TargetNearestEnemy()
      name, realm = UnitName("target")
      if name == totem then
           return
       end
    end
    also maybe limiting the code to only run when u are in an Arena Battle and a Shaman Exists
    ^0^Team Nova's PQR NCC ^0^

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

  12. #192
    osbornx22's Avatar Sergeant
    Reputation
    14
    Join Date
    Nov 2009
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  13. #193
    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 osbornx22 View Post
    i saw that..... and from what I see here's what I see it doing

    We are going to look for the number of raid members in our group and determine that this is the Arena Size

    We are now going to be cycling through every Enemy Arena member seeing if they have a buff for SL totem

    If they have SL totem then set it as target


    at minimum I think should should make sure you're in an Arena battle at least before looping Arena targets

    so at the Beginning....

    if IsActiveBattleFieldArena() then
    ^0^Team Nova's PQR NCC ^0^

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

  14. #194
    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)
    @Sheuron ur newest PVE fire mage sometimes after moving, starts casting pyroblast with no proc.
    Edit
    Or is it just for combustion when CD going off to not wait until pyro proc?

  15. #195
    happydado's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2011
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Doing some tweaks on fire mage profile atm, ll upload mage profiles later. Managed to do 80k on madness LFR
    I have download your PVE fire profile but no change on pvp profile and there are another problem when i have buff on me for istant i have try to push pause and manual cast to but he no cast pyro.
    He cast pyro only if i push and target have freeze debuff.
    Pls m8 hel0p me.

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:54 PM. 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