PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 96 of 779 FirstFirst ... 469293949596979899100146196596 ... LastLast
Results 1,426 to 1,440 of 11681
  1. #1426
    Devolenok's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys.
    First of all thx to all devs for ur hard work.
    Can any one give me a link for the best or actual Frost DK or Master Frost Profile?
    Thx in advance.

    PQR - Rotation Bot
  2. #1427
    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 Devolenok View Post
    Hi guys.
    First of all thx to all devs for ur hard work.
    Can any one give me a link for the best or actual Frost DK or Master Frost Profile?
    Thx in advance.
    I'll PM you my edit, put a top 40 rank back when my ilvl was 399 and some other nice ranks(H10m) has some abilities for spine and such too(auto tendon targeting, click for fading light..doesn't click for hour of twilight, also manages shrapnel on madness), just have to add it manually from the rotation editor.
    Last edited by Kinkeh; 07-12-2012 at 12:50 PM.

  3. #1428
    supermann's Avatar Member
    Reputation
    12
    Join Date
    Oct 2008
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinkeh View Post
    I'll PM you my edit, put a top 40 rank back when my ilvl was 399 and some other nice ranks(H10m) has some abilities for spine and such too(auto tendon targeting, click for fading light..doesn't click for hour of twilight, also manages shrapnel on madness), just have to add it manually from the rotation editor.
    maybe i can try ure edit too ?
    Would u like to pm me ?

  4. #1429
    ace99ro's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Dec 2011
    Posts
    173
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is sheurons code from his Holy Priest profile

    if IsUsableSpell(88685)
    and select(2,GetSpellCooldown(88685)) < 2
    and not UnitChannelInfo("player")
    and not PQR_IsMoving(1)
    then
    CastSpellByName(tostring(GetSpellInfo(88685)))
    if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
    return true
    end

    if members[1].HP < 95
    and IsUsableSpell(88684)
    and not UnitChannelInfo("player")
    and select(2,GetSpellCooldown(88684)) < 2 then
    CastSpellByName(GetSpellInfo(88684),members[1].Unit)
    return true
    end

    the first part of it is for Holy Word Sanctuary , atm it is casting automaticly at mouseover whenever it is off cd , and i want to make to cast at mouseover but when Left Ctrl is pressed , how can i do that ?

  5. #1430
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Seem PQR is growing in popularity, my profiles got 5000 downloads since last update.
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  6. #1431
    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)
    Originally Posted by sheuron View Post
    Seem PQR is growing in popularity, my profiles got 5000 downloads since last update.
    And I still only get 1 donation a month, arghhh! Just playing, I really don't care that much... glad to know someone has some idea of how much this thing is being downloaded... I use Dropbox which provides no download metrics.

  7. #1432
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol, I've gotten 900 dl's on my druid profile. 84 so far on my HonorBuddy friendly version.

    On that topic Xelper, think you might be willing to add in to where it will auto start a Profile when you login and get past the character selection? Would make it that much better for using it in tandem with HonorBuddy lol

    P.S. I've gotten changes pushed to my SVN for using HonorBuddy and leveling a Hunter. this is pretty much after the later level's. Haven't added anything for straight leveling from 1 yet, but I decided for that to be next instead of Death Knights. No zip at this current time. Just download the whole SVN and copy the shit to the respective places. Just need DATA, the Hunter PQRotation profile and the whole Singular HonorBuddy CC folder.

  8. #1433
    johm2's Avatar Active Member CoreCoins Purchaser
    Reputation
    48
    Join Date
    Nov 2007
    Posts
    214
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ace99ro View Post
    this is sheurons code from his Holy Priest profile

    if IsUsableSpell(88685)
    and select(2,GetSpellCooldown(88685)) < 2
    and not UnitChannelInfo("player")
    and not PQR_IsMoving(1)
    then
    CastSpellByName(tostring(GetSpellInfo(88685)))
    if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
    return true
    end

    if members[1].HP < 95
    and IsUsableSpell(88684)
    and not UnitChannelInfo("player")
    and select(2,GetSpellCooldown(88684)) < 2 then
    CastSpellByName(GetSpellInfo(88684),members[1].Unit)
    return true
    end

    the first part of it is for Holy Word Sanctuary , atm it is casting automaticly at mouseover whenever it is off cd , and i want to make to cast at mouseover but when Left Ctrl is pressed , how can i do that ?
    Code:
    if IsUsableSpell(88685) 
    and IsLeftControlKeyDown() and not GetCurrentKeyBoardFocus()
    and select(2,GetSpellCooldown(88685)) < 2 
    and not UnitChannelInfo("player") 
    and not PQR_IsMoving(1)
    then
    CastSpellByName(tostring(GetSpellInfo(88685)))
    if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end 
    return true
    end

  9. #1434
    demolos's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Xelper Gonna say it again, I love PQR, you did an amazing job. I was wondering, would it be possible to add a simple copy/paste button to the program? As an example, one of the UH dk profiles (Don't remember which one) has an auto flag return ability that I would like to copy to every profile I use. Would it even be possible to make something simple like that without using an xml editor so we could easly mix and match between different abilities in different profiles?

  10. #1435
    ace99ro's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Dec 2011
    Posts
    173
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    many thx , it works great

  11. #1436
    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)
    wtb intellsence but that would be a huge undertaking or code snipits for pqr. but if you know xml break down you can create it in another ide and bring it over to pqr

    Please if someone helped you donate rep to them.

  12. #1437
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So what's intellsence. What is it suppose to do?

    Sent from my MB860 using Tapatalk 2

  13. #1438
    Cahonez's Avatar Sergeant
    Reputation
    4
    Join Date
    Dec 2011
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Get spammed with this error message when using Onya's Resto Shaman profile.

    Did I miss something minor?

    +rep to fast responces

    thanks!

    Message: [string "if PQR_SpellAvailable(61295) then ..."]:9: attempt to compare nil with number
    Time: 07/13/12 14:11:04
    Count: 284
    Stack: [string "if PQR_SpellAvailable(61295) then ..."]:9: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>

    Locals: _ = nil
    _ = nil
    _ = nil
    _ = nil
    _ = nil
    _ = nil
    ah = nil
    _ = nil
    _ = nil
    _ = nil
    _ = nil
    _ = nil
    _ = nil
    rt = nil
    (*temporary) = true
    (*temporary) = "focus"
    (*temporary) = true
    (*temporary) = "player"
    (*temporary) = "focus"
    (*temporary) = 1
    (*temporary) = nil
    (*temporary) = false
    (*temporary) = "attempt to compare nil with number"

  14. #1439
    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)
    @xelper
    http://www.codeproject.com/Articles/...Y-Intellisense hehe

    @everyone else
    sorry, just woke up lol.

    InteliSense: IntelliSense - Wikipedia, the free encyclopedia

    its becoming a standard thing for devs. as you type out an api or a var name it will auto complete it / tell you the calls / whats required for it to work. best example would be in visual studio.

    the codesnipits would be you code something and save it as a snipit and when your ready to use it again you just insert the snipit from a list box and bam your code is entered. much like copy and paste just with the ability to have more than one pc. of code at a time that you can add
    Last edited by crystal_tech; 07-13-2012 at 09:09 AM.

    Please if someone helped you donate rep to them.

  15. #1440
    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 Cahonez View Post
    Get spammed with this error message when using Onya's Resto Shaman profile.

    Did I miss something minor?

    +rep to fast responces

    thanks!

    Message: [string "if PQR_SpellAvailable(61295) then ..."]:9: attempt to compare nil with number
    Time: 07/13/12 14:11:04
    Count: 284
    Stack: [string "if PQR_SpellAvailable(61295) then ..."]:9: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>

    Locals: _ = nil
    _ = nil
    _ = nil
    _ = nil
    _ = nil
    _ = nil
    ah = nil
    _ = nil
    _ = nil
    _ = nil
    _ = nil
    _ = nil
    _ = nil
    rt = nil
    (*temporary) = true
    (*temporary) = "focus"
    (*temporary) = true
    (*temporary) = "player"
    (*temporary) = "focus"
    (*temporary) = 1
    (*temporary) = nil
    (*temporary) = false
    (*temporary) = "attempt to compare nil with number"
    you don't have that spellid hence the nil. the spellid is for riptide. once you learn it the error will go away.

    Please if someone helped you donate rep to them.

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