PQR - Rotation Bot menu

User Tag List

Page 430 of 779 FirstFirst ... 330380426427428429430431432433434480530 ... LastLast
Results 6,436 to 6,450 of 11681
  1. #6436
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by failroad View Post
    I don't know what sheep moons profile looks like I dont use anyone else profile but if he has a spellid in there for hunter ice trap it needs to be changed. And possibly also gag order
    Is changing it as simple as a WoWhead search for an updated SpellID or something a bit more complex? I'm having issues with Sheep's Hunter PvP, his Shadow Priest PvP, and was having the same with your Warrior PvP until you updated it. All the same LUA error posted by myself and KMD. Sheep hasn't updated anything in over a month, so I guess I'm wondering if you might have a guess as to the error in his Priest code?

    PQR - Rotation Bot
  2. #6437
    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 Rubim View Post
    Is there any way to check for a passive cooldown?

    Power Strikes - Spell - World of Warcraft
    Power Strikes - Spell - World of Warcraft

    That's for monk's power strike.

    I need to check if Power Strike is ON CD, but nothing works.

    GetSpellCooldown is not working =(
    It is a passive buff you get when it is off CD, check for the buff.

  3. #6438
    shadowhacks's Avatar Private
    Reputation
    3
    Join Date
    Aug 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for jumping right on the problem.

    Sheepmoon's profiles can be found at:

    http://www.ownedcore.com/forums/worl...-profiles.html ([PQR] MOP profiles)

    I'm pretty sure the problem with the Spriest PvP profile lies in spectral *****, but I could be wrong in my testing. Any considerations towards updating his profiles would be appreciated by many and as I stated before, I will reward anyone for updating his profiles since I know this means taking over someone else's work. Thanks!

  4. #6439
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shadowhacks View Post
    Thanks for jumping right on the problem.

    Sheepmoon's profiles can be found at:

    http://www.ownedcore.com/forums/worl...-profiles.html ([PQR] MOP profiles)

    I'm pretty sure the problem with the Spriest PvP profile lies in spectral *****, but I could be wrong in my testing. Any considerations towards updating his profiles would be appreciated by many and as I stated before, I will reward anyone for updating his profiles since I know this means taking over someone else's work. Thanks!
    Echoing what Shadow said above. There are truly many of us hoping to make Sheep's profiles work for this patch, so any help would be greatly appreciated. On that note, removing Spectral *****, Void Tentrils, and Fade (Phantasm) from Sheep's SP PvP fixes the problem, and removing Blink from Sheep's Frost Mage PvP also provides a fix.

    That means it's something in these codes that needs to be edited, but I'm wondering if anyone might be able to help spot where those edits need to be. As others have pointed out, it seems to be a wrong SpelI ID in all of these post 5.1, but I can't figure it out. Linking them all below. Any and all help would be appreciated.

    Blink:

    Code:
    local 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 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
    	-- 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)
    	-- Hunter
    	35101,		-- Concussive Barrage
    	5116,		-- Concussive Shot
    	61394,		-- Frozen Wake (Glyph of Freezing Trap)
    	13809,		-- 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.
    }
    
    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 canblink = false
    
    if IsUsableSpell(119415)
    and select(2,GetSpellCooldown(119415)) < 2
    then
    
    	for i=1, #Root do
    		if UnitDebuffID("player",Root[i])
    		then canblink = true
    		end
    	end
    	
    	for i=1, #Snare do
    		if UnitDebuffID("player",Snare[i])
    		then canblink = true
    		end
    	end
    
    	for i=1, #Stun do
    		if UnitDebuffID("player",Stun[i])
    		then canblink = true
    		end
    	end
    	
    	if canblink == true
    	then
    	CastSpellByName(GetSpellInfo(119415))
    	return true
    	end
    
    end
    Spectral *****

    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
    Fade (Phantasm)

    Code:
    local 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 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
    	-- 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)
    	-- 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
    Void Tendrils

    Code:
    local 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
    Last edited by Taran32; 11-28-2012 at 12:56 PM.

  5. #6440
    scyrnn's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Thanks Bu_Ba_991, I've changed all my code I'm just testing it atm. Once I've completed testing I'll post up, I'm also going through annotating the code so that people can modify it to suit themselves a little easier.
    I love you!

  6. #6441
    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 Taran32 View Post
    Bunch of code


    In snares remove 110610 and reload data file and see if it runs
    Last edited by failroad; 11-28-2012 at 01:06 PM.

  7. #6442
    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)
    I removed this code from Blink code in Gabbs profile and it worked!

    96294, -- Chains of Ice (Chilblains)
    -- Death Knight Ghoul
    91807, -- Shambling Rush (Dark Transformation)

    I was wrong and Gabbz fixed his frost mage pvp profile
    Last edited by Vinshom; 11-28-2012 at 01:29 PM.

  8. #6443
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by failroad View Post
    In snares remove 110610 and reload data file and see if it runs
    Thank you Fail! Removing that 1 line of code cleared up the issues from both the Mage and the Priest. +Rep and thanks a ton!

    Now to figure out how to fix the Hunter Profile.
    Last edited by Taran32; 11-28-2012 at 01:32 PM.

  9. #6444
    TheBolivianGuy's Avatar Corporal
    Reputation
    17
    Join Date
    Apr 2012
    Posts
    33
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by failroad View Post
    In snares remove 110610 and reload data file and see if it runs
    So it's the Druid's Symbiosis? Shouldn't it be 110600 then?

  10. #6445
    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 TheBolivianGuy View Post
    So it's the Druid's Symbiosis? Shouldn't it be 110600 then?
    In short no

  11. #6446
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darksahde View Post
    @Bu_BA:

    Lol they want a spoonfeed version

    I got a question, in the nova ww monk profile, there are certain mob which rotation just stopped working. where I can fix it.

    eg: last boss in dungeon: gate of shattered sun, when you jumped up on boss. that weak point.
    Probably because it isnt an enemy and its a neutral target... might just need to change the target validation check

    Sent from my ThunderBolt using Tapatalk 2
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  12. #6447
    darksahde's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jan 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Bu_Ba:

    where i can find this "target validation check"?

  13. #6448
    Jaylock's Avatar Member
    Reputation
    13
    Join Date
    Apr 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, I appreciate what you all do here, and all the help you guys give!

    On that note, does anyone know of any good Warlock / Shaman profiles? Also does this bot work in conjunction with a pandaria level up bot? Thanks for any replies!

  14. #6449
    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)
    hunter profile

    KMD_All_Hunter_Rotations_v17beta.zip

    My beta profile, I've tested the SV and BM ones. I need some more time on the MM ones atm.
    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

  15. #6450
    scyrnn's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    hunter profile

    KMD_All_Hunter_Rotations_v17beta.zip

    My beta profile, I've tested the SV and BM ones. I need some more time on the MM ones atm.
    Thank you! I love you!!!!!!!!

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