PQR - Rotation Bot menu

User Tag List

Page 19 of 116 FirstFirst ... 15161718192021222369 ... LastLast
Results 271 to 285 of 1739
  1. #271
    Enragerx's Avatar Master Sergeant
    Reputation
    52
    Join Date
    Nov 2012
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by olibri View Post
    Not sure why/how this happened, but I noticed things slow down a lot with PQR lately. If I run it in edit mode, there is 0 cpu impact. If I run it with WOW up but do not select a character, I get about 11% CPU. As soon as I select a character without choosing a rotation I sit around 46-50% CPU. Further, there appears to be a pretty severe memory leak such that after about an hour the memory usage is at 750k.
    that sounds like a rotation issue some bad code in the rotation, or in the data file.

    PQR - Rotation Bot
  2. #272
    Enragerx's Avatar Master Sergeant
    Reputation
    52
    Join Date
    Nov 2012
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xCharusx View Post
    Hello, where i can find a guide with all functions that i can use for PQR? Example: functions like UnitExists or UnitBuffID
    PQR Custom Functions - PQRotation Wiki


    you can also google API for an interesting read

  3. #273
    Enragerx's Avatar Master Sergeant
    Reputation
    52
    Join Date
    Nov 2012
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vitalic View Post
    You are definitely saving yourself a lot of stress by not using PQI
    I learned really quick to never alt+tab to the desktop with PQI running for more than 5 secs...

  4. #274
    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)
    anyone have a know a up to date WW pvp prof? will +rep if given good info

  5. #275
    Nomfeld's Avatar Member
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CodeMyLife View Post
    IMO update PQR to 2.2.4 and see after this.
    I'm playing on a WOTLK server so I don't think that version will work with WoW patch 3.3.5

  6. #276
    Maxitor's Avatar Master Sergeant
    Reputation
    8
    Join Date
    Apr 2013
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know that this have been asked a lot of times but afaik it was not answered:

    Is there a way to fix right alt bind on a non US keyboard layout or only Xelper can hardcode it to PQR?

  7. #277
    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 Maxitor View Post
    I know that this have been asked a lot of times but afaik it was not answered:

    Is there a way to fix right alt bind on a non US keyboard layout or only Xelper can hardcode it to PQR?
    Yes, dont use it! Map it to other keys or macros.
    Soapbox Rotations Developer

  8. #278
    MrHeroe's Avatar Member
    Reputation
    3
    Join Date
    May 2013
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Folks,

    do you pros have a hint how to shield my psyfiend without using macrocasts? =)

    using "Psyfiend" as target dont work. Only a macrocast /target Psyfiend works but i want to prevent that.
    Last edited by MrHeroe; 10-03-2013 at 10:01 AM.

  9. #279
    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 MrHeroe View Post
    Hey Folks,

    do you pros have a hint how to shield my psyfiend without using macrocasts? =)

    using "Psyfiend" as target dont work. Only a macrocast /target Psyfiend works but i want to prevent that.
    Well im not 100% sure but I think the psyfiend and mindbenders are pets.

    CastSpellByName(GetSpellInfo(SpellID), "pet")
    Soapbox Rotations Developer

  10. #280
    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 Nomfeld View Post
    I'm playing on a WOTLK server so I don't think that version will work with WoW patch 3.3.5
    Oh you are right, then I dont know. Never went on a 3.3.5 serv myself. I already made a paladin profile for it for someone tought. I can confirm it was working for him.

    Good luck. PM me if you cant find and ill try to find exactly who it was and probly he will be able to help.

    Edit: sorry for repost, not used to iPhone yet lol
    Soapbox Rotations Developer

  11. #281
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MrHeroe View Post
    Hey Folks,

    do you pros have a hint how to shield my psyfiend without using macrocasts? =)

    using "Psyfiend" as target dont work. Only a macrocast /target Psyfiend works but i want to prevent that.
    Why not something like this.

    Code:
    if UnitExists("mouseover") 
    and UnitName("mouseover") == "Psyfiend" 
    and not UnitDebuffID("mouseover",6788)
    and not UnitBuffID("mouseover",17)then
        CastSpellByName(GetSpellInfo(17), "mouseover")
    end
    Psyfiend is mouse over so all you would have to do is keep your mouse there for another GCD.
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  12. #282
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,036
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In the casting of psy use target(psyfiend) castspellbyname(shield, '' target'') targetlasttarget()

    Please if someone helped you donate rep to them.

  13. #283
    Simber's Avatar Member
    Reputation
    5
    Join Date
    Apr 2011
    Posts
    63
    Thanks G/R
    1/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to set up a burst mode for a fire mage? Like this rotation:

    Get hot streak proc manually.

    Presence of Mind - Alter Time - Frostjaw - Deep Freeze - Pyroblast - Alter time (before the first pyro hits) - Pyroblast - Pyroblast(combustion at the same time, no global CD) - Pyroblast - Pyroblast

    I want to do everything myself except the burst. I want to be able to click on a button and the bot will execute the burst for me. How hard is it to make a bot that does this?

    I pretty much want this burst into a bot that will do the burst for me when i press the button: http://www.youtube.com/watch?v=A6ji8...BBXgpaBP59XmjQ
    Last edited by Simber; 10-03-2013 at 07:37 PM.

  14. #284
    Pdey's Avatar Contributor
    Reputation
    139
    Join Date
    Aug 2011
    Posts
    271
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is it possible to set DoT's on ALL targets in range without mouseover? lets say.. i hit every target in range wich is over 500 max-healt with Shadow Word: Pain

  15. #285
    Wildbreath's Avatar Contributor
    Reputation
    162
    Join Date
    Feb 2012
    Posts
    121
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    TargetNearestEnemy(true) and check unit health+debuffs
    you can hook WorldFrame for count red nameplates (enemy count) and make some automate for aoe dotting

    for example:

    Code:
     -- only for enemy nameplates enabled
    local enemyCount = 0
    CreateFrame('frame', nil, UIParent):SetScript('OnUpdate', function(self, elapsed)
    	enemyCount = 0
    	for index = 1, select('#', WorldFrame:GetChildren()) do
    		local frame = select(index, WorldFrame:GetChildren())
    		if frame:GetName() and frame:GetName():find('NamePlate%d') then
    			if frame:IsShown() then enemyCount = enemyCount + 1 end
    		end
    	end
    end)
    Last edited by Wildbreath; 10-04-2013 at 05:30 AM.

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. [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
  3. rotation bot leveling (PQR)
    By classdog in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 09-17-2013, 06:13 PM
  4. [Release] PQR - Rotation Bot
    By Xelper in forum World of Warcraft Bots and Programs
    Replies: 11680
    Last Post: 09-16-2013, 07:47 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 02:40 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