PQR - Rotation Bot menu

User Tag List

Page 631 of 779 FirstFirst ... 131531581627628629630631632633634635681731 ... LastLast
Results 9,451 to 9,465 of 11681
  1. #9451
    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 Edsaxe View Post
    http://www.ownedcore.com/forums/worl...ond-macro.html (DK 6% Conversion heal per second macro)

    Been trying to get this to work using RunMacroText("/cast !"..GetSpellInfo(Conversion)) but it's not working.

    Gonna try ...Conversion, "player" now
    Use the spellID instead of the name, makes life a whole lot easier. It also makes it universal for all localized WoW clients C.c

    P.S. Put quotes (") or apostrophe (') around Conversion if you really wanna use it that way. For example: RunMacroText("/cast !"..GetSpellInfo("Conversion")) or RunMacroText("/cast !"..GetSpellInfo('Conversion'))

    PQR - Rotation Bot
  2. #9452
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Edsaxe View Post
    http://www.ownedcore.com/forums/worl...ond-macro.html (DK 6% Conversion heal per second macro)

    Been trying to get this to work using RunMacroText("/cast !"..GetSpellInfo(Conversion)) but it's not working.

    Gonna try ...Conversion, "player" now
    this should work
    PHP Code:
    RunMacroText("/cast !"..GetSpellInfo(119975)) 
    Edit: firepong beat me to it =p
    Last edited by paintpauller; 04-25-2013 at 04:25 AM.

    Alpha Profiles: - All profiles with PQInterface support!
    Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
    Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
    Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
    Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI

  3. #9453
    phasechange's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    May 2008
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'd like to know the code to check the time left on a buff or debuff before returning a statement true or false. Can someone provide said code? +rep
    Last edited by phasechange; 04-25-2013 at 09:45 AM.

  4. #9454
    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)
    Hey guys, not sure why I am getting an error on horridon. The whole profile seems to stop on him, but works on his adds. Can someone take a look?

    https://dl.dropboxusercontent.com/u/...etsimcraft.rar

    mage - frost/fire/arcane
    warrior - fury/arms/prot
    paladin - prot/ret/holy
    monk wind/brew
    all coming out soon, sorry it took so long, lots of real life stuff and I also put a ton of work into them, went to simcraft and copied the rotations then went to all the theory crafting forums and adjusted the rotations.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  5. #9455
    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)
    something happened again, PQR 2.2.0 uses 50% of the CPU and three times more memory than usually
    PQR 2.1.0 works normally, but with this version i can't use PQR_UnitDistance(), with what function it is possible to replace it?
    Code:
    -- Ionization
    function RangeCheck()
    	group = "raid"
    	for i = 1, GetNumGroupMembers() do
    		if PQR_UnitDistance("player", group..i) <= 4 then return true	else	return false end
    	end
    end
    if UnitDebuffID("player", 138733) ~= nil and UnitDebuffID("player", 138002) == nil and RangeCheck() == false and not isMoving then
            if PQR_SpellAvailable(122783) then CastSpellByName(GetSpellInfo(122783)) end
    end

  6. #9456
    jontemann's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I get the PQR to start attacking? I press alt + X and it says it loaded in the chat but it still does nothing?

    I downloaded pqr, downloaded a profile and started a x32bit wow. Chose my character and pressex alt x, nothing happens? it only does lightning shield.
    Last edited by jontemann; 04-25-2013 at 12:44 PM.

  7. #9457
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WWF View Post
    something happened again, PQR 2.2.0 uses 50% of the CPU and three times more memory than usually
    PQR 2.1.0 works normally, but with this version i can't use PQR_UnitDistance(), with what function it is possible to replace it?
    Code:
    -- Ionization
    function RangeCheck()
        group = "raid"
        for i = 1, GetNumGroupMembers() do
            if PQR_UnitDistance("player", group..i) <= 4 then return true    else    return false end
        end
    end
    if UnitDebuffID("player", 138733) ~= nil and UnitDebuffID("player", 138002) == nil and RangeCheck() == false and not isMoving then
            if PQR_SpellAvailable(122783) then CastSpellByName(GetSpellInfo(122783)) end
    end
    you could use something like this...
    PHP Code:
    function CheckDistance(unit1,unit2)
        
    local x1,y1 GetPlayerMapPosition(unit1)
        
    local x2,y2 GetPlayerMapPosition(unit2)
        
        return 
    sqrt( (x1-x2)^+ (y1-y2)^)
    end 
    however this will only work with "player","partyN" or "raidN" because of the way GetPlayerMapPosition is restricted.

    **credit for code goes to Team Nova**

    hope this helps,
    -Paint

    Alpha Profiles: - All profiles with PQInterface support!
    Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
    Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
    Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
    Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI

  8. #9458
    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 jontemann View Post
    How do I get the PQR to start attacking? I press alt + X and it says it loaded in the chat but it still does nothing?

    I downloaded pqr, downloaded a profile and started a x32bit wow. Chose my character and pressex alt x, nothing happens? it only does lightning shield.
    Most PQR-profiles require you to get in combat yourself by attacking the target, did you try that?

    @Avery good to hear from you, been playing my pally more and more lately and Im using your prot-profile with haste-build at the moment ^^

  9. #9459
    shuklu's Avatar Member
    Reputation
    6
    Join Date
    May 2009
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have or are willing to make a MAXdps mistweaver profile? To run fast dungeon runs with. Basicly maximal dps, but changes to healingfocus when people are under 50% hp

  10. #9460
    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 paintpauller View Post
    you could use something like this...
    PHP Code:
    function CheckDistance(unit1,unit2
    thanks, it works, but returns values like 0.011567849418864 ~ max heal range ~ 40 yards? so one yard is equal 0.0003?

  11. #9461
    thenthelies's Avatar Member
    Reputation
    14
    Join Date
    Dec 2007
    Posts
    70
    Thanks G/R
    3/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does someone happen to know why UnitChannelInfo("player") isn't working? didn't blizzard break it or something? it was working in cata for me

    I'm working on my PvP destro profile and I'm trying to get a drain life to "/stopcasting" if I'm healed...

    Here's a test ability:
    PHP Code:
       if UnitChannelInfo("player"then
             RunMacroText
    ("/stopcasting")
       
    end
       
    if UnitCastingInfo("player"then
             RunMacroText
    ("/stopcasting")
       
    end 
    If you cast something with a cast time to completion (UnitCastingInfo("player")), it will stop

    but if you cast a channel (UnitChannelInfo("player")) it won't do squat

    any ideas?

  12. #9462
    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 thenthelies View Post
    any ideas?
    ablility set: Cancel Cannel True
    if UnitChannelInfo("player") == GetSpellInfo(115175) then
    SpellStopCasting()
    end

  13. #9463
    thenthelies's Avatar Member
    Reputation
    14
    Join Date
    Dec 2007
    Posts
    70
    Thanks G/R
    3/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    d'oh! not having cancel channel true... so stupid!

    thanks!

  14. #9464
    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 there a 64 bit version of PQR available?
    Last edited by Subversor; 04-26-2013 at 11:59 AM.

  15. #9465
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thenthelies View Post
    d'oh! not having cancel channel true... so stupid!

    thanks!
    You can also shorten this and not use RunMacro:

    Code:
    if UnitCastingInfo("player")
    		or UnitChannelInfo("player") then
    	SpellStopCasting()
    end

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 01:37 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search