PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 753 of 779 FirstFirst ... 253653703749750751752753754755756757 ... LastLast
Results 11,281 to 11,295 of 11681
  1. #11281
    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 not really hard though!
    I'll write up some snippets for ya. =)

    Sent from my HTC One using Tapatalk 4

    PQR - Rotation Bot
  2. #11282
    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)
    Originally Posted by mentally View Post
    That's not really hard though!
    I'll write up some snippets for ya. =)

    Sent from my HTC One using Tapatalk 4
    Yes please do! Unless I'm missing something really obvious (which is very possible), this is not so easy to do without tainting the execution path and causing addon errors.

    Edit: you cannot call protected functions from an insecure location by the way, so RunMacroText() can't be used inside a macro function.
    Last edited by vitalic; 08-28-2013 at 10:15 AM.

  3. #11283
    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)
    @vitalic: I'll send you a PM once I get home in about an hour or so. =)

    Sent from my HTC One using Tapatalk 4

  4. #11284
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vitalic View Post
    Yes please do! Unless I'm missing something really obvious (which is very possible), this is not so easy to do without tainting the execution path and causing addon errors.

    Edit: you cannot call protected functions from an insecure location by the way, so RunMacroText() can't be used inside a macro function.
    I did this in my profile couple months ago. Multi-Target usage is in Dev forum if you want to see how I tabled the people and keep SS on valid targets. This might give yo ideas. As for the macro, same as your macro that turn the function ON.. You get the knowledge bro dont be lazy :P(no offense!!)

    Btw i removed it as it was takig lots of ressources as the whole profile was multitarget.
    Last edited by CodeMyLife; 08-28-2013 at 11:27 AM.
    Soapbox Rotations Developer

  5. #11285
    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 the tradeoff for selling profiles CML. No development access, not allowed to use it. Let's leave it at that.

    But it's not that simple iirc as he wants to use the same slash command to also look for and split up given variables or multiple UnitIDs at the consecutively without interfering with the rotation flow.

    Sent from my HTC One using Tapatalk 4
    Last edited by Kinky; 08-28-2013 at 11:47 AM.

  6. #11286
    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)
    Originally Posted by CodeMyLife View Post
    I did this in my profile couple months ago. Multi-Target usage is in Dev forum if you want to see how I tabled the people and keep SS on valid targets. This might give yo ideas. As for the macro, same as your macro that turn the function ON.. You get the knowledge bro dont be lazy :P(no offense!!)

    Btw i removed it as it was takig lots of ressources as the whole profile was multitarget.
    I know very well how to do what I want to do, in fact I already have it coded and it works, but with addon conflicts. The problem is doing it from an insecure macro without tainting the execution path. WWF knows all about this because he was trying to make a macro which casts the spell provided in a macro argument.

    The reason I put the challenge out there is to see if anyone could come up with a workaround or a way to circumvent Blizzard's tainting, so it's not a case of being lazy at all.

  7. #11287
    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)
    I am not a big fan of PQR interface cause sometimes it feels more of a pain then a benefits when it starts spitting out addon and lua errors

  8. #11288
    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 vitalic View Post
    I know very well how to do what I want to do, in fact I already have it coded and it works, but with addon conflicts. The problem is doing it from an insecure macro without tainting the execution path. WWF knows all about this because he was trying to make a macro which casts the spell provided in a macro argument.

    The reason I put the challenge out there is to see if anyone could come up with a workaround or a way to circumvent Blizzard's tainting, so it's not a case of being lazy at all.
    Just pass it along as a cvar then you can have PQR break it down and run all the checks you want.



    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. #11289
    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)
    @JUANNY: I have never once had PQI spill LUA errors, that's the result of bad coding from an author, not the addon.

    Sent from my HTC One using Tapatalk 4

  10. #11290
    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)
    Originally Posted by bu_ba_911 View Post
    Just pass it along as a cvar then you can have PQR break it down and run all the checks you want.



    Sent from my SCH-I535 using Tapatalk 4
    Will try this, if it works you are a saint

  11. #11291
    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 vitalic View Post
    Will try this, if it works you are a saint
    you have two different methods here.... well three actually... but two easy ones

    if you want to check multiple spells against multiple targets, but one of these two is a set thing (like you will always check spell xyz, but you want the targets to vary) you pass along the targets

    if the targets are the same but you want to check against a varying spell, you'll just pass along the spellid...

    if both are the same, but you want a macro to trigger PQR checking.... just make a boolean cvar that when macro button is pressed turns itself = true, and when PQR casts it turns it back to false
    ^0^Team Nova's PQR NCC ^0^

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

  12. #11292
    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)
    Originally Posted by bu_ba_911 View Post
    you have two different methods here.... well three actually... but two easy ones

    if you want to check multiple spells against multiple targets, but one of these two is a set thing (like you will always check spell xyz, but you want the targets to vary) you pass along the targets

    if the targets are the same but you want to check against a varying spell, you'll just pass along the spellid...

    if both are the same, but you want a macro to trigger PQR checking.... just make a boolean cvar that when macro button is pressed turns itself = true, and when PQR casts it turns it back to false
    Amazing, thanks, it seems to work!

    I came up with so many elaborate solutions but the answer was so simple.

  13. #11293
    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 vitalic View Post
    Amazing, thanks, it seems to work!

    I came up with so many elaborate solutions but the answer was so simple.
    glad it worked for you
    ^0^Team Nova's PQR NCC ^0^

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

  14. #11294
    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)
    yo cpowroks lol if you have time can you check to see if the offsets that were found earlier in the thread are correct cause they are crashing wow when profile loaded for ptr build 17331-your video for finding offsets were awesom3

  15. #11295
    illkiteyou's Avatar Banned
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone tell me how to open up the PQInterface? I have it downloaded into my wow/interface/addons as I seen on a guide to getting started. Thanks

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 04:48 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