PQR - Rotation Bot menu

User Tag List

Page 178 of 779 FirstFirst ... 78128174175176177178179180181182228278678 ... LastLast
Results 2,656 to 2,670 of 11681
  1. #2656
    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 hanzpanz View Post
    Hi, I checked out Rev. 260 and can't find your Warlock Profile.
    that was my fault, forgot to "Add" it to the changes, i had it in the proper folder, but didn't tell SVN that it was being uploaded... Check now
    ^0^Team Nova's PQR NCC ^0^

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

    PQR - Rotation Bot
  2. #2657
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    that was my fault, forgot to "Add" it to the changes, i had it in the proper folder, but didn't tell SVN that it was being uploaded... Check now
    It is up now

  3. #2658
    maleth's Avatar Banned
    Reputation
    8
    Join Date
    Feb 2012
    Posts
    131
    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
    that was my fault, forgot to "Add" it to the changes, i had it in the proper folder, but didn't tell SVN that it was being uploaded... Check now
    Is there a Holy Paladin Mop profile of yours yet?

  4. #2659
    SpyroPT's Avatar Active Member
    Reputation
    15
    Join Date
    Aug 2011
    Posts
    121
    Thanks G/R
    3/7
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @bu_ba your rotation isn't healing alot, and when it does its just holy shocks and judments. I dont think there are any errors, but i'll try to search for them.
    p.s. im talking about the no mouseover rotation.

  5. #2660
    blinkster18247's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    11
    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
    that was my fault, forgot to "Add" it to the changes, i had it in the proper folder, but didn't tell SVN that it was being uploaded... Check now
    I know you just started working on Destruction and i thank you severely for it. but will there be a demonology one coming up next?

  6. #2661
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by temp123 View Post
    Thank you
    Profile works just fine for me. Only get a LUA error every once in a while. It's more than likely something else. What's happening?

  7. #2662
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Sheuron

    I'm getting severe drops in FPS (sometimes as much as half my FPS dropping) as soon as I activate your Fire Mage Pve Profile. Has anyone else mentioned this? Otherwise it seems to work fine.
    Last edited by Taran32; 08-29-2012 at 12:42 PM.

  8. #2663
    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)
    @bu_ba_911
    Although I haven't found any working profiles for my toons yet, I definitely want to give you rep (but I cannot even give 1...) for dealing with everyone who's spamming these boards since the release of this patch...

    I don't know how you do it! haha
    Last edited by Nerder; 08-29-2012 at 12:39 PM.

  9. #2664
    Hot2pop's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by heosphoros View Post
    COULD ALL THE SMART ASSES CHILL and put proper links for download & say for what class instead of pointing everybody at first page or their pages
    THATS not helping anyone i browsed every page you guys talked about and not a damn DK profile
    YES im interested in a DK profile .. if anyone found one pls quote me with the link
    TNX
    Buddy you have to calm down, you have to figure this shit just got released the people that actually take the time to release all these are working on perfecting their own before they release them to the general public. The best one I've come to find yet was Kinkeh it's at the bottom of his post in his signature here. Also take note, this is 2h frost.. there is not a good DW released yet, nothing against sand i've found his work good in the past (used this before registering) but kinkeh's does significantly better dps now.

    http://www.ownedcore.com/forums/worl...ml#post2465011 (PQR - Rotation Bot)
    Last edited by Hot2pop; 08-29-2012 at 12:45 PM. Reason: forgot to mention

  10. #2665
    vorn10's Avatar Active Member
    Reputation
    75
    Join Date
    Nov 2010
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Taran32 View Post
    Getting lags and drops in FPS as soon as I activate Sheuron's Fire Mage Pve Profile. Anyone else having this issue? Otherwise it seems to work fine.
    As far as i see i think it is "PQR_UnitDistance()". Typed to Xelper what to do with it.

    @Firepong
    I tried to implement ur code:
    Code:
    --Var1 = Target
    --Var2 = Player
    function PQR_UnitDistance(var1, var2)
    	if UnitExists(var1) and not UnitIsDead(var1) then
    		local x1 , y1 = select(1,PQR_UnitInfo(var1)), select(2,PQR_UnitInfo(var1))
    		local x2 , y2 = select(1,PQR_UnitInfo(var2)), select(2,PQR_UnitInfo(var2))
    		local w = 100000
    		local h = 100000
    		local distance = sqrt(min(x1 - x2, w - (x1 - x2))^2 + min(y1 - y2, h - (y1-y2))^2)
    		
    		return distance
    	end
    end
    
    
    if PQR_UnitDistance("target","player") < 20 then
    return true
    end
    Is it ok from programming side? No errors etc. /dump not returning empty value but not working.

  11. #2666
    Hot2pop's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kroniq View Post
    Sandman's beta frost profile is for 2h haste. And Kink's is currently putting out better numbers for me. His is also 2h haste. You prolly wont see a dw profile for a few days atleast as i havent seen neone say they are working on one yet. Start lovin 2h is my advice. I must say im loving 80k Obliterates.

    I believe crystal is but his priority is donators before reg members

  12. #2667
    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 SpyroPT View Post
    @bu_ba your rotation isn't healing alot, and when it does its just holy shocks and judments. I dont think there are any errors, but i'll try to search for them.
    p.s. im talking about the no mouseover rotation.
    hmm after work tonight i will look more indepth to it.... the only thing not working that i saw was Beacon..... so manually choose a beacon target, maybe that will help?

    Originally Posted by blinkster18247 View Post
    I know you just started working on Destruction and i thank you severely for it. but will there be a demonology one coming up next?
    Me and Crystal haven't decided the order yet, but if I get my way, it will probably be Destruction and Affliction first :-/
    ^0^Team Nova's PQR NCC ^0^

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

  13. #2668
    nazgul111's Avatar Site Donator The Faithless
    Reputation
    256
    Join Date
    Apr 2010
    Posts
    303
    Thanks G/R
    20/14
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there nay working Combat Rogue Profile released yet?
    Interested in Dugi's Ultimate Guide? Then Visit my Thread and get it for free
    link: https://www.ownedcore.com/forums/wor...ate-guide.html

  14. #2669
    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 isidorzzon View Post
    Funny question why dosen't the guy that made this go for 64 version to or is hes comp that shity that he just made it for 32:<?
    Post's like this is exactly why I'm not getting in a hurry this time around to write profiles. It's not because of a "Shitty" computer as you say, it's because the program would need a complete re-write of the code. You would need to change hooks to try and hook 64bit addresses. You would also need to find those 64bit addresses, which ARE NOT the same as the x86 addresses. On top of that, everything would have to be checked and re-checked and tested and so on. It's not as simple as 99% of the damn leecher's on this site think it is. There's a reason why HonorBuddy isn't 64bit as well for a reason. That same reason goes for this program as well.

    P.S. I've almost got my druid profile updated. Funny enough, I didn't have to change but 1 thing on my already made Mists profile . Didn't shit no error's out what so ever. Love when nothing changes in 4 months

  15. #2670
    megabbyte's Avatar Member CoreCoins Purchaser
    Reputation
    4
    Join Date
    Mar 2008
    Posts
    154
    Thanks G/R
    0/2
    Trade Feedback
    10 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PQR is working atm?

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