PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 459 of 779 FirstFirst ... 359409455456457458459460461462463509559 ... LastLast
Results 6,871 to 6,885 of 11681
  1. #6871
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nerder View Post
    Are you sure you havent been trying something different? It's all working for me still.
    where i have not tested the PVP code it did break my farming profile that uses the same code here is a example:

    PHP Code:
    local Untilled = {"Untilled Soil"}
    for 
    i=1,#Untilled do 
        
    InteractUnit(Untilled[i]) 
    end 
    was all working till the 5.1a patch.

    PQR - Rotation Bot
  2. #6872
    Nerder's Avatar Contributor
    Reputation
    117
    Join Date
    Aug 2012
    Posts
    263
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by paintpauller View Post
    where i have not tested the PVP code it did break my farming profile that uses the same code here is a example:

    PHP Code:
    local Untilled = {"Untilled Soil"}
    for 
    i=1,#Untilled do 
        
    InteractUnit(Untilled[i]) 
    end 
    was all working till the 5.1a patch.
    Why have that in a table and everything? Just have a simple 1 line
    Code:
    InteractUnit("Untilled Soil")

  3. #6873
    dante7892's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's really good to see that most of the OG developers are either elite or almost there, you guys all really deserve it. keep up the ****ing amazing work, fellas.

  4. #6874
    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)
    @Everyone: I'm sorry! I've been sick for the past few days with the flu so I've mostly kept my head in a bucket.. Going to relax for a few more days before I get back to full again.
    I'm also leaving for Norway to celebrate Christmas the 18th so the 18th/19th I won't actually be that active. =P I have all Christmas though!

    @snowhawk: Can you reproduce the issue you're having with the profile hanging on full Demonic Fury? What you were doing at the time, your selected talents, and such would be completely awesome. Also -- If you download the PQInterface addon, you'll be able to see which ability the profile is hanging on. To the best of my knowledge, I leveled up my Warlock using the profile as well as using it in Heart of Fear/Mogu'shan Vaults Heroic without it hanging. It's set to go into Demon Form before you reach 950 DF.

    @averykey: Check your PM in a few hours. =) I had it all saved in a text document before I got sick, I thought I sent it to you though! I'm sorry.

  5. #6875
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nerder View Post
    Why have that in a table and everything? Just have a simple 1 line
    Code:
    InteractUnit("Untilled Soil")
    thanks for the help, the reason i did the local is because i call it more then once so it was just cleaner. i found why it was not working. had a error in my code that i forgot i added after the patch that was causing it to not work. =D

  6. #6876
    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)
    Figured out the errors of Shadow Priests. I haven't experienced any problems with Fire or Demonology rotation yet. A detailed explanation with glyph/talent information would be absolutely helpfull, and if you can reproduce the problem. I'll continue experimenting and have a fix up for it all by tomorrow.

    (If you can't wait; Remove Shadow Word: Insanity and Divine Star from the PQR Rotation.)

  7. #6877
    Xelper1's Avatar Private
    Reputation
    10
    Join Date
    Dec 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So I still dont have my normal Xelper OwnedCore account back (something weird happened, password stopped working and email is no longer associated with the account), PMd an admin but no reply.

    Last night I got to Amber Shaper and realized that my code for interrupting myself and the giant guy was not working. Has anyone updated my boss special code to work for this boss? I looked over the code really fast but couldn't see any issues. Also, I was already using one someone updated that added a 'playerCasting2' variable, but I guess that wasn't enough to get it going.

  8. #6878
    snowhawk's Avatar Contributor
    Reputation
    147
    Join Date
    Aug 2008
    Posts
    237
    Thanks G/R
    42/130
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    @Everyone: I'm sorry! I've been sick for the past few days with the flu so I've mostly kept my head in a bucket.. Going to relax for a few more days before I get back to full again.
    I'm also leaving for Norway to celebrate Christmas the 18th so the 18th/19th I won't actually be that active. =P I have all Christmas though!

    @snowhawk: Can you reproduce the issue you're having with the profile hanging on full Demonic Fury? What you were doing at the time, your selected talents, and such would be completely awesome. Also -- If you download the PQInterface addon, you'll be able to see which ability the profile is hanging on. To the best of my knowledge, I leveled up my Warlock using the profile as well as using it in Heart of Fear/Mogu'shan Vaults Heroic without it hanging. It's set to go into Demon Form before you reach 950 DF.

    @averykey: Check your PM in a few hours. =) I had it all saved in a text document before I got sick, I thought I sent it to you though! I'm sorry.
    I just encapsulated the entire meta function with checking to see if meta was available to cast before it even calculates anything. It just happens anytime the profile wants to go back into meta but meta isn't available (was casted within the last 10 secs but already above 950 fury).

  9. #6879
    Nerder's Avatar Contributor
    Reputation
    117
    Join Date
    Aug 2012
    Posts
    263
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If anyone downloaded the rogue profile I have after servers went to maint to now, there was an issue I changed and couldnt test but got it working again. Link should be up also, its in my signature now instead of having to go back posts

  10. #6880
    misterneko's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Dec 2011
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i'm having massive fps drop using sheuron's profiles u.u

    my pc is:

    phenom x 4 - 14gb ram - geforce gtx 560, running at 1080p - tv hdmi enabled 32"

    when i turn off PQR, getting 90 fps, on drops to 35-45, all in-battle.


    Anyone knows why? never happened to me in cataclysm

  11. #6881
    lantus's Avatar Active Member
    Reputation
    46
    Join Date
    Feb 2012
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by misterneko View Post
    i'm having massive fps drop using sheuron's profiles u.u

    my pc is:

    phenom x 4 - 14gb ram - geforce gtx 560, running at 1080p - tv hdmi enabled 32"

    when i turn off PQR, getting 90 fps, on drops to 35-45, all in-battle.


    Anyone knows why? never happened to me in cataclysm
    Most likely do to the profiles being out of date.

  12. #6882
    misterneko's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Dec 2011
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lantus View Post
    Most likely do to the profiles being out of date.

    profiles updated from the download link in first page u.u

  13. #6883
    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 misterneko View Post
    profiles updated from the download link in first page u.u
    His profiles I don't think have been updated in a while. I'm pretty sure that he is only playing 1 class now (don't know which) and is devoting his time to that. Dailies pretty much burned him out, like it did the rest of us losers lol

    Sent from my SAMSUNG-SGH-I747 using Tapatalk 2

  14. #6884
    Bughead's Avatar Member
    Reputation
    9
    Join Date
    Apr 2009
    Posts
    56
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    @Everyone: I'm sorry! I've been sick for the past few days with the flu so I've mostly kept my head in a bucket.. Going to relax for a few more days before I get back to full again.
    I'm also leaving for Norway to celebrate Christmas the 18th so the 18th/19th I won't actually be that active. =P I have all Christmas though!

    @snowhawk: Can you reproduce the issue you're having with the profile hanging on full Demonic Fury? What you were doing at the time, your selected talents, and such would be completely awesome. Also -- If you download the PQInterface addon, you'll be able to see which ability the profile is hanging on. To the best of my knowledge, I leveled up my Warlock using the profile as well as using it in Heart of Fear/Mogu'shan Vaults Heroic without it hanging. It's set to go into Demon Form before you reach 950 DF.

    @averykey: Check your PM in a few hours. =) I had it all saved in a text document before I got sick, I thought I sent it to you though! I'm sorry.
    Any news on that Arcane profile?

  15. #6885
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper1 View Post
    So I still dont have my normal Xelper OwnedCore account back (something weird happened, password stopped working and email is no longer associated with the account), PMd an admin but no reply.

    Last night I got to Amber Shaper and realized that my code for interrupting myself and the giant guy was not working. Has anyone updated my boss special code to work for this boss? I looked over the code really fast but couldn't see any issues. Also, I was already using one someone updated that added a 'playerCasting2' variable, but I guess that wasn't enough to get it going.
    I've been trying for a while to get it to work, but after a couple of attempts I gave up.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

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