PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 758 of 779 FirstFirst ... 258658708754755756757758759760761762 ... LastLast
Results 11,356 to 11,370 of 11681
  1. #11356
    davehammer4's Avatar Member
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xNotta View Post
    Anyone else trying to use PQR on the PTR getting a huge FPS drop that eventually causes the game to just stop because of the lack of FPS?
    I've tried 3 different profiles all that drop FPS till the game stops.
    Is there a fix for this?
    Not sure which profiles you are running but a few pvp profiles can not handle 25m stuff

    PQR - Rotation Bot
  2. #11357
    Cikapaja's Avatar Member
    Reputation
    4
    Join Date
    Oct 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, how exactly is the LuaUnlocker used to get PQR to work? Also is the 17331 and 17345 offset the same except the CurrentWoWVersion? If not, does anyone have a working offset for 17345?
    Last edited by Cikapaja; 08-31-2013 at 04:10 AM.

  3. #11358
    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)
    i used a patterns, offsets is moved, but it found via pattern - thats why

  4. #11359
    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)
    exactly is no way to take in the target Direhorn Spirit or Humming Crystal or any other NPC except using localized name in macro?
    RunMacroText("/command "..name) works for spells, group or raid, but with localized names have a problem.
    When updating profile via SVN Cyrillic text turns into something horrible RunMacroText("/targetexact Дух дикорога")
    Last edited by WWF; 08-31-2013 at 06:58 AM.

  5. #11360
    JUANNY's Avatar Master Sergeant
    Reputation
    21
    Join Date
    May 2013
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WWF View Post
    exactly is no way to take in the target Direhorn Spirit or Humming Crystal or any other NPC except using localized name in macro?
    RunMacroText("/command "..name) works for spells, group or raid, but with localized names have a problem.
    When updating profile via SVN Cyrillic text turns into something horrible RunMacroText("/targetexact Дух дикорога")
    this is the code i use for horridon heroic it works great
    Code:
    local horridon_locals = {"Terrorhorngeist","Direhorn Spirit","Espíritu de cuernoatroz","Esprit de navrecorne","[Direhorn Spirit]","??? ?????}???"}
    local unitLast = UnitName("target")
    
    if UnitDebuffID("player",140946) then
    	if not UnitExists("focus") then
    		for i=1,#horridon_locals do
    			if UnitExists("target") then
    				if UnitName("target") ~= horridon_locals[i] then
    					unitLast = UnitName("target")
    					TargetUnit(horridon_locals[i],true)
    				else
    					print("Target acquired!")
    					RunMacroText("/focus target")
    					
    					if unitLast ~= UnitName("target") then TargetLastTarget() 
    					end
    				end
    			else TargetUnit(horridon_locals[i],true) end
    		    end
    		end
    	end
        if UnitExists("focus") then
             if CheckInteractDistance("focus", 4) then
                 if PQR_SpellAvailable(GetSpellInfo(45524)) then
                     CastSpellByName(GetSpellInfo(45524), "focus")
                     return true
                 end
             end
        end
    for heroic tortos

    local HP = UnitHealth("player") / UnitHealthMax("player") * 100
    local val = 90


    Code:
    if not UnitDebuffID("player",137633) 
    and HP >= val
    then
         RunMacroText("/target Humming Crystal")
         if UnitPower("player") >= 40 then
                CastSpellByName(GetSpellInfo(47541), "target")
                TargetUnit("boss1")
                return true
         elseif PQR_SpellAvailable(45524) then
                CastSpellByName(GetSpellInfo(45524), "target")
                TargetUnit("boss1")
                return true
         end
    end

  6. #11361
    artyom777's Avatar Private
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    так не один профиль не работает вот в чём соль
    so no one profile does not work here's the salt

  7. #11362
    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 JUANNY View Post
    "??? ?????}???"}
    Even in your code this problem.
    TargetUnit(horridon_locals[i],true) or RunMacroText("/target Humming Crystal") it does not matter,
    because in any case is used localized name "Terrorhorngeist","Direhorn Spirit","Espíritu de cuernoatroz","Esprit de navrecorne" or "Дух дикорога" from table or right in macro text.
    I certainly can create a table with the names translated into all supported languages... but this is a bad solution and will not solve my problem.
    may be SVN repository supporting Cyrillic can help me, while it is impossible to take in the target by ID or get localized name with function by ID. So sad.

    artyom777 проверь личку!
    Last edited by WWF; 08-31-2013 at 10:06 AM.

  8. #11363
    Subversor's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to throw bombs onto General Pa'valak (challenge mode) through PQR?
    I'm aware of it being able to interact with for example a battleground's flag, and if a similar thing was possible with the bombs then it'd be able to throw it at the mouse-over...
    However, I'm not capable of coding this myself from scratch...
    Any help would be appreciated.

  9. #11364
    Cikapaja's Avatar Member
    Reputation
    4
    Join Date
    Oct 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wildbreath View Post
    i used a patterns, offsets is moved, but it found via pattern - thats why
    I have no idea what you are talking about, I'm kinda green with stuff like that . LuaUnlocker pattern?
    Allright, I have downloaded the LuaUnlocker you posted, I have the latest PQR. I know how to use PQR, but I have no clue how to make it work with the LuaUnlocker/pattern(where do I get the pattern?) on current 5.4 PTR.

    If it's not too much asked any help on how to make it work would be great. (and preferably not in Russian )

  10. #11365
    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)
    Originally Posted by Cikapaja View Post
    I have no idea what you are talking about, I'm kinda green with stuff like that . LuaUnlocker pattern?
    Allright, I have downloaded the LuaUnlocker you posted, I have the latest PQR. I know how to use PQR, but I have no clue how to make it work with the LuaUnlocker/pattern(where do I get the pattern?) on current 5.4 PTR.

    If it's not too much asked any help on how to make it work would be great. (and preferably not in Russian )
    just start wow, enter to the world, run unlocker, click LUA unlock button (application closed) and then you can use any macroses like a /run CastSpellByName("FrostBolt")
    also you can write a addon with your rotation using a protected functions

  11. #11366
    Cikapaja's Avatar Member
    Reputation
    4
    Join Date
    Oct 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wildbreath View Post
    just start wow, enter to the world, run unlocker, click LUA unlock button (application closed) and then you can use any macroses like a /run CastSpellByName("FrostBolt")
    also you can write a addon with your rotation using a protected functions
    And where does pqr come into place with this? Or do we have to wait for Xelper to update it?

  12. #11367
    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)
    Originally Posted by Cikapaja View Post
    And where does pqr come into place with this? Or do we have to wait for Xelper to update it?
    this tool not for PQR, just a one more tool for automate macroses using protected lua api

  13. #11368
    Cikapaja's Avatar Member
    Reputation
    4
    Join Date
    Oct 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wildbreath View Post
    this tool not for PQR, just a one more tool for automate macroses using protected lua api
    I see, thank you very much for explanation. I guess I'll wait PQR update as I can't make rotation profiles on my own.

  14. #11369
    BigDaddyOgre's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LuaUnlocker doesn't enable PQR.. it's a different mechanism.

    PQR has been down for 2 PTR builds now -- there's something that has changed, so that PQR is crashing even if the correct offsets are found and used.

    Until Xelper has some time to publish a new PQR release, we're probably not going to be in good shape on the PTR...

    He's been real good updating live, and hasn't been focusing a lot on PTR.

  15. #11370
    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)
    Just a Heads Up.... http://www.ownedcore.com/forums/worl...ml#post2829542 ([PQR] Nova Team Profiles)

    I will not discuss any of my Mini Projects or Profiles in the main thread from now on... I may post Updates... but it shall forever be in the form as shown here.... (A link to my actual announcement) ENJOY EVERYONE!!!!
    ^0^Team Nova's PQR NCC ^0^

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

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 03:58 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