PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 642 of 779 FirstFirst ... 142542592638639640641642643644645646692742 ... LastLast
Results 9,616 to 9,630 of 11681
  1. #9616
    Dregoon's Avatar Member
    Reputation
    4
    Join Date
    Jun 2011
    Posts
    25
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Suppose to be running .Net 4.5? By the looks of it I don't know about the Assembly's, but there's a chance you are running .Net 4.0. If you are running 4.0, get the 4.5 extension since it adds a whole lot more functionality to .Net.
    I have 4.5 myself just couldn't copy the error, will post it later today. It's strange becouse it only crashes if I have WoW running

    PQR - Rotation Bot
  2. #9617
    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 Dregoon View Post
    I have 4.5 myself just couldn't copy the error, will post it later today. It's strange becouse it only crashes if I have WoW running
    Check if you have the right offsets. I know wrong offsets will cause crashing.

    Sent from my Nexus 7 using Tapatalk 2

  3. #9618
    Dregoon's Avatar Member
    Reputation
    4
    Join Date
    Jun 2011
    Posts
    25
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Check if you have the right offsets. I know wrong offsets will cause crashing.

    Sent from my Nexus 7 using Tapatalk 2
    Updated PQR and it works now. Thanks
    Last edited by Dregoon; 05-15-2013 at 10:08 AM.

  4. #9619
    hellobello25's Avatar Member
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi

    can one help it not works and it should only buff infight

    if not UnitBuffID("player",128433) then
    return true
    end

    pet ability Serpent's Swiftness

    edit
    now i have it bring to work

    if not UnitBuffID("player",128433)
    and UnitExists("pet")
    and not UnitIsDead("pet")
    and UnitAffectingCombat("player") ~= nil
    and GetSpellCooldown(128433) == 0
    then
    CastSpellByID(128433, "player")
    return true
    end
    Last edited by hellobello25; 05-15-2013 at 04:37 PM.

  5. #9620
    King Protos's Avatar Active Member
    Reputation
    40
    Join Date
    Sep 2007
    Posts
    516
    Thanks G/R
    2/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Took a long break, glad to see PQR is still around! Now just to find all my old profiles, heh


  6. #9621
    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 hellobello25 View Post
    Hi

    can one help it not works and it should only buff infight

    if not UnitBuffID("player",128433) then
    return true
    end

    pet ability Serpent's Swiftness

    edit
    now i have it bring to work

    if not UnitBuffID("player",128433)
    and UnitExists("pet")
    and not UnitIsDead("pet")
    and UnitAffectingCombat("player") ~= nil
    and GetSpellCooldown(128433) == 0
    then
    CastSpellByID(128433, "player")
    return true
    end
    Why bother? Your pet will auto cast this ability when in combat automatically,
    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

  7. #9622
    sparkyiezz's Avatar Member
    Reputation
    3
    Join Date
    Apr 2013
    Posts
    282
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway to make PQR or any other botbase not use much cpu or something because i kind of stay the same fps, over 60 most times but seems alot more unsmooth laggy anyway to fix this~

  8. #9623
    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)
    Completely off topic question, but is it possible to have PQR write to guild chat? I was wanting to troll my brother, and add something dumb into one of his CD's so it spammed gchat or whenever his CD's were used


    Sent from my Galaxy S3 using Tapatalk 2

  9. #9624
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cukiemunster View Post
    Completely off topic question, but is it possible to have PQR write to guild chat? I was wanting to troll my brother, and add something dumb into one of his CD's so it spammed gchat or whenever his CD's were used
    Sent from my Galaxy S3 using Tapatalk 2
    SendChatMessage - World of Warcraft Programming: A Guide and Reference for Creating WoW Addons

  10. #9625
    sparkyiezz's Avatar Member
    Reputation
    3
    Join Date
    Apr 2013
    Posts
    282
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there anyway to make pqr to use less power cpu or something because for somereason when i use it i loose like 5-10 fps but it seems really unsmooth

  11. #9626
    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 sparkyiezz View Post
    is there anyway to make pqr to use less power cpu or something because for somereason when i use it i loose like 5-10 fps but it seems really unsmooth
    its in the profile your using. in the past PQR_UnitDistance() was known to cause problems on lower end systems.

    Please if someone helped you donate rep to them.

  12. #9627
    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 crystal_tech View Post
    its in the profile your using. in the past PQR_UnitDistance() was known to cause problems on lower end systems.
    This. On my Quad Core system, I have WoW set to load up and use only 3 cores, and PQR on the 4th. Never get any lag on my end, but a lot of people do report it lags.

  13. #9628
    triggersad's Avatar Member
    Reputation
    8
    Join Date
    Apr 2012
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    https://twitter.com/Warcraft/status/335560422767882240

    may 21 guyst...start working on those offsets.

  14. #9629
    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)
    just a heads up i need a tester.

    90 warrior tank pm if you want to help me.

    Please if someone helped you donate rep to them.

  15. #9630
    sparkyiezz's Avatar Member
    Reputation
    3
    Join Date
    Apr 2013
    Posts
    282
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    This. On my Quad Core system, I have WoW set to load up and use only 3 cores, and PQR on the 4th. Never get any lag on my end, but a lot of people do report it lags.
    its prob because i got dual core haha amd anthlon x2 250 with gts 450 might need new pc, anyway i can make wow run on one and pqr run on the other?

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 05:31 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