PQR - Rotation Bot menu

User Tag List

Page 490 of 779 FirstFirst ... 390440486487488489490491492493494540590 ... LastLast
Results 7,336 to 7,350 of 11681
  1. #7336
    js1974's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    199
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nerder View Post
    Rubim's is very nice, I used to use my own but when he created his I didnt want to recreate the wheel so I use his. I've ranked to 50 Windwalker monks multiple times with it.
    Great thanks for the info!

    PQR - Rotation Bot
  2. #7337
    Rocketbird's Avatar Corporal
    Reputation
    5
    Join Date
    Nov 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cpowroks View Post
    Im having some trouble having PQR load my Data File. Heres the code
    Code:
    if PQR_LoadLua ~= nil then		-- Load Data File
    		if PQR_LoadLua("PQR_Cpoworks_Data.lua") == false then
    			PQR_WriteToChat("You are missing PQR_Cpoworks_Data.lua. Rotation has been stopped.", "Error")
    			PQR_StopRotation()
    			return true
    		end
    	end
    and heres the data file
    https://dl.dropbox.com/u/34600079/Da...works_Data.lua

    any help would be appreciated!
    Problem is inside Data File.
    Your is
    Code:
     function InMeleeRange(spellid, t)
        if IsSpellInRange(GetSpellInfo(spellid), t) == 1 then
            return true
        end  
        return false
    Should be
    Code:
    function InMeleeRange(spellid, t)
        if IsSpellInRange(GetSpellInfo(spellid), t) == 1 then
            return true
        else  
        	return false
        end

  3. #7338
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WTB PQR for PTR Pleeease Xelper <3

  4. #7339
    cokx's Avatar Banned
    Reputation
    92
    Join Date
    Dec 2008
    Posts
    896
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nobody else has the pqr_isoutofsight error?

  5. #7340
    monopoly8's Avatar Member
    Reputation
    2
    Join Date
    Nov 2012
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Attachment 11916

    hey, ive made an update to firekitteh feral profile for "kittycleave" rotation, strictly for feral druids with tier bonus to prioritize shred higher and increase overall dps generously. would like some feedback on whether it is an improvement for others as well, appreciated. thanks.

    (steps: go into pqr's rotation editer choose firekitteh and kittycleave and select shred on the right side and bump it up to above profession buffs as well as bring berserk under tigers fury unless you want to choose when to use it)

  6. #7341
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cokx View Post
    nobody else has the pqr_isoutofsight error?
    Not really... PQR_IsOutOfSight("target", 0.1) == false is what I use and it works, remember that it will **** up if you check yourself

  7. #7342
    Monkdos's Avatar Sergeant
    Reputation
    14
    Join Date
    Nov 2012
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way to get PQR to detect PTR? I want to do a ****load of simming and testing on my monk, but its alot of effort to keep perfect rotation up for hours on end... I can do it... But I would rather be lazy and just review the data

  8. #7343
    grimmjow200's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    would this bot work for a private server running 1.12.1?

  9. #7344
    g1teglover's Avatar Site Donator
    Reputation
    14
    Join Date
    Oct 2008
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by grimmjow200 View Post
    would this bot work for a private server running 1.12.1?
    It would probally work, you'd just have to provide the correct offsets for the client, and write a completely custom profile, but that leads into more issues with the API functions that would be missing from such an old version of the WoW client (means more custom coding needed to add the functions back in).

  10. #7345
    cokx's Avatar Banned
    Reputation
    92
    Join Date
    Dec 2008
    Posts
    896
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    eve if I make a fresh and clean PQR installation and a profile with only
    if PQR_IsOutOfSight("target") then PQR_WriteToChat("yes") end
    it wont work

  11. #7346
    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 cokx View Post
    eve if I make a fresh and clean PQR installation and a profile with only
    if PQR_IsOutOfSight("target") then PQR_WriteToChat("yes") end
    it wont work
    This is a known issue. If you read up a bit there are people with the same problem.

  12. #7347
    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)
    im a little curious to see where cokx is going to go with a little bit of code i gave him

    from the ideas he was spouting out to me, it sounds like it's going to be awesome
    ^0^Team Nova's PQR NCC ^0^

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

  13. #7348
    Jaylock's Avatar Member
    Reputation
    13
    Join Date
    Apr 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, i was wondering if anyone had any good Brewmaster / Windwalker PvE leveling profiles? Thank you in advance!

  14. #7349
    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 Jaylock View Post
    Hi, i was wondering if anyone had any good Brewmaster / Windwalker PvE leveling profiles? Thank you in advance!
    Here ya go! Should work leveling too I think

    http://www.ownedcore.com/forums/worl...-profiles.html ([PQR] Death Knight / Monk - Tank and DPS Profiles.)

  15. #7350
    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)
    Im playing arena with Cokx resto-druid profile, and decided I wanted to try out the talent HotW. Now I dont know if his profile supports the talent but it would be cool if it somehow once you used it went catform and started bursting down current target if your buddy is over a certain health-percent ofcourse. Does any of you wizards know how I would make this work?

    HotW spellid =108288

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 08:04 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