PQR - Rotation Bot menu

User Tag List

Page 25 of 116 FirstFirst ... 21222324252627282975 ... LastLast
Results 361 to 375 of 1739
  1. #361
    iceymot's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Partykilla View Post
    1hr later, still waiting like a little boy on xmas
    any luck with testing that code? were you able to cast spells on people with low hp successfully, could be pretty handy for casting vigilance.

    PQR - Rotation Bot
  2. #362
    haisenberg's Avatar Member
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    56
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    would be awesome to have something like a boss / encounter database where one can define how healers / dps / tanks may behave if buff / situation / whatever occurs... the good thing about it... all developers can use it.. and it would be a joint project work which involves improvements of all developers

  3. #363
    rootlsuer's Avatar Active Member
    Reputation
    30
    Join Date
    Jul 2013
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by haisenberg View Post
    would be awesome to have something like a boss / encounter database where one can define how healers / dps / tanks may behave if buff / situation / whatever occurs... the good thing about it... all developers can use it.. and it would be a joint project work which involves improvements of all developers
    maintaining a database is a different line of work - done well by wowhead/blizz etc. that's where we get our unit ids/names we use in lua to "define... whatever occurs"

  4. #364
    haisenberg's Avatar Member
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    56
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    - replace database with library or framework for integration in any (new) profile as a stand-alone part/module/addition of the profile - may the better term(s) to use here
    - whatever occurs: handlers for every/any situation which deserves having a handler.. like healing blue blobs... heal tsulong.. "or whatever dps/tank/heals need to take care of especially"

  5. #365
    kronos20102's Avatar Banned
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Give Offsets_17481 PTR last update

  6. #366
    sinseh's Avatar Member
    Reputation
    1
    Join Date
    Oct 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey there, new user to PQR and having some problems.

    I downloaded the latest version of PQR and placed the offsets for the private server i'm playing on (13623).

    Everything is fine until I try to start the rotation. I hit the hotkeys and PQR goes "Not Responding" for a while. When it becomes responsive again, the rotation does not start at all. Is this something wrong with the rotation profile?

  7. #367
    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)
    Prob the patterns pqr uses is broken for your build

    Please if someone helped you donate rep to them.

  8. #368
    Scubaman's Avatar Member
    Reputation
    5
    Join Date
    Nov 2011
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sinseh View Post
    Hey there, new user to PQR and having some problems.

    I downloaded the latest version of PQR and placed the offsets for the private server i'm playing on (13623).

    Everything is fine until I try to start the rotation. I hit the hotkeys and PQR goes "Not Responding" for a while. When it becomes responsive again, the rotation does not start at all. Is this something wrong with the rotation profile?
    Many rotations wont start without PQInterface, make sure that is installed then try again.

  9. #369
    Cooldude's Avatar Member
    Reputation
    11
    Join Date
    Sep 2006
    Posts
    136
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    I think there are new offsets as of maintenence today, my rotation works but cuts out casting a spell right before the next one.

  10. #370
    warlock2000's Avatar Sergeant
    Reputation
    8
    Join Date
    May 2013
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, quick question for the knowledgeable guys. Here's a piece of code I've written for a Shadowburn function with Havoc up. It works perfectly for its designed function so far in raids.

    The weird thing is, if I'm running around Shrine or in a raid instance and do not have a target, I get huge LUA error spam. The moment I target any player or Npc, the spam stops.

    [deleted for lack of spoilered text]

    Any ideas?!?
    Last edited by warlock2000; 10-16-2013 at 01:42 AM.

  11. #371
    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 warlock2000 View Post
    Hi, quick question for the knowledgeable guys. Here's a piece of code I've written for a Shadowburn function with Havoc up. It works perfectly for its designed function so far in raids.

    The weird thing is, if I'm running around Shrine or in a raid instance and do not have a target, I get huge LUA error spam. The moment I target any player or Npc, the spam stops.

    Code:

    local Targethealth = 100*UnitHealth("target")/UnitHealthMax("target")
    local Havoc,_,_,Havocstacks = UnitBuffID("player",80240)
    local TargetID = tonumber(UnitGUID("target"):sub(6,10),16)
    ----------------------------------------------------------------------------

    if UnitAffectingCombat("player")
    and UnitExists("target") ~= nil then
    if TargetID == 73195 -- Kor'kron Jailer
    or TargetID == 71720 -- Ice Tomb
    or TargetID == 71979 -- Kor'kron Warbringer
    or TargetID == 71983 -- Farseer Wolf Rider
    or TargetID == 72154 -- Desecrated Weapon
    or TargetID == 72198 -- Empowered Desecrated Weapon
    or TargetID == 72272 then -- Minion of Y'Shaarj
    if IsPlayerSpell(17877) == true
    and PQR_SpellAvailable(17877) == true
    and IsSpellInRange(GetSpellInfo(17877),"target") == 1
    and Havoc ~= nil and Havocstacks >= 1
    and UnitPower("player",14) >= 1
    and Targethealth <= 20 then
    CastSpellByName(GetSpellInfo(17877),"target")
    LASTCAST = "Shadowburn"
    return true
    end
    end
    end

    Any ideas?!?
    posting the error report usually makes it easier to find the error.....
    ^0^Team Nova's PQR NCC ^0^

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

  12. #372
    sinseh's Avatar Member
    Reputation
    1
    Join Date
    Oct 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    Prob the patterns pqr uses is broken for your build
    Does that mean PQR cannot be used on private servers? (molten)

    Originally Posted by Scubaman View Post
    Many rotations wont start without PQInterface, make sure that is installed then try again.
    Yeah I tried with PQInterface. Don't think it supports cata versions though as I see nothing on the screen

  13. #373
    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)
    Originally Posted by sinseh View Post
    Hey there, new user to PQR and having some problems.

    I downloaded the latest version of PQR and placed the offsets for the private server i'm playing on (13623).

    Everything is fine until I try to start the rotation. I hit the hotkeys and PQR goes "Not Responding" for a while. When it becomes responsive again, the rotation does not start at all. Is this something wrong with the rotation profile?
    Try using the older version of PQR. PQR v2.0 and higher was specifically programmed and made for Mists of Pandaria. I believe there is a post on the first late about this. On that note, you will have to find profiles made for 4.3.4 as well.

    Sent from my SGH-I337 using Tapatalk

  14. #374
    rootlsuer's Avatar Active Member
    Reputation
    30
    Join Date
    Jul 2013
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by haisenberg View Post
    - replace database with library or framework for integration in any (new) profile as a stand-alone part/module/addition of the profile - may the better term(s) to use here
    - whatever occurs: handlers for every/any situation which deserves having a handler.. like healing blue blobs... heal tsulong.. "or whatever dps/tank/heals need to take care of especially"
    High level frameworks are generally a bad idea especially with changing content. The WoW API has all the tools you need to perform these actions; adding more obscurity would merely make this task more difficult or obscure. If you want to see code on how to heal blue blobs or tsulong, check out vachiusa's profiles.

  15. #375
    rootlsuer's Avatar Active Member
    Reputation
    30
    Join Date
    Jul 2013
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by warlock2000 View Post
    local Targethealth = 100*UnitHealth("target")/UnitHealthMax("target")
    performing arithmetic on unchecked values makes me cringe...

    API UnitHealthMax - WoWWiki - Your guide to the World of Warcraft

    returns 0 by default.. you've now divided by zero.

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. [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
  3. rotation bot leveling (PQR)
    By classdog in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 09-17-2013, 06:13 PM
  4. [Release] PQR - Rotation Bot
    By Xelper in forum World of Warcraft Bots and Programs
    Replies: 11680
    Last Post: 09-16-2013, 07:47 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 09:37 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