PQR - Rotation Bot menu

User Tag List

Page 383 of 779 FirstFirst ... 283333379380381382383384385386387433483 ... LastLast
Results 5,731 to 5,745 of 11681
  1. #5731
    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 Rubim View Post
    For dungeon bosses will UnitLevel returns -1?

    It doest not seem so.
    PHP Code:
    if not BossCheck("target"then
        CastSpellByName
    (GetSpellInfo(47541))
        return 
    true
    end

    if UnitPower("player") >= 70
    and BossCheck("target"then
        CastSpellByName
    (GetSpellInfo(47541))
        return 
    true
    end

    if BossCheck("target")
    and 
    Gcooldown >= 1 then
        CastSpellByName
    (GetSpellInfo(47541))
        return 
    true
    end 
    The above code will only work with that function, that function checks the Target Name, since i have to put every boss on there...
    Code:
     "Training Dummy", "Raider's Training Dummy", "Highlord's Nemesis Trainer", "Twisted Spirit", "Amani´shi Hatcher", 
                "Hakkar's Chains", "Exposed Head of Magmaw", "Battleground Demolisher", "Ozumat", 
                "Right Foot", "Left Foot", "Icy Tomb", "Risen Ghoul", "Mana Void", "Burning Tendons", 
                "Wing Tentacle", "Arm Tentacle", "Twilight Assault Drake", "Goriona", "Ice Tomb", 
                "Twilight Sapper", "Dreadlord Debilitator", "Blistering Tentacle", "Raigon", "Elegon", 
                "Saboteur Kip'tilak", "Strike Ga'Dok", "Commander Ri'mok", "Raigonn", "Kuai the Brute",
                "Ming the Cunning", "Haiyan the Unstoppable", "Gekkan", "Xin the Weaponmaster",
                "Houndmaster Braun", "Armsmaster Harlan", "Flameweaver Koegler", "Thalnos the Soulrender", "Brother Korloff",
                "High Inquisitor Whitemane", "Instructor Chillheart", "Jandice Barov", "Rattlegore", "Lilian Voss", "Darkmaster Grandling",
                "Gu Cloudstrike", "Master Snowdrift", "Sha of Violence", "Taran Zhu", "Vizier Jin'bak", "Commander Vo'jak", "General Pa'valak",
                "Wing Leader Ner'onok", "Ook-Ook", "Hoptallus", "Yan-Zhu the Uncasked", "Wise Mari", "Lorewalker Stonestep", "Liu Flameheart",
                "Sha of Doubt", "Imperial Vizier Zor'lok", "Blade Lord Ta'yak", "Garalon", "GARALON LEG1?", "GARALON LEG1?", "GARALON LEG1?",
                "GARALON LEG1?", "Wind Lord Mel'jarak", "Amber-Shaper Un'sok", "Grand Empress Shek'zeer", "Amethyst Guardian", "Cobalt Guardian",
                "Jade Guardian", "Jasper Guardian", "Feng the Accursed"
    Is there another way to detect if target is a boss?

    what i've been told is you can use boss1 to boss4 for your unitid even if the boss doesn't use the frame itself. however, i'll write up a function for boss checks.

    Please if someone helped you donate rep to them.

    PQR - Rotation Bot
  2. #5732
    garoboldy's Avatar Contributor
    Reputation
    123
    Join Date
    Aug 2007
    Posts
    407
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is the Sheuron Prot profile the only "viable" one right now for warriors?

    The nova version lacks certain abilities completely for raiding or even heroics, and I'm just surprised that Sheuron is the only one who made a profile so far for the top tanks in MOP currently.

  3. #5733
    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 garoboldy View Post
    is the Sheuron Prot profile the only "viable" one right now for warriors?

    The nova version lacks certain abilities completely for raiding or even heroics, and I'm just surprised that Sheuron is the only one who made a profile so far for the top tanks in MOP currently.
    Did you try failroads profiles?

  4. #5734
    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)
    Originally Posted by crystal_tech View Post
    what i've been told is you can use boss1 to boss4 for your unitid even if the boss doesn't use the frame itself. however, i'll write up a function for boss checks.
    xelpers

    PHP Code:
    local inqBuff UnitBuffID("player"84963)
    local bossExists nil
    local bossTarget 
    nil

    for i=1,do
        
    local bossCheck "boss"..i
        
    if UnitExists(bossCheckthen
            bossExists 
    true
            
    if UnitIsUnit(bossCheck"target"then
                bossTarget 
    bossCheck
            end
        end
    end 
    Will this work crystal? I am trying to understand, so I can make better profiles.
    PHP Code:
    -- Hand of Freedom
    if PQR_SpellAvailable(1044then
        local debuff 
    = { 116281105289110317 }
            for 
    i=1,#debuff do 
                
    if UnitDebuffID("player"debuff[i]) then 
                    CastSpellByName
    (GetSpellInfo(1044), "player")
                
    end
            end
        
    else
            if 
    IsRightAltKeyDown() and not GetCurrentKeyBoardFocus() then
                CastSpellByName
    (GetSpellInfo(1044), "player")
            
    end
        end
    end 
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  5. #5735
    Cahonez's Avatar Sergeant
    Reputation
    4
    Join Date
    Dec 2011
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Message: [string "if select(2,GetSpellCooldown(114203)) == 0 ..."]:151: attempt to compare nil with number
    Time: 11/07/12 15:45:34
    Count: 1065
    Stack: [string "if select(2,GetSpellCooldown(114203)) == 0 ..."]:151: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>

    Locals: (*temporary) = nil
    (*temporary) = "target"
    (*temporary) = nil
    (*temporary) = "target"
    (*temporary) = nil
    (*temporary) = ""
    (*temporary) = "attempt to compare nil with number"

    Clever PQR people! I'm being spammed by this whilst using failroads profile.

    Happens only when in combat but not targeting anything, stops the rotation while the error occurs, but continues as soon as you choose a new target. You have to manually close the error window each time however, which is annoying.

    If anyone can offer some insight as to what the issue is +rep will be administered along with 1 Hug.

    Muchly appreciated. x

  6. #5736
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cahonez View Post
    Message: [string "if select(2,GetSpellCooldown(114203)) == 0 ..."]:151: attempt to compare nil with number
    Time: 11/07/12 15:45:34
    Count: 1065
    Stack: [string "if select(2,GetSpellCooldown(114203)) == 0 ..."]:151: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>

    Locals: (*temporary) = nil
    (*temporary) = "target"
    (*temporary) = nil
    (*temporary) = "target"
    (*temporary) = nil
    (*temporary) = ""
    (*temporary) = "attempt to compare nil with number"

    Clever PQR people! I'm being spammed by this whilst using failroads profile.

    Happens only when in combat but not targeting anything, stops the rotation while the error occurs, but continues as soon as you choose a new target. You have to manually close the error window each time however, which is annoying.

    If anyone can offer some insight as to what the issue is +rep will be administered along with 1 Hug.

    Muchly appreciated. x
    It looks like it is trying to get spellcooldown for demoralizing banner but it's returning "nil" instead of a number so it doesn't know what to do. Not sure what that has to do with having a target though since I don't know failroad's profile.
    Former PQR Developer

  7. #5737
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've updated the Priest Rotation, Warlock Rotation and Data file for the newest version!


    You should now be able to update my Shadow Priest AND Demonology Warlock profile directly through PQR whenever there is an update!
    You can download our latest releases through our Google Code SVN page or directly from this link

    Demonology Warlock Profile includes a Single-Target and AoE focused profile, both with multi-dot (Corruption and Doom) support, along with some talent checks and optimal (and optional) cooldown usage, etc etc. You can download it using this link

    Support:
    - Mouseover dotting of Corruption + Doom

    Key-bindings:
    - Left Shift: Pause Rotation
    - Left Alt: Toggle Automatic or Manual Cooldown mode
    - Right Shift: Apply Aura of the Elements in Demon Form
    - Right Alt: Apply Immolation Aura in Demon Form

    Demonology is still under some coding, but it's ready for use! I should also have fixed the problem with the Rotation sometimes stopping, but I cannot guarantee this
    I'd love to hear some feedback from you guys, using the Demonology profile.

    As always, if you're interested in helping me out and keep me motivated to create bigger and better profiles, you can make a donation here.

    Hopefully this should be just in time for you European people getting ready for a raid as of this post. :P

    A special and warm thanks to you guys who already donated some!

  8. #5738
    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)
    Mentally: Just tried it out on a dummy and its great! 37-40k sustained in 455ilvl is really nice for a first impression! Thing I'd like it to do is instead of automatically initiate combat with anything you mouseover/target I would prefer it to only initiate combat automatically when the player is in combat, something along the lines of "UnitAffectingCombat("player") that'd be swell ^^ Just tried it shortly on a dummy now but I will test it further later on! Anyway great to see you back making profiles, you're really good at it! Cheers

  9. #5739
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Ninjaderp: Yeah, that's already enabled for Instances/Raids and such. :P

  10. #5740
    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)
    Allright, I wondered because once I mouseovered the dummy she went crazy on it ^^ No worry about ninjapulling in raids then I reckon, I allways like to target the boss before the pull so I can allign trinkets and prepot so thats why I was curious.

  11. #5741
    failroad's Avatar Banned
    Reputation
    76
    Join Date
    Oct 2012
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Avery if you're using an "if" loop and you need to do an "elseif" you shouldn't end the if loop before the elseif.

    It should look like

    For whatever do
    If
    ...
    Elseif
    ...
    Elseif
    ...
    End --to end the if loop
    End --to end the do loop

    You had

    For whatever do
    If
    ...
    End --ended the if loop
    Else
    If
    ...
    End --?
    End --think you meant to end the do loop
    Last edited by failroad; 11-07-2012 at 01:13 PM.

  12. #5742
    munkken's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Search PQR for TBC 2.4.3 + Offset & Profiles PLS

  13. #5743
    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 munkken View Post
    Search PQR for TBC 2.4.3 + Offset & Profiles PLS
    for that to happen you'll need:

    1 the exe from that patch so xelper can get the offsets
    2 learn to code cause thats so far back with ranks of spells and such you'll have a hard time finding ids plus coding in for ranks of spells
    and most apis we use today in coding aren't there in tbc.

    Please if someone helped you donate rep to them.

  14. #5744
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    You should now be able to update my Shadow Priest AND Demonology Warlock profile directly through PQR whenever there is an update!
    I think you outdid yourself with this demo profile. It's very sexy, only thing I can complain about is the on-key immolation aura but even then that's not a problem. Keep it up!

  15. #5745
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Kinkeh: Oh, I forgot to remove that! I was just checking things while coding it and forgot to remove it again. :x

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 12:54 PM. 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