PQR - Rotation Bot menu

User Tag List

Page 434 of 779 FirstFirst ... 334384430431432433434435436437438484534 ... LastLast
Results 6,496 to 6,510 of 11681
  1. #6496
    lantus's Avatar Active Member
    Reputation
    46
    Join Date
    Feb 2012
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    I ahve successfully coded in the basic healing rotation for Mistweaver....

    this includes the following (So far)

    Soothing Mist
    Enveloping Mist
    Renewing Mist
    Surging Mist
    Chi Wave
    &
    Smart Channeling Cancel
    That's great news! Looking forward to a release!

    PQR - Rotation Bot
  2. #6497
    Vinshom's Avatar Contributor
    Reputation
    86
    Join Date
    Apr 2012
    Posts
    426
    Thanks G/R
    11/21
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks to Gabzz. To fix Sheep's Shadow priest pvp profile do the following, replace Phantasm in your ability editor with the following code
    local Root = {

    -- Druid
    50259, -- Dazed (Wild Charge - Cat)
    58180, -- Infected Wounds
    61391, -- Typhoon
    127797, -- Ursol's Vortex
    --[dontknow] = "Snare", -- Wild Mushroom: Detonate
    -- Druid Symbiosis
    -- 110610, -- Ice Trap (Hunter)
    -- Death Knight
    96294, -- Chains of Ice (Chilblains)
    -- Death Knight Ghoul
    91807, -- Shambling Rush (Dark Transformation)
    -- Druid
    339, -- Entangling Roots
    45334, -- Immobilized (Wild Charge - Bear)
    102359, -- Mass Entanglement
    -- Druid Symbiosis
    110693, -- Frost Nova (Mage)
    -- Hunter
    19185, -- Entrapment
    128405, -- Narrow Escape
    -- Hunter Pets
    50245, -- Pin (Crab)
    54706, -- Venom Web Spray (Silithid)
    4167, -- Web (Spider)
    -- Mage
    122, -- Frost Nova
    111340, -- Ice Ward
    -- Mage Water Elemental
    33395, -- Freeze
    -- Monk
    116706, -- Disable
    113275, -- Entangling Roots (Symbiosis)
    123407, -- Spinning Fire Blossom
    -- Paladin
    -- Priest
    113275, -- Entangling Roots (Symbiosis)
    87194, -- Glyph of Mind Blast
    114404, -- Void Tendril's Grasp
    -- Rogue
    115197, -- Partial Paralysis (is this actually used?)
    -- Shaman
    64695, -- Earthgrab (Earthgrab Totem)
    63685, -- Freeze (Frozen Power)
    -- Warlock
    -- Warlock Pets
    -- Warrior
    107566, -- Staggering Shout
    -- Other
    39965, -- Frost Grenade
    55536, -- Frostweave Net
    13099 -- Net-o-Matic
    }

    local Snare = {

    -- Death Knight
    -- 45524, -- Chains of Ice
    50435, -- Chilblains
    --43265, -- Death and Decay (Glyph of Death and Decay) - no way to distinguish between glyphed spell and normal.
    115000, -- Remorseless Winter
    -- Death Knight Ghoul

    -- Hunter
    35101, -- Concussive Barrage
    5116, -- Concussive Shot
    61394, -- Frozen Wake (Glyph of Freezing Trap)
    13810, -- Ice Trap
    -- Hunter Pets
    50433, -- Ankle Crack (Crocolisk)
    54644, -- Frost Breath (Chimaera)

    -- Mage
    11113, -- Blast Wave - gone?
    121288, -- Chilled (Frost Armor)
    120, -- Cone of Cold
    116, -- Frostbolt
    44614, -- Frostfire Bolt
    113092, -- Frost Bomb
    31589, -- Slow
    -- Mage Water Elemental
    -- Monk
    116095, -- Disable
    118585, -- Leer of the Ox
    123727, -- Dizzying Haze
    123586, -- Flying Serpent Kick
    -- Paladin
    110300, -- Burden of Guilt
    63529, -- Dazed - Avenger's Shield
    20170, -- Seal of Justice
    -- Priest
    15407, -- Mind Flay
    -- Rogue
    3409, -- Crippling Poison
    26679, -- Deadly Throw
    119696, -- Debilitation
    -- Shaman
    3600, -- Earthbind (Earthbind Totem)
    77478, -- Earthquake (Glyph of Unstable Earth)
    8034, -- Frostbrand Attack
    8056, -- Frost Shock
    51490, -- Thunderstorm
    -- Shaman Primal Earth Elemental
    -- Warlock
    18223, -- Curse of Exhaustion
    47960, -- Shadowflame
    -- Warlock Pets
    -- Warrior
    1715, -- Hamstring
    12323, -- Piercing Howl
    -- Other
    1604 -- Dazed - lots of daze effects. try to find the right one.

    }

    if select(2,GetTalentRowSelectionInfo(2)) == 6
    then

    for i=1, #Root do
    if UnitDebuffID("player",Root[i])
    then return true
    end
    end

    for i=1, #Snare do
    if UnitDebuffID("player",Snare[i])
    then return true
    end
    end

    end

    and replace Voide tend with the following
    .xmllocal Root = {
    -- Death Knight
    96294, -- Chains of Ice (Chilblains)
    -- Death Knight Ghoul
    91807, -- Shambling Rush (Dark Transformation)
    -- Druid
    339, -- Entangling Roots
    45334, -- Immobilized (Wild Charge - Bear)
    102359, -- Mass Entanglement
    -- Druid Symbiosis
    110693, -- Frost Nova (Mage)
    -- Hunter
    19185, -- Entrapment
    128405, -- Narrow Escape
    -- Hunter Pets
    50245, -- Pin (Crab)
    54706, -- Venom Web Spray (Silithid)
    4167, -- Web (Spider)
    -- Mage
    122, -- Frost Nova
    111340, -- Ice Ward
    -- Mage Water Elemental
    33395, -- Freeze
    -- Monk
    116706, -- Disable
    113275, -- Entangling Roots (Symbiosis)
    123407, -- Spinning Fire Blossom
    -- Paladin
    -- Priest
    113275, -- Entangling Roots (Symbiosis)
    87194, -- Glyph of Mind Blast
    114404, -- Void Tendril's Grasp
    -- Rogue
    115197, -- Partial Paralysis (is this actually used?)
    -- Shaman
    64695, -- Earthgrab (Earthgrab Totem)
    63685, -- Freeze (Frozen Power)
    -- Warlock
    -- Warlock Pets
    -- Warrior
    107566, -- Staggering Shout
    -- Other
    39965, -- Frost Grenade
    55536, -- Frostweave Net
    13099 -- Net-o-Matic
    }

    local Stun = {
    -- Death Knight
    108194, -- Asphyxiate
    115001, -- Remorseless Winter
    -- Death Knight Ghoul
    91800, -- Gnaw
    91797, -- Monstrous Blow (Dark Transformation)
    -- Druid
    102795, -- Bear Hug
    33786, -- Cyclone
    99, -- Disorienting Roar
    2637, -- Hibernate
    22570, -- Maim
    5211, -- Mighty Bash
    9005, -- Pounce
    --[dontknow] = "Snare", -- Wild Mushroom: Detonate
    -- Druid Symbiosis
    110698, -- Hammer of Justice (Paladin)
    113004, -- Intimidating Roar [Fleeing in fear] (Warrior)
    113056, -- Intimidating Roar [Cowering in fear] (Warrior)
    -- Hunter
    117526, -- Binding Shot
    3355, -- Freezing Trap
    1513, -- Scare Beast
    19503, -- Scatter Shot
    19386, -- Wyvern Sting
    -- Hunter Pets
    90337, -- Bad Manner (Monkey)
    24394, -- Intimidation
    50519, -- Sonic Blast (Bat)
    56626, -- Sting (Wasp)
    -- Mage
    118271, -- Combustion Impact
    44572, -- Deep Freeze
    31661, -- Dragon's Breath
    118, -- Polymorph
    61305, -- Polymorph: Black Cat
    28272, -- Polymorph: Pig
    61721, -- Polymorph: Rabbit
    61780, -- Polymorph: Turkey
    28271, -- Polymorph: Turtle
    82691, -- Ring of Frost
    -- Monk
    123393, -- Breath of Fire (Glyph of Breath of Fire)
    126451, -- Clash
    122242, -- Clash (not sure which one is right)
    119392, -- Charging Ox Wave
    119381, -- Leg Sweep
    115078, -- Paralysis
    -- Paladin
    105421, -- Blinding Light
    115752, -- Blinding Light (Glyph of Blinding Light)
    105593, -- Fist of Justice
    853, -- Hammer of Justice
    119072, -- Holy Wrath
    20066, -- Repentance
    10326, -- Turn Evil
    -- Priest
    113506, -- Cyclone (Symbiosis)
    605, -- Dominate Mind
    64044, -- Psychic Horror
    8122, -- Psychic Scream
    113792, -- Psychic Terror (Psyfiend)
    9484, -- Shackle Undead
    87204, -- Sin and Punishment
    -- Rogue
    2094, -- Blind
    1833, -- Cheap Shot
    1776, -- Gouge
    408, -- Kidney Shot
    113953, -- Paralysis (Paralytic Poison)
    6770, -- Sap
    -- Shaman
    76780, -- Bind Elemental
    77505, -- Earthquake
    51514, -- Hex
    118905, -- Static Charge (Capacitor Totem)
    -- Shaman Primal Earth Elemental
    118345, -- Pulverize
    -- Warlock
    710, -- Banish
    111397, -- Blood Fear - is this actually used? please test
    54786, -- Demonic Leap (Metamorphosis)
    --5782, -- Fear
    118699, -- Fear
    5484, -- Howl of Terror
    6789, -- Mortal Coil
    30283, -- Shadowfury
    104045, -- Sleep (Metamorphosis)
    -- Warlock Pets
    89766, -- Axe Toss (Felguard/Wrathguard)
    115268, -- Mesmerize (Shivarra)
    6358, -- Seduction (Succubus)
    -- Warrior
    7922, -- Charge Stun
    --96273, -- Charge Stun?
    118895, -- Dragon Roar
    5246, -- Intimidating Shout (Cowering in fear)
    20511, -- Intimidating Shout (Cowering in fear)
    --97933, -- Intimidating Shout (Cowering in fear) - used?
    --97934, -- Intimidating Shout (Intimidated) - used?
    --46968, -- Shockwave?
    132168, -- Shockwave
    105771, -- Warbringer
    -- Other
    30217, -- Adamantite Grenade
    67769, -- Cobalt Frag Bomb
    30216, -- Fel Iron Bomb
    107079, -- Quaking Palm
    13327, -- Reckless Charge
    20549 -- War Stomp
    }

    local canroot = true

    if CheckInteractDistance("target", 3) == 1
    and select(2,GetTalentRowSelectionInfo(1)) == 1
    then

    for i=1, #Root do
    if UnitDebuffID("target",Root[i])
    then canroot = false
    end
    end

    for i=1, #Stun do
    if UnitDebuffID("target",Stun[i])
    then canroot = false
    end
    end

    if IsUsableSpell(108920)
    and select(2,GetSpellCooldown(108920)) < 2
    and select(2,GetSpellCooldown(8122)) > 2
    and canroot == true
    then
    CastSpellByName(tostring(GetSpellInfo(108920)))
    return true
    end

    end
    and replace SpectralGuise with this code

    local Stun = {
    -- Death Knight
    108194, -- Asphyxiate
    115001, -- Remorseless Winter
    -- Death Knight Ghoul
    91800, -- Gnaw
    91797, -- Monstrous Blow (Dark Transformation)
    -- Druid
    102795, -- Bear Hug
    33786, -- Cyclone
    99, -- Disorienting Roar
    2637, -- Hibernate
    22570, -- Maim
    5211, -- Mighty Bash
    9005, -- Pounce
    --[dontknow] = "Snare", -- Wild Mushroom: Detonate
    -- Druid Symbiosis
    110698, -- Hammer of Justice (Paladin)
    113004, -- Intimidating Roar [Fleeing in fear] (Warrior)
    113056, -- Intimidating Roar [Cowering in fear] (Warrior)
    -- Hunter
    117526, -- Binding Shot
    3355, -- Freezing Trap
    1513, -- Scare Beast
    19503, -- Scatter Shot
    19386, -- Wyvern Sting
    -- Hunter Pets
    90337, -- Bad Manner (Monkey)
    24394, -- Intimidation
    50519, -- Sonic Blast (Bat)
    56626, -- Sting (Wasp)
    -- Mage
    118271, -- Combustion Impact
    44572, -- Deep Freeze
    31661, -- Dragon's Breath
    118, -- Polymorph
    61305, -- Polymorph: Black Cat
    28272, -- Polymorph: Pig
    61721, -- Polymorph: Rabbit
    61780, -- Polymorph: Turkey
    28271, -- Polymorph: Turtle
    82691, -- Ring of Frost
    -- Monk
    123393, -- Breath of Fire (Glyph of Breath of Fire)
    126451, -- Clash
    122242, -- Clash (not sure which one is right)
    119392, -- Charging Ox Wave
    119381, -- Leg Sweep
    115078, -- Paralysis
    -- Paladin
    105421, -- Blinding Light
    115752, -- Blinding Light (Glyph of Blinding Light)
    105593, -- Fist of Justice
    853, -- Hammer of Justice
    119072, -- Holy Wrath
    20066, -- Repentance
    10326, -- Turn Evil
    -- Priest
    113506, -- Cyclone (Symbiosis)
    605, -- Dominate Mind
    64044, -- Psychic Horror
    8122, -- Psychic Scream
    113792, -- Psychic Terror (Psyfiend)
    9484, -- Shackle Undead
    87204, -- Sin and Punishment
    -- Rogue
    2094, -- Blind
    1833, -- Cheap Shot
    1776, -- Gouge
    408, -- Kidney Shot
    113953, -- Paralysis (Paralytic Poison)
    6770, -- Sap
    -- Shaman
    76780, -- Bind Elemental
    77505, -- Earthquake
    51514, -- Hex
    118905, -- Static Charge (Capacitor Totem)
    -- Shaman Primal Earth Elemental
    118345, -- Pulverize
    -- Warlock
    710, -- Banish
    111397, -- Blood Fear - is this actually used? please test
    54786, -- Demonic Leap (Metamorphosis)
    --5782, -- Fear
    118699, -- Fear
    5484, -- Howl of Terror
    6789, -- Mortal Coil
    30283, -- Shadowfury
    104045, -- Sleep (Metamorphosis)
    -- Warlock Pets
    89766, -- Axe Toss (Felguard/Wrathguard)
    115268, -- Mesmerize (Shivarra)
    6358, -- Seduction (Succubus)
    -- Warrior
    7922, -- Charge Stun
    --96273, -- Charge Stun?
    118895, -- Dragon Roar
    5246, -- Intimidating Shout (Cowering in fear)
    20511, -- Intimidating Shout (Cowering in fear)
    --97933, -- Intimidating Shout (Cowering in fear) - used?
    --97934, -- Intimidating Shout (Intimidated) - used?
    --46968, -- Shockwave?
    132168, -- Shockwave
    105771, -- Warbringer
    -- Other
    30217, -- Adamantite Grenade
    67769, -- Cobalt Frag Bomb
    30216, -- Fel Iron Bomb
    107079, -- Quaking Palm
    13327, -- Reckless Charge
    20549 -- War Stomp
    }
    local canvanish = true

    if select(2,GetTalentRowSelectionInfo(1)) == 1
    then

    if CheckInteractDistance("target", 3) == 1
    and UnitIsUnit("targettarget", "player")
    and IsUsableSpell(112833)
    and select(2,GetSpellCooldown(112833)) < 2
    and select(2,GetSpellCooldown(8122)) > 2
    then

    for i=1, #Stun do
    if UnitDebuffID("target",Stun[i])
    then canvanish = false
    end
    end

    if canvanish == true
    then
    CastSpellByName(tostring(GetSpellInfo(112833)))
    return true
    end
    end

    if UnitCastingInfo("target")
    and UnitIsUnit("targettarget", "player")
    and IsUsableSpell(112833)
    and select(2,GetSpellCooldown(112833)) < 2
    --and SpellIsTargeting() == nil
    then
    CastSpellByName(tostring(GetSpellInfo(112833)))
    return true
    end

    end
    I am still working on it it stops after casting couple of time.
    Last edited by Vinshom; 11-30-2012 at 06:38 AM.

  3. #6498
    travis2861's Avatar Contributor
    Reputation
    99
    Join Date
    Aug 2007
    Posts
    227
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @mentally

    First i'll say that my Mage is not 90 it's currently on 88, so i'm not sure if this is the reason it's breaking.
    Tried your fire Mage profile in a couple dungeons so far and it seems to be working great. on bosses it
    dosnt seem to be using alter time at all, and after one or 2 dungeons in succession it stops working.
    I've tried reloading PQR, reloading the UI, but only a restart or switching to another character and back works..
    Other then that amazing work and I defiantly look forward to what this will be able to do in the future!

  4. #6499
    TheGreatRowaH's Avatar Member
    Reputation
    47
    Join Date
    May 2008
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, the Nova resto druid doesn't seem to be casting cleanses. Any way to fix it?

  5. #6500
    Bekimo's Avatar Corporal
    Reputation
    2
    Join Date
    Mar 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any updated DK profile out there?

    sandmans rotation is fine but wont use Soul reaper.

    Kinkehs rotations feels wierd. :P

  6. #6501
    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 Bekimo View Post
    Any updated DK profile out there?

    sandmans rotation is fine but wont use Soul reaper.

    Kinkehs rotations feels wierd. :P
    I can't imagine why it feels weird(probably doing something wrong, or aren't use to the updated rotations for MoP). I've had people ranking top 5-10 and 20 with it lately :L.
    Last edited by Kinkeh; 11-30-2012 at 09:18 AM.

  7. #6502
    Bekimo's Avatar Corporal
    Reputation
    2
    Join Date
    Mar 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinkeh View Post
    I can't imagine why it feels weird(probably doing something wrong, or aren't use to the updated rotations for MoP). I've had people ranking top 5-10 and 20 with it lately :L.
    I can see it sometimes use Howling blast even it has Obliterate coming from CD and it takes the Obli to CD again. And the spam of HB is weird since you use HB only with Rime proc.

    Im using the 2H rotation.

  8. #6503
    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 Bekimo View Post
    I can see it sometimes use Howling blast even it has Obliterate coming from CD and it takes the Obli to CD again. And the spam of HB is weird since you use HB only with Rime proc.

    Im using the 2H rotation.
    It only HBs on rime procs and to reapply FF after plague leeching/diseases falling off?..might accidentally be using the DW rotation or something.

  9. #6504
    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)
    @travis2861: That's some pretty...strange behavior. I personally used the Mage profile while leveling in dungeons and it didn't seem to stop for me. Might be an error somewhere that I haven't picked up yet. Glad you're liking it though. Version 2 will feature a lot more than the current stripped down version. I'll try run a few dungeons with it and see if I can't replicate the problem. Other than that, you could always try and download the PQInterface addon from Team Nova's SVN @ Assembla and see which spell it starts hanging on. Would be useful for me.

    To everyone -- I know I promised to have the updated yesterday, but they are coming today! I'm finishing writing up an extended Alter Time dynamic for when you don't use Presence of Mind. It's event driven so it'll react faster than your average elite gamer, haha. Other than that; All talents have been coded and are now supported, all though they don't simulate automatic usage, you're in charge of when things happen. I also switched some of the keybindings around a little bit and also added a complete Pause rotation ability

    Shadow Priest have also been updated some to give more surviveability and better mana management depending on your talents, and Demonology got a little buff as well in the next version.

    Hopefully it'll all roll out pretty nicely unless I forget something. =)

  10. #6505
    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)
    +2 rep for ya Mentally ^^

  11. #6506
    dookieface's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can some one pls point me in the direction of a good windwalker or brewmaster rotation pls. oh by the way i love this bot and the ppl that make the profile for them. keep up the awesome work !!!

  12. #6507
    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 dookieface View Post
    can some one pls point me in the direction of a good windwalker or brewmaster rotation pls. oh by the way i love this bot and the ppl that make the profile for them. keep up the awesome work !!!
    Check the bot maps & profiles-section.

  13. #6508
    Guinness's Avatar Member
    Reputation
    5
    Join Date
    Apr 2012
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still getting a ton of crashes. Not sure why. Xelper is there anything I can do to help track down the cause? Turn on debug mode? Or send you the crash dump from WoW? Love this program, and I am working around the crashes but it happens multiple times a dungeon or raid run.

  14. #6509
    aghost917's Avatar Corporal
    Reputation
    2
    Join Date
    Nov 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any code on how to Beacon of Light the next lowest HP target in pvp?
    Thanks!

  15. #6510
    gongmang1's Avatar Member
    Reputation
    10
    Join Date
    Mar 2011
    Posts
    116
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Make a macro and spam it?
    but I don't know how to put it into Current Abilities,make Dps cycle run well

    pet's attack,Kill Command,Lynx Rush hit Garalon's leg,and hunter shot(target) Garalon.I don't know how to make rotation running well
    Last edited by gongmang1; 11-30-2012 at 12:49 PM.

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:54 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