PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 391 of 779 FirstFirst ... 291341387388389390391392393394395441491 ... LastLast
Results 5,851 to 5,865 of 11681
  1. #5851
    Xound's Avatar Sergeant
    Reputation
    11
    Join Date
    Sep 2012
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just reaching out for some help, I've been using the program without any issues for awhile now, however, when using it on a friends computer I'm getting some .net unexpected errors.

    Anyone know the quick fix for this? I'm trying to find an update for .net but any help would be awesome (I did try to do a forum search as well).

    Jumped down to the local net cafe, similar issue, I grabbed the error tho 'Not all privileges or groups referenced are assigned to the caller.'

    I've run as Admin, run off a USB and off the desktop
    Last edited by Xound; 11-10-2012 at 11:31 PM. Reason: More info added.

    PQR - Rotation Bot
  2. #5852
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xound View Post
    Just reaching out for some help, I've been using the program without any issues for awhile now, however, when using it on a friends computer I'm getting some .net unexpected errors.

    Anyone know the quick fix for this? I'm trying to find an update for .net but any help would be awesome (I did try to do a forum search as well).

    Jumped down to the local net cafe, similar issue, I grabbed the error tho 'Not all privileges or groups referenced are assigned to the caller.'

    I've run as Admin, run off a USB and off the desktop
    Try installing .Net framework, or updating it, Download | Microsoft Visual Studio 2012

  3. #5853
    gnitor's Avatar Corporal
    Reputation
    7
    Join Date
    Feb 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kuukuu View Post
    The answer to this has been posted many times. It's an issue with morphed spells being cast by ID, which PQR does when you simply use return true. Try changing return true to CastSpellbyName("spellname") and see if it still locks up for you.
    Aaaah thanks, that explains why I saw some CastSpellbyName() using the GetSpellInfo() (or something) instead of directly CastSpellById()!
    Last edited by gnitor; 11-10-2012 at 11:39 PM. Reason: Quote missing

  4. #5854
    Beelzix's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    looking for ret pally pvp profs

  5. #5855
    Xound's Avatar Sergeant
    Reputation
    11
    Join Date
    Sep 2012
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinkeh View Post
    Try installing .Net framework, or updating it, Download | Microsoft Visual Studio 2012
    Thanks mate, I did try that

    I think it might be the fact that the net cafe accounts aren't admin enabled (for a good reason I guess), so that even when I run as admin its not getting the right privileges?

  6. #5856
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SeveredShadow View Post
    Is there a way to use abilities that involve reticles without having to click my mouse to place the spell where I want it to go?
    Like Flamestrike or Death and Decay. Would be great if it could just put it where ever my mouse happened to be at the time or even just on top of my character would be fine.

    If there was a function that could simulate me clicking my mouse, that would do it for me.

    this will simulate mousrclick:
    Code:
    if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end

    Here is my Flamestrike script
    Code:
    if not UnitChannelInfo("player") 
    and IsSpellKnown(2120) 
    and select(2,GetSpellCooldown(2120)) ~= 12 
    and not PQR_IsMoving(1) 
    then 
      SpellCancelQueuedSpell() 
      CastSpellByName(GetSpellInfo(2120),nil) 
      if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end 
      return true 
    end
    Looking for exploiters and botters to Elder Scrolls Online.

  7. #5857
    MACH9 WoW Services's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    219
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @mentally how is your demo profile as now?

  8. #5858
    SeveredShadow's Avatar Member
    Reputation
    3
    Join Date
    Aug 2011
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Gabbz
    I'll give that code a shot, thanks a bunch
    Edit: Works like a charm
    Last edited by SeveredShadow; 11-11-2012 at 04:02 AM.

  9. #5859
    Apocalypse59's Avatar Knight
    Reputation
    17
    Join Date
    Apr 2012
    Posts
    221
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cameronmc88 View Post
    @mentally how is your demo profile as now?
    It's amazing, been using it all night.

    Only issue I've had with it are some random stops in the attack rotation.
    Happens most often on bosses below 20% HP.
    Also occurs after a certain period of time standing still.
    I.E - Attacking the target dummy.
    Last edited by Apocalypse59; 11-11-2012 at 05:15 AM.

  10. #5860
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Paladin Profile Ret
    ---------------------------------------
    Update from pqr or download here

    https://dl.dropbox.com/u/44039495/AveryPaladin.zip

    Hangups should be fixed, better pvp support. Better dps hopefully.
    You might need to change the how wait time from 0.2 to 0.1 depending on your gear. Simcraft has me at 0.2 right now.



    Left ctrl single modes
    Left shift aoe modes
    Left alt, Manual es/lh/hp
    Right ctrl, sacred shield
    Right shift, skips fading/hour, pauses rotation
    Right alt, hand of freedom, emanc if hof not avail



    Last edited by averykey; 11-11-2012 at 06:05 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  11. #5861
    MACH9 WoW Services's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    219
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Apocalypse59 View Post
    It's amazing, been using it all night.

    Only issue I've had with it are some random stops in the attack rotation.
    Happens most often on bosses below 20% HP.
    Also occurs after a certain period of time standing still.
    I.E - Attacking the target dummy.
    How do you fix it?

  12. #5862
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Apocalypse59 View Post
    It's amazing, been using it all night.

    Only issue I've had with it are some random stops in the attack rotation.
    Happens most often on bosses below 20% HP.
    Also occurs after a certain period of time standing still.
    I.E - Attacking the target dummy.
    Are you using the latest update? I read she said she found the solution to that issue, maybe she havent released it just yet.

  13. #5863
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just did a small fix to inq handling, should be better.

    update from pqr
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  14. #5864
    reapagedk's Avatar Member
    Reputation
    9
    Join Date
    Sep 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea I'm not having any problems with mentally's demo profile stopping. I just had to take auto buffing out when running randoms. found out if a shaman is in the group it only spams dark intent. and happily can say she already knows about the problem and is working on a fix for it
    Last edited by reapagedk; 11-11-2012 at 09:23 AM.

  15. #5865
    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)
    @cameronmc88: Fixing an issue with the AoE and Standard profile that causes some hang-ups (my bad!) and it should be released after that.

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 07:06 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