PQR - Rotation Bot menu

User Tag List

Page 382 of 779 FirstFirst ... 282332378379380381382383384385386432482 ... LastLast
Results 5,716 to 5,730 of 11681
  1. #5716
    momo1029's Avatar Sergeant
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    69
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh, that's nova team's data
    NUI = Nova_Unitinfo


    single target rotation works fine
    just when i set it for aoe, lua error
    Last edited by momo1029; 11-07-2012 at 03:44 AM.

    PQR - Rotation Bot
  2. #5717
    lolomo2003's Avatar Active Member
    Reputation
    49
    Join Date
    Apr 2012
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Beelzix View Post
    anyone have a link for updated rogue profs?
    Hiya.
    You can try Blinded profile. Not perfect like was before but still a decent one for leveling and 5Man

    Rogue Profile

  3. #5718
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by momo1029 View Post
    anyone know why i encounter this error ?
    the rotation works fine for awhile, and then it spits out GetSpellBookItemName() error

    PHP Code:
    local Immolate UnitDebuffID("target",348,"PLAYER")

    if 
    select(5NUI("player")) >= and Immolate == nil then
    RunMacro
    ("aoe")
    end 
    You have a macro named "aoe" ?
    Looking for exploiters and botters to Elder Scrolls Online.

  4. #5719
    momo1029's Avatar Sergeant
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    69
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yup

    the code works fine for awhile, then i added another code with shiftkeydown for rain of fire. ( it doesn't work , so i removed it )
    then it starts to spit out that lua error ( closed wow, restarted comp )

  5. #5720
    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)
    Recently I started working on tweaking a Ret profile to see if I could get it to function properly with Mass Exorcism instead of normal Exorcism. Now I went and removed Exorcism and just left Mass Exorcism in the rotation, When it is setup like this Exorcism never goes off so I started thinking about how it handled spells based on glyphs and I add Exorcism back and these are the results.

    With Mass Exorcism only in the rotation it never goes off.
    With Mass Exorcism and Exorcism both in the profile next to each other it never continues past Exorcism but Mass Exorcism goes off sometimes.
    With Mass Exorcism and Exorcism both in the profile with Exorcism at the very bottom Mass Exorcism goes off sometimes but not all the time.

    The goal is obviously to have Mass Exorcism always go off as long as in Melee range but I can't seem to make this happen. Code for both of the Exorcism and Mass Exorcism are just return true nothing else. Anyone have any idea what might need to be done to have a spell that is only castable when the glyph is active work without having the original spell in the rotation still when it is not being used. But more importantly have it continually work and not skip it the majority of the time.

  6. #5721
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The game is not running so i cant say for sure but regardless
    Immolate == nil
    Never check if something is equal to nil is a thumb rule i have

    PHP Code:
    local Immolate UnitDebuffID("target",348,"PLAYER")
    if 
    select(5NUI("player")) >= and not Immolate then
       RunMacro
    ("aoe")
    end 
    Also i dont know how you structured your profile but normally a return true should be after RunMacro statement otherwise PQR will continue the execution of the profile.

    But then again cant understand why you get them errors
    Looking for exploiters and botters to Elder Scrolls Online.

  7. #5722
    momo1029's Avatar Sergeant
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    69
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gabbz View Post
    The game is not running so i cant say for sure but regardless


    Never check if something is equal to nil is a thumb rule i have

    PHP Code:
    local Immolate UnitDebuffID("target",348,"PLAYER")
    if 
    select(5NUI("player")) >= and not Immolate then
       RunMacro
    ("aoe")
    end 
    Also i dont know how you structured your profile but normally a return true should be after RunMacro statement otherwise PQR will continue the execution of the profile.

    But then again cant understand why you get them errors

    I love you Gabbz, it works perfectly now

  8. #5723
    happydado's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2011
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone help me to make 1 frost mage profile?

    I just have 1 profile we only need to change somethink on the profile.
    We can do the best pvp frost profile in u help me.

  9. #5724
    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)
    Will this work alright?

    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
            
    else
        if 
    IsRightAltKeyDown() and not GetCurrentKeyBoardFocus() then
            CastSpellByName
    (GetSpellInfo(1044), "player")
        
    end
    end 
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  10. #5725
    happydado's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2011
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @rubim your inbox is full add me on skype

  11. #5726
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  12. #5727
    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 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?
    Dungeon bosses aren't -1, raid bosses are. Dungeon bosses can be checked by level usually. Best way to handle this is to make a data file, make this a variable say DB = <names> and then just call it in your rotation if db == db then do this.

  13. #5728
    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)
    Originally Posted by averykey View Post
    Will this work alright?

    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
            
    else
        if 
    IsRightAltKeyDown() and not GetCurrentKeyBoardFocus() then
            CastSpellByName
    (GetSpellInfo(1044), "player")
        
    end
    end 
    In short, no.

  14. #5729
    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 averykey View Post
    Will this work alright?

    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
            
    else
        if 
    IsRightAltKeyDown() and not GetCurrentKeyBoardFocus() then
            CastSpellByName
    (GetSpellInfo(1044), "player")
        
    end
    end 


    Originally Posted by failroad View Post
    In short, no.
    Wouldn't you use and instead of then in the first one? Because you're looking for the spell and the local_debuff and if those return true, cast HoF on yourself. Then if you don't have those and you have a mouseover target and are holding the right alt key down, cast it on them?

  15. #5730
    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 failroad View Post
    In short, no.
    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/

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 06:09 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