PQR - Rotation Bot menu

User Tag List

Page 228 of 779 FirstFirst ... 128178224225226227228229230231232278328728 ... LastLast
Results 3,406 to 3,420 of 11681
  1. #3406
    Jettand's Avatar Corporal
    Reputation
    6
    Join Date
    Sep 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Range Problems

    Originally Posted by LazyLazy View Post
    Is it just me or is IsSpellInRange bugged on some spells ??

    For example:
    IsSpellInRange("Living Bomb", "target")

    Doesnt return a value
    I'm currently using the sheuron PQR files and I'm getting the same thing. When I'm in DS I can't use PQR for special attacks on most of the DPS packs, where I can manually do the rotation myself with no range issues. Noticed this with Warrior(Fury), Hunter(BM), Mage(Arcane and Fire), and Druid(Feral). It's something to do with the range, just trying to help, if their's something else I can do let me know! Thanks sheuron for the awesome work, look forward to your updates!

    *Addons are turned off, and my PQR is up to date.

    PQR - Rotation Bot
  2. #3407
    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)
    Patch 5.0.4/API changes - Wowpedia - Your wiki guide to the World of Warcraft just what i've found


    IsPlayerSpell(spellID) is the new IsSpellKnown()
    Last edited by crystal_tech; 09-03-2012 at 05:00 PM.

    Please if someone helped you donate rep to them.

  3. #3408
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    All profile writers, just try removing return true and instead use CastSpellByName(). I'm using it in my rotations and have yet to have it lock up on me. Ive ran upwards of 100mil damage and never had a lockout.

    Sent from my Desire HD using Tapatalk 2
    Honestly i've sat with my profiles on target dummies doing 50M or so each profile and I've not noticed this freezing. Honestly I think it is probably something to do with more complex code that is running on certain people's rotations. Whenever I use Sheuron's codes for example, that has a lot of complex code my fps slows down. Who knows, maybe accessing datafiles does it, since I don't use one atm. The mind boggles.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  4. #3409
    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 crystal_tech View Post
    Patch 5.0.4/API changes - Wowpedia - Your wiki guide to the World of Warcraft just what i've found


    IsPlayerSpell(spellID) is the new IsSpellKnown()
    Nice find on that. +3 rep to you sir. I see some potential in a couple of those API calls that's listed there

  5. #3410
    taker's Avatar Member
    Reputation
    10
    Join Date
    Jul 2008
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code for detect a glyph and make your profile more dynamic :

    Code:
    for i=1, NUM_GLYPH_SLOTS do
        local _,_,_,glyphID = GetGlyphSocketInfo(i);
    
        if glyphID == id then
            glyphnameGlyph = 1;
            break;
        elseif glyphID ~= id then
            glyphnameGlyph = 0;
        end
    end
    dont forget to change 'id' by the id of your glyph.

    I can't wait to test my mistweaver profile, offsets ?
    Last edited by taker; 09-03-2012 at 06:03 PM.

  6. #3411
    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)
    Originally Posted by kickmydog View Post
    Whose profile?
    Sheuron BM Hunter. I got the other 2 BM created profiles to work but not Sheurons.

  7. #3412
    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 taker View Post
    Code for detect a glyph and make your profile more dynamic :

    Code:
    for i=1, NUM_GLYPH_SLOTS do
        local _,_,_,glyphID = GetGlyphSocketInfo(i);
    
        if glyphID == id then
            glyphnameGlyph = 1;
            break;
        elseif glyphID ~= id then
            glyphnameGlyph = 0;
        end
    end
    dont forget to change 'id' by the id of your glyph.

    I can't wait to test my mistweaver profile, offsets ?
    Looks almost just like my function, but yours does it a little different I guess... Anyways, besides the ID, don't forget to change "NUM_GLYPH_SLOTS" to 6.

    It is funny thought how when someone figures out a way to do something, more ways of doing the same thing but differently starts rolling out

  8. #3413
    Vogel81's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Feb 2012
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Blinded I noticed something that isn't that big of a deal but may be worth a fix.. after Vanish, autoattack does not start up.. it only takes over after enough energy has been pooled for vanish. I'm assuming the profile usually pools before popping Vanish, but there are sometimes when I manually do it to time with certain procs.

  9. #3414
    [Blinded]'s Avatar Contributor
    Reputation
    88
    Join Date
    Nov 2009
    Posts
    177
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vogel81 View Post
    Blinded I noticed something that isn't that big of a deal but may be worth a fix.. after Vanish, autoattack does not start up.. it only takes over after enough energy has been pooled for vanish. I'm assuming the profile usually pools before popping Vanish, but there are sometimes when I manually do it to time with certain procs.
    Auto Attacks will break your stealth/vanish, so this is intended.
    Vanish is strange since 5.0.4 :/ it takes around 3 secs till we can use ambush ( having the stealth bar ), so in this time you can't do shit or your stealth will break.

  10. #3415
    spearfish's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Seems that the sticking issue people are reporting is not limited to just pqr its affecting cast sequence as well
    Castsequence Getting Stuck after Patch

  11. #3416
    Vogel81's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Feb 2012
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by [Blinded] View Post
    Auto Attacks will break your stealth/vanish, so this is intended.
    Vanish is strange since 5.0.4 :/ it takes around 3 secs till we can use ambush ( having the stealth bar ), so in this time you can't do shit or your stealth will break.
    Ah. Didn't know that. Otherwise profile works great! Thanks again.

  12. #3417
    Bgreen12's Avatar Banned
    Reputation
    32
    Join Date
    Aug 2012
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    list of spellid's for certain situations...

    anyone know of any lists of spellID's for developers...and what i mean about this is

    a list of spell id's for slows, offensive cooldowns, roots, defensive cooldowns for each class?

    like if you want to develop a profile it would be very easy to just import the list and then do a loop as such, for example slows:

    Code:
    local slows = { *** LIST OF SNARES WOULD GO HERE  *** }
    local bSlowed = false
    
    for _,v in ipairs(slows) do
    
    	if UnitDebuffID("target",v)
    		then 
    		bSlowed = true
    		end
    		
    end
    		
    if bSlowed == false
    then return true end

    it would just make it a lot easier to have organized lists like these for profile writers... if ones dont exist i could try my hand at writing them. i already did one for snares. and it just got me thinking about what if there was one for like useful spell id's to interrupt, spell reflect... etc.. sorry if you people dont understand what im talking about at all. its late here

  13. #3418
    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 Bgreen12 View Post
    anyone know of any lists of spellID's for developers...and what i mean about this is

    a list of spell id's for slows, offensive cooldowns, roots, defensive cooldowns for each class?

    like if you want to develop a profile it would be very easy to just import the list and then do a loop as such, for example slows:

    Code:
    local slows = { *** LIST OF SNARES WOULD GO HERE  *** }
    local bSlowed = false
    
    for _,v in ipairs(slows) do
    
    	if UnitDebuffID("target",v)
    		then 
    		bSlowed = true
    		end
    		
    end
    		
    if bSlowed == false
    then return true end

    it would just make it a lot easier to have organized lists like these for profile writers... if ones dont exist i could try my hand at writing them. i already did one for snares. and it just got me thinking about what if there was one for like useful spell id's to interrupt, spell reflect... etc.. sorry if you people dont understand what im talking about at all. its late here
    Actually just did this myself. Don't know if it's all of them, but if you want to use them, go for it. Just went through all of my 85's and started casting everything I knew of and from descriptions to get the Debuff ID's.

    PHP Code:
    local slows = {
        
    102355, --Faerie Swarm
        339
    , --Roots
        58180
    , --Infected Wounds
        12323
    , --Piercing Howl
        1715
    , --Hamstring
        5116
    , --Concussive Shot
        110300
    , --Judgement talent Debuff
        118223
    ,  --Curse of Exhaustion
        120
    , --Cone of Cold
        31589
    , --Mage Slow
        8056
    , --Frost Shock
        116947
    , --Earthbind totem
        50435
    , --Chillbanes
        45524
    , --Chains of Ice
        3409 
    --Crippling Poison
    }

    local freezes = {
        
    122, --Frost Nova
        102051
    , --Frostjaw
        116
    , --Frostbolt Slow
        33395
    , --Water Elemental Freeze
        64685
    , --Earth totem
        63685 
    --Frost Shock Freeze


  14. #3419
    Sheepmoon's Avatar Contributor
    Reputation
    143
    Join Date
    Oct 2011
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bgreen12 View Post
    anyone know of any lists of spellID's for developers...and what i mean about this is

    a list of spell id's for slows, offensive cooldowns, roots, defensive cooldowns for each class?
    My pvp shadow priest and pvp bm hunter profiles have every slow and root I could find including monk ones. They are in the fade/phantasm code for priest and masters call code for hunter. Might as well take the list from there if you want, I know people will just use it anyway.

    I have a list for stuns and a list of things to dispel/spellsteal/tranq shot/purge or whatever but they aren't released in anything public yet.
    My profile thread -> goo.gl/9xT5j
    Please help by supporting me! Paypal : [email protected]

  15. #3420
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My 2h frost/ Dw frost and Unholy profiles are updated. Link to svn is in my sig or you can go to this link and find the download link.
    http://www.ownedcore.com/forums/worl...ml#post2250160 (PQR - Rotation Bot)
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

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:18 AM. 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