PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 752 of 779 FirstFirst ... 252652702748749750751752753754755756 ... LastLast
Results 11,266 to 11,280 of 11681
  1. #11266
    artyom777's Avatar Private
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My problem is not because patch, patch time will be about 14 hours later, i have just some bug or smthing like that when pqr is not really attach to wow . firepong have you got any idea?

    PQR - Rotation Bot
  2. #11267
    JUANNY's Avatar Master Sergeant
    Reputation
    21
    Join Date
    May 2013
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by artyom777 View Post
    My problem is not because patch, patch time will be about 14 hours later, i have just some bug or smthing like that when pqr is not really attach to wow . firepong have you got any idea?
    ]
    not sure what you mean-PTR patch 17331 is in effect for ALL the PTR servers

  3. #11268
    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 Maxitor View Post
    bu_ba_911: i am going to try this out asap. The addon check should not slow down anything because you do it only once when the profile starts and it is only sets up the values to a default value.

    if (IsAddOnLoaded("PQInterface")) == nil then ...

    What i want to avoid here is to type in manually the long variable names and set a value for them.

    Edit: I have just read paintpauller's post he does the same.

    P.S. does anyone have an idea how to collect these code snippets?
    after a quick lil check, i've decided to postpone adding in the ability for the function to work without PQI...

    things like the Text and Select widget would break 90% of the profiles, and i would need to recreate the Hotkey function inside my own function for the hotkeys to be recorded properly xD

    im not saying its impossible, but the function would get WAY to bloated and uglier
    ^0^Team Nova's PQR NCC ^0^

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

  4. #11269
    Maxitor's Avatar Master Sergeant
    Reputation
    8
    Join Date
    Apr 2013
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    after a quick lil check, i've decided to postpone adding in the ability for the function to work without PQI...

    things like the Text and Select widget would break 90% of the profiles, and i would need to recreate the Hotkey function inside my own function for the hotkeys to be recorded properly xD

    im not saying its impossible, but the function would get WAY to bloated and uglier
    Paintpauller's solution is fine but it annoys me that i have to maintain a variable set in the profile just in case PQI is not loaded. It would be so much better if i could pass the default (non PQI) value right at the check.


    Shortly i would like to make the following snippet more friendly when PQI is not loaded:

    if not PQI_MaxUnholy_Conversion_enable then return false end
    local ConvHP=PQI_MaxUnholy_Conversion_value
    ...
    And it is even worse when you have to set hotkeys... Maybe a function like PQICheck(varname,defvalue) would do the job and i could check for the addon inside the body and return the def value if PQI is not loaded.

    Edit: nvm i am going to use paintpauller's method but don't drop the idea to improve your code
    Last edited by Maxitor; 08-28-2013 at 01:47 AM.

  5. #11270
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Instead of recreating the wheel, wouldn't it just be better to update PQI as it is though? If you're going for the root of the problem right away no one would need the extra function(s) added to their code. =)

    There is a few things that could be improved with PQInterface, but I dunno how Mich diesall is checking the thread or how much he wants to work on it.

    Sent from my HTC One using Tapatalk 4

  6. #11271
    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 mentally View Post
    Instead of recreating the wheel, wouldn't it just be better to update PQI as it is though? If you're going for the root of the problem right away no one would need the extra function(s) added to their code. =)

    There is a few things that could be improved with PQInterface, but I dunno how Mich diesall is checking the thread or how much he wants to work on it.

    Sent from my HTC One using Tapatalk 4
    i like making as little of a splash as possible, while seeing the same results

    by changing PQI, i would be requiring people to update that across the board to use my thing... which may or may not break functionality of the old thing to get it to a point i would like

    other than the fact the only way to update values and stuff is by mouse scroll or reloadui, i haven't seen any glaring issues
    ^0^Team Nova's PQR NCC ^0^

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

  7. #11272
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I suppose you're right. Back to the drawing board! ... And to get out of bed..

    Sent from my HTC One using Tapatalk 4

  8. #11273
    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 mentally View Post
    I suppose you're right. Back to the drawing board! ... And to get out of bed..

    Sent from my HTC One using Tapatalk 4
    Haha improving PQI on a global scale isn't out of the question, but I'll give diesel until 5.4 is released before I start playing around and tweaking things I am still a fan of cvars... they update instantly and are ready to use

    Getting out of bed is for pansies and normal people

    Sent from my SCH-I535 using Tapatalk 4
    ^0^Team Nova's PQR NCC ^0^

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

  9. #11274
    Maxitor's Avatar Master Sergeant
    Reputation
    8
    Join Date
    Apr 2013
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    Haha improving PQI on a global scale isn't out of the question, but I'll give diesel until 5.4 is released before I start playing around and tweaking things I am still a fan of cvars... they update instantly and are ready to use

    Getting out of bed is for pansies and normal people

    Sent from my SCH-I535 using Tapatalk 4
    What i tried to solve is to have only one profile for PQI and non PQI users. I am still paranoid about the PQI addon itself (it takes like 30 seconds to implement a code to check for it and ban users on Blizz side) but i stepped over it in the past months because i came to the conclusion that without PQR i would not play at all. I know that there are users who prefer to use the old method aka set the binds in the profile to get rid of the mentioned addon so this is a problem at the moment.

    On the other hand i do not want to wait for a possibble PQI update what could fix this. (also i had to modify PQI already to use mouse buttons) but it redirects us to my original post about the need of an open PQR librabry :P Yeah i still believe that this is the way to go instead of separate profile writer's datafile.

    Edit: Fixing PQI would not help because the addon is not loaded


    Originally Posted by bu_ba_911 View Post
    ...

    other than the fact the only way to update values and stuff is by mouse scroll or reloadui, i haven't seen any glaring issues
    Do you have a working solution for this? It annoys me that i type in the value just to get ignored unless i scroll through the values. ReloadUI is simply bad :P
    Last edited by Maxitor; 08-28-2013 at 03:22 AM.

  10. #11275
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Maxitor, I think you're missing the point about how add-ons operate and what PQInterface actually does. The add-on will not get you banned simply because it's only reading and writing data injected into WoW by the PQR program. When you load PQR and initiate a profile, PQRs state and injected variables is picked up by the add-on and "written" as sa ed variables, then fed back to the client and again read by PQR

    It's only operating under the extreme tight parameters already set by Blizzard that all add-ons use. You'd find yourself as likely to be banned by using PQInterface as you would using BigWigs or DeadlyBossMods.

    I'd go into further analysis and explanations of how add-ons operate, their restrictions and what's going on behind the scenes, but I fear that it would only cause confusions. (I'm a Computional and Systems Biology major at UCLA, I've also read both the UELA and ToS amongst several Lua programming books and books directly aimed towards developing add-ons for World of Warcraft.)

    I'm as paranoid about losing my account as anyone, especially my old account which has all my progress from Vanilla. D:

    But I do understand where you're coming from in regards to the absurdly long variable names. When I'm done with updating my profiles I'll write up a function translator that short-hands PQIs variables to something of the users choosing and sets default values to those variables in case PQI is undesired. =)

    Sent from my HTC One using Tapatalk 4

  11. #11276
    vitalic's Avatar Contributor CoreCoins Purchaser
    Reputation
    182
    Join Date
    Jun 2010
    Posts
    3,527
    Thanks G/R
    8/3
    Trade Feedback
    10 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Ok guys, here is a coding challenge for you:

    I want to be able to pass a list of unit ids to the rotation via a macro, parse the ids and use them to cast a specific spell at the desired units (depending on if they exist) while maintaining the order of the units provided.

    For example:

    /fear focus
    /fear mouseover, focus
    /fear arena2, focus, mouseover, target

    It should also work with a default set of targets if you cast just /fear.

    This must be done without tainting the execution path (i.e. assigning nothing other than static primitive values like 1, 0, true, false etc.)

    Any ideas?

  12. #11277
    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 vitalic View Post
    Ok guys, here is a coding challenge for you:

    I want to be able to pass a list of unit ids to the rotation via a macro, parse the ids and use them to cast a specific spell at the desired units (depending on if they exist) while maintaining the order of the units provided.

    For example:






    It should also work with a default set of targets if you cast just /fear.

    This must be done without tainting the execution path (i.e. assigning nothing other than static primitive values like 1, 0, true, false etc.)

    Any ideas?
    have you tried using @focus @target @mouseover?

    Please if someone helped you donate rep to them.

  13. #11278
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That's pretty easy vitalic, and can be simplified to shit with a simple macro:

    Code:
    RunMacroText("/cast [@mouseover,exists,nodead][@focus,exists,nodead][] Fear")
    Otherwise I could write up a regex to capture desired UnitID's and parse them induvidually, I'm not exactly sure if RunMacroText is limited to that of a regular macro in-game, though!

    PM me for further info I suppose.

  14. #11279
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also to go along with what mentally said, if Blizz really care to catch PQR users they would just implement the means to detect PQR itself and not even worry about the addon.

    Sent from my Galaxy S4 using Tapatalk 2

  15. #11280
    vitalic's Avatar Contributor CoreCoins Purchaser
    Reputation
    182
    Join Date
    Jun 2010
    Posts
    3,527
    Thanks G/R
    8/3
    Trade Feedback
    10 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    @mentally @crystal_tech This might be a simplistic way of doing it, ideally I was hoping to store the list of targets and then in a rotation ability perform some logic on each target like LoS checks, immunity checks etc. In other words more than just a normal /cast macro.

    The main objective is just to prevent the need to spam a macro/keybind, so it works like a toggle which pauses the rest of the rotation until that spell has been cast.

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 08:21 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