Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # == Comment in wow macros (line doesnt run, used for descriptive text)
- // == Comment in Hotkeynet (line doesnt run, used for descriptive text)
- Random bits might still be in macros from testing/etc.
- ***************
- ***BEAR MACROS***
- ***************
- Panic
- /yell JESUS! TAKE THE WHEEL!!!!
- /cast frenzied regeneration
- /cast survival instincts
- AOE1
- #showtooltip
- /run if GetSpellCooldown('barkskin')==0 and (UnitHealth('player')/UnitHealthMax('player'))*100<50 then CastSpellByName('barkskin')end
- #/run i=1;m-=0;while(UnitDebuff("target\",i)~=nil) do if(strfind(UnitDebuff("target",i),"Faerie Fire")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("faerie fire (feral)()")end
- /run i=1;m=0;while(UnitDebuff("target",i)~=nil) do if(strfind(UnitDebuff("target",i),"Demoralizing Roar")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("demoralizing roar")end
- /startattack
- /use 13
- /use 14
- /cast enrage
- /run if GetSpellCooldown('mangle (bear)')==0 then CastSpellByName('mangle (bear)')else CastSpellByName('swipe (bear)')end
- /run if UnitMana('player')>60 then CastSpellByName('maul')end
- AOETAUNT
- /yell GUYS I GOT THIS!
- /cast challenging roar
- CHARGE
- /yell BITE THE PILLOW, IM GOING IN DRY!
- /cast [nostance] dire bear form
- /cast enrage
- /cast feral charge - bear
- WRATH FAERIE FIRE / 1 Lacerate Spam key
- /run i=1;m=0;while(UnitDebuff("target",i)~=nil) do if(strfind(UnitDebuff("target",i),"Faerie Fire (Feral)")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("faerie fire (feral)")end
- /run i=1;m=0;while(UnitDebuff("target",i)~=nil) do if(strfind(UnitDebuff("target",i),"Lacerate")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("Lacerate")end
- PRE COMBAT BUFF/HOT
- /tar player
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Thorns")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("thorns")end;
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Regrowth")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then c("rejuvenation(Rank 15)")else c("regrowth")end
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Barkskin")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then c("rejuvenation(Rank 15)")else c("barkskin")end;
- DPS1
- #showtooltip
- /startattack
- /use 13
- /use 14
- /run if GetSpellCooldown('barkskin')==0 and (UnitHealth('player')/UnitHealthMax('player'))*100<50 then CastSpellByName('barkskin')end
- /run i=1;m=0;while(UnitDebuff("target",i)~=nil) do if(strfind(UnitDebuff("target",i),"Demoralizing Roar")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("demoralizing roar")end
- /cast enrage
- /run if GetSpellCooldown('mangle (bear)')==0 then CastSpellByName('mangle (bear)')else if UnitMana('player')>25 then CastSpellByName('maul')end end
- /run if UnitMana('player')>60 then CastSpellByName('swipe (bear)')end
- DPS2 (lacerate)
- #showtooltip
- /run if GetSpellCooldown('barkskin')==0 and (UnitHealth('player')/UnitHealthMax('player'))*100<50 then CastSpellByName('barkskin')end
- /run i=1;m=0;while(UnitDebuff("target",i)~=nil) do if(strfind(UnitDebuff("target",i),"Demoralizing Roar")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("demoralizing roar")end
- /startattack
- /use 13
- /use 14
- /cast enrage
- /run if GetSpellCooldown('mangle (bear)')==0 then CastSpellByName('mangle (bear)')else if UnitMana('player')>25 then CastSpellByName('lacerate')end end
- /run if UnitMana('player')>50 then CastSpellByName('maul')end
- TAUNT
- /yell NOT ON MY WATCH!
- /cast growl
- ******************
- ***ROGUE MACROS***
- ******************
- DPS1
- #/run print(GetComboPoints('player','target'))
- #/tar largegaybear
- /run if UnitAffectingCombat('player')==1 and GetSpellCooldown('tricks of the trade')==0 then TargetUnit('largegaybear')CastSpellByName('tricks of the trade')end
- #/cast tricks of the trade
- /assist largegaybear
- /cast [no combat] stealth
- /run if (UnitHealth('player')/UnitHealthMax('player'))*100<50 and GetSpellCooldown('evasion')==0 then CastSpellByName('evasion')end
- /run if (UnitHealth('player')/UnitHealthMax('player'))*100<50 and GetSpellCooldown('cloak of shadows')==0 then CastSpellByName('cloak of shadows')end
- /run if GetComboPoints('player','target')>3 then CastSpellByName('envenom')else CastSpellByName('mutilate')end
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Slice and Dice")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("slice and dice")end
- /startattack
- /use 13
- /use 14
- DPS BUFFS
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Hunger For Blood")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("hunger for blood")end
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Overkill")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else if UnitAffectingCombat('player')==1 and GetSpellCooldown('vanish')==0 then CastSpellByName('vanish')end end
- /run if UnitAffectingCombat('player')==1 and GetSpellCooldown('vanish')==0 then CastSpellByName('vanish')end
- /run if GetComboPoints('player','target')>=4 and GetSpellCooldown('cold blood')==0 then CastSpellByName('cold blood')end
- /cast blood fury
- AOE w Blade Flurry dual spec
- #/run print(GetComboPoints('player','target'))
- #/tar largegaybear
- /run if UnitAffectingCombat('player')==1 and GetSpellCooldown('tricks of the trade')==0 then TargetUnit('largegaybear')CastSpellByName('tricks of the trade')end
- #/cast tricks of the trade
- /assist largegaybear
- /cast [no combat] stealth
- #/cast [combat] killing spree
- /run if (UnitHealth('player')/UnitHealthMax('player'))*100<50 and GetSpellCooldown('evasion')==0 then CastSpellByName('evasion')end
- /run if (UnitHealth('player')/UnitHealthMax('player'))*100<50 and GetSpellCooldown('cloak of shadows')==0 then CastSpellByName('cloak of shadows')end
- #/run if UnitAffectingCombat('player')==1 and GetSpellCooldown('blade flurry')==0 then CastSpellByName('blade flurry')end
- /run if GetComboPoints('player','target')>3 then CastSpellByName('envenom')else CastSpellByName('mutilate')end
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Slice and Dice")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("slice and dice")end
- /startattack
- /use 13
- /use 14
- AOE w Blade Flurry/Fan of Knives dual spec [DPS KEY]
- #/run print(GetComboPoints('player','target'))
- #/tar largegaybear
- /run if UnitAffectingCombat('player')==1 and GetSpellCooldown('tricks of the trade')==0 then TargetUnit('largegaybear')CastSpellByName('tricks of the trade')end
- #/cast tricks of the trade
- /assist largegaybear
- /cast [no combat] stealth
- #/cast [combat] killing spree
- /run if (UnitHealth('player')/UnitHealthMax('player'))*100<50 and GetSpellCooldown('evasion')==0 then CastSpellByName('evasion')end
- /run if (UnitHealth('player')/UnitHealthMax('player'))*100<50 and GetSpellCooldown('cloak of shadows')==0 then CastSpellByName('cloak of shadows')end
- #/run if UnitAffectingCombat('player')==1 and GetSpellCooldown('blade flurry')==0 then CastSpellByName('blade flurry')end
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Slice and Dice")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then c('fan of knives')else end
- #/run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Slice and Dice")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("sinister strike")end
- /startattack
- /use 13
- /use 14
- AOE w Blade Flurry/Fan of Knives dual spec [SECOND DPS KEY, before FoK its just blade flurry]
- /run if GetSpellCooldown('blade flurry')==0 then CastSpellByName('blade flurry')end
- /run if GetSpellCooldown('adrenaline rush')==0 then CastSpellByName('adrenaline rush')end
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Slice and Dice")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then c('fan of knives')else end
- /run if GetComboPoints('player','target')>0 then CastSpellByName("Slice and Dice") else if GetComboPoints('player','target')==0 then CastSpellByName('sinister strike')end end
- AMBUSH IN STEALTH FLUFF (put on in stealth bar)
- /assist largegaybear
- /run if GetSpellCooldown('sprint')==0 then CastSpellByName('sprint')end
- /run if CheckInteractDistance('target',3)==1 then CastSpellByName('ambush')end
- TRICKS OF TRADE TANK
- /tar largegaybear
- /cast tricks of the trade
- OR lua fancy version
- /run if UnitAffectingCombat('player')==1 and GetSpellCooldown('tricks of the trade')==0 then TargetUnit('largegaybear')CastSpellByName('tricks of the trade')end
- APPLY POISONS
- /cast deadly poison VIII
- /use 16
- /use 17
- ************************
- ***FURY WARRIOR MACROS***
- ************************
- AOE1
- /assist largegaybear
- /run if UnitAffectingCombat('player')==1 and GetSpellCooldown('Intercept')==0 and (CheckInteractDistance('target',3)==1 or CheckInteractDistance('target',1)==1) and UnitMana('player')>9 then CastSpellByName('intercept')end
- /cast [stance:1/2] berserker stance
- /startattack
- /use 13
- /use 14
- /run if UnitMana('player')>70 then CastSpellByName('cleave')end
- /run if IsUsableSpell('victory rush')then CastSpellByName('victory rush')end
- /run if GetSpellCooldown('whirlwind')==0 then CastSpellByName('whirlwind')else if GetSpellCooldown('bloodthirst')==0 then CastSpellByName('bloodthirst')else CastSpellByName('heroic throw')end end
- CHARGE
- /cast [nocombat,stance:2/3] battle stance
- /cast [nocombat] charge
- DPS1
- /assist largegaybear
- /startattack
- /use 13
- /use 14
- /cast [nocombat,stance:2/3] battle stance
- /cast [nocombat] charge
- /run if UnitAffectingCombat('player')==1 and GetSpellCooldown('Intercept')==0 and (CheckInteractDistance('target',3)==1 or CheckInteractDistance('target',1)==1) and UnitMana('player')>9 then CastSpellByName('intercept')end
- /run if IsUsableSpell('victory rush')then CastSpellByName('victory rush')end
- /run if UnitMana('player')>70 then CastSpellByName('heroic strike')end
- /run if (UnitHealth('target')/UnitHealthMax('target'))*100<20 then CastSpellByName('execute')end
- /run if GetSpellCooldown('bloodthirst')==0 then CastSpellByName('bloodthirst')else if GetSpellCooldown('whirlwind')==0 then CastSpellByName('whirlwind')else CastSpellByName('heroic throw')end end
- COOLDOWNS
- /yell COOLDOWNS, LETS GO!!!!!!!!!!!
- /castrandom recklessness, death wish
- PRE COMBAT SHOUT
- /cast bloodrage
- /cast battle shout
- SLAM/BUFF SPAM
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Slam!")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then c("slam")else end
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Battle Shout")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("battle shout")end
- /cast [stance:1/2] berserker stance
- /cast berserker rage
- /cast bloodrage
- /cast blood fury
- SUNDER
- /assist largegaybear
- /startattack
- /use 13
- /use 14
- /cast [nocombat,stance:2/3] battle stance
- /cast [nocombat] charge
- /run if UnitAffectingCombat('player')==1 and GetSpellCooldown('Intercept')==0 and (CheckInteractDistance('target',3)==1 or CheckInteractDistance('target',1)==1) and UnitMana('player')>9 then CastSpellByName('intercept')end
- /run if UnitMana('player')>70 then CastSpellByName('heroic strike')end
- /run if GetSpellCooldown('bloodthirst')==0 then CastSpellByName('bloodthirst')else if GetSpellCooldown('whirlwind')==0 then CastSpellByName('whirlwind')else CastSpellByName('sunder armor')end end
- ***************************************
- ***DK MACROS (Never played class WIP)***
- ***************************************
- BUFFS1
- /assist largegaybear
- /petattack
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"horn of winter")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("horn of winter")end
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Unbreakable Armor")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("unbreakable armor")end
- /startattack
- /use 13
- /use 14
- KS PROC
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Killing Machine")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then print('killing machine')c('frost strike')else print('no km')end
- /run local _,_,a=GetRuneCooldown(1) _,_,b=GetRuneCooldown(2) _,_,c=GetRuneCooldown(3) _,_,d=GetRuneCooldown(4) _,_,e=GetRuneCooldown(5) _,_,f=GetRuneCooldown(6)if(a==false and b==false and c==false and d==false and e==false and f==false)then CastSpellByName('empower rune weapon')end
- RIME PROC
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Rime")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then print('rime')c('howling blast')else print('no rime')end
- /run if UnitMana('player')>79 then CastSpellByName('frost strike')end
- /run if GetSpellCooldown('raise dead')==0 then CastSpellByName('raise dead')end
- /run if GetSpellCooldown('deathchill')==0 then CastSpellByName('deathchill')end
- OBLITERATE
- /run _,_,a=GetRuneCooldown(5)_,_,b=GetRuneCooldown(6) print(a..b)
- /run if GetSpellCooldown('blood tap')==0 then CastSpellByName('blood tap')end
- /run if UnitMana('player')>79 then CastSpellByName('frost strike')end
- /run local _,_,a=GetRuneCooldown(1) _,_,b=GetRuneCooldown(2) _,_,c=GetRuneCooldown(3) _,_,d=GetRuneCooldown(4) _,_,e=GetRuneCooldown(5) _,_,f=GetRuneCooldown(6)if(c==true)then CastSpellByName('obliterate')else if(d==true)then CastSpellByName('obliterate')else if(a==true)then CastSpellByName('blood strike')else CastSpellByName('pestilence')end end end
- #/run _,_,c=GetRuneCooldown(3)if(c==true)then CastSpellByName('obliterate')end
- #else if(d==1)then CastSpellByName('obliterate')else if(a==1)then CastSpellByName('blood strike') end end end
- #else CastSpellByName('pestilence')end end end end
- /cast blood fury
- KSHOWL for AOE
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Killing Machine")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then print('killing machine')c('howling blast')else print('no km')end
- /run local _,_,a=GetRuneCooldown(1) _,_,b=GetRuneCooldown(2) _,_,c=GetRuneCooldown(3) _,_,d=GetRuneCooldown(4) _,_,e=GetRuneCooldown(5) _,_,f=GetRuneCooldown(6)if(a==false and b==false and c==false and d==false and e==false and f==false)then CastSpellByName('empower rune weapon')end
- DEBUFFS
- /assist largegaybear
- /run i=1;m=0;while(UnitDebuff("target",i)~=nil) do if(strfind(UnitDebuff("target",i),"Frost Fever")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else print('no ff')c("Icy Touch")end
- /run i=1;m=0;while(UnitDebuff("target",i)~=nil) do if(strfind(UnitDebuff("target",i),"Blood Plague")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("Plague Strike")end
- CDs
- /yell COOLDOWNS, LETS GO!!!!!!!!!!!
- /cast army of the dead
- ************************************************
- ***HOLY PALLY MACROS (Never played class, WIP)***
- ************************************************
- HEAL1 with AURA LINES
- #/run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Frost Resistance Aura")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("Frost Resistance Aura")end
- #/run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Fire Resistance Aura")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("Fire Resistance Aura")end
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Devotion Aura")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("devotion aura")end
- #/run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Shadow Resistance Aura")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("shadow resistance aura")end
- /tar largegaybear
- /run i=1;m=0;while(UnitBuff("target",i)~=nil) do if(strfind(UnitBuff("target",i),"Beacon of Light")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("beacon of light")end
- /run i=1;m=0;while(UnitBuff("target",i)~=nil) do if(strfind(UnitBuff("target",i),"Sacred Shield")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("sacred shield")end
- /run if (UnitHealth('target')/UnitHealthMax('target'))*100<80 then CastSpellByName('holy light')end
- HEAL2 SELF NAME SEAL BUFF
- /tar giefpallytwo
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Seal of Light")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("Seal of Light")end
- /run if (UnitHealth('target')/UnitHealthMax('target'))*100<80 then CastSpellByName('holy light')end
- /run if UnitMana('player')<1023 and GetSpellCooldown('divine plea')==0 then CastSpellByName('divine plea')end
- HEAL3-4 TARGET NAME
- /tar giefwar
- /run if (UnitHealth('target')/UnitHealthMax('target'))*100<80 then CastSpellByName('holy light')end
- HEAL5 Lowest prio Judgement
- /tar giefrogue
- /run if (UnitHealth('target')/UnitHealthMax('target'))*100<80 then CastSpellByName('holy light')end
- /assist largegaybear
- /run i=1;m=0;while(UnitBuff("target",i)~=nil) do if(strfind(UnitBuff("target",i),"Judgement of Light")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("Judgement of light")end
- PRE BUFF TANK
- /tar largegaybear
- /run i=1;m=0;while(UnitBuff("target",i)~=nil) do if(strfind(UnitBuff("target",i),"Beacon of Light")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("beacon of light")end
- /run i=1;m=0;while(UnitBuff("target",i)~=nil) do if(strfind(UnitBuff("target",i),"Sacred Shield")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("sacred shield")end
- PALLY FOLLOW/MOUNT/CRUSADER (not in combat)
- /run print(UnitAffectingCombat('player'))
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Crusader Aura")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else if UnitAffectingCombat('player')==nil then c("crusader aura")end end
- /assist largegaybear
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Swift Olive Raptor")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("Swift Olive Raptor")end
- /follow largegaybear
- CDs
- /yell COOLDOWNS, LETS GO!!!!!!!!!!!
- /use 13
- /use 14
- /cast divine illumination
- /cast aura mastery
- USE OSHU'GUN
- /use oshu'gun relic
- ******************
- ***MISC/TESTING***
- ******************
- FOLLOW/MOUNT
- /run i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Great Gray Kodo")~=nil)then m=1; end;i=i+1;end;c=CastSpellByName;if(m==1) then else c("Great Gray Kodo")end
- /follow largegaybear
- DUAL SPEC SWAP
- /run SetActiveTalentGroup(1)
- /run SetActiveTalentGroup(2)
- FOR FIGHTS WITH ADDS YOU NEED TO TARGET (secret tech, add to all dps macros)
- /tar nameofadd
- /tar [dead] nameofboss
- PRINT BUFFS TARGET
- /run for i=1,40 do local D,A,B,G = UnitBuff("target",i); if D then print(i.."="..D.." "..G..A..B) end end
- PRINT DEBUFFS TARGET
- /run for i=1,40 do local D,A,B,G = UnitDebuff("target",i); if D then print(i.."="..D.." "..G..A..B) end end
- ***************************************
- ***HOTKEYNET CONFIG (NOT COMMENTED)***
- ***************************************
- <hotkey ctrl R>
- <sendpc local>
- <RenameWin "World of Warcraft" wow1>
- <RenameWin "World of Warcraft" wow2>
- <RenameWin "World of Warcraft" wow3>
- <RenameWin "World of Warcraft" wow4>
- <RenameWin "World of Warcraft" wow5>
- <hotkey ctrl T>
- <sendpc local>
- <RenameWin "World of Warcraft" wow1>
- <hotkey ctrl U>
- <sendpc local>
- <RenameWin "RUN" wow4>
- <hotkey ctrl G>
- <sendpc local>
- <RenameWin "wowJ" wow3>
- <hotkey ctrl y>
- <sendpc local>
- <sendwinm "wow4">
- <setwinsize 1280 720>
- <setwinpos 0 -1440>
- <sendwinm "wow3">
- <setwinsize 1280 720>
- <setwinpos 0 -720>
- <sendwinm "wow2">
- <setwinsize 1280 720>
- <setwinpos 1280 -1440>
- <sendwinm "wow5">
- <setwinsize 1280 720>
- <setwinpos 1280 -720>
- <Label w1 Local SendWinM wow1>
- <Label w2 Local SendWinM wow2>
- <Label w3 Local SendWinMF wow3>
- <Label w4 Local SendWinMF wow4>
- <Label w5 Local SendWinM wow5>
- <Label focus Local SendFocusWin>
- <hotkey ctrl f>
- <sendpc local>
- <sendLabel focus>
- <setwinsize 2576 1479>
- <setwinpos 0 -45>
- solo dps
- <Hotkey CapsLockOff 0-2, 6-9>
- <Toggle>
- <SendLabel focus>
- <Key %Trigger%>
- <Toggle>
- <SendLabel focus>
- <Key f>
- <Toggle>
- <SendLabel focus>
- <Key j>
- <Hotkey CapsLockOn 0-2, 6-9>
- <Toggle>
- <SendLabel focus, w1>
- <Key %Trigger%>
- <SendLabel w3, w4>
- <Key %Trigger%>
- //<Key Space>
- <SendLabel w5>
- <Key 1>
- //<Key Space>
- <SendLabel w2>
- <Key 1>
- <Toggle>
- <SendLabel focus, w1, w3, w4>
- <Key %Trigger%>
- <SendLabel w1, w3, w4>
- <Key f>
- <SendLabel w2, w5>
- <Key 2>
- <Toggle>
- <SendLabel focus, w1, w3, w4>
- <Key %Trigger%>
- <SendLabel w1>
- <Key j>
- <SendLabel w2, w5>
- <Key 3>
- <Toggle>
- <SendLabel focus, w1, w3, w4>
- <Key %Trigger%>
- <SendLabel w3, w4>
- <Key f>
- <SendLabel w2, w5>
- <Key 4>
- <Toggle>
- <SendLabel focus, w1, w3, w4>
- <Key %Trigger%>
- <SendLabel w1>
- <Key f>
- <SendLabel w2, w5>
- <Key 5>
- //prebuff 5
- <Hotkey CapsLockOn 5>
- <SendLabel focus, w1, w3, w4>
- <Key 5>
- <SendLabel w2>
- <Key 6>
- <SendLabel w5>
- <Key 1>
- //aoe
- <Hotkey CapsLockOn 3>
- <Toggle>
- <SendLabel focus, w1, w3, w4>
- <Key 3>
- <SendLabel w2>
- <Key 1>
- <SendLabel w5>
- <Key 1>
- <Toggle>
- <SendLabel w1, w3, w4>
- <key f>
- //<SendLabel w1>
- //<key 4>
- <SendLabel w2>
- <Key 2>
- <SendLabel w5>
- <Key 6>
- <Toggle>
- <SendLabel focus, w1, w3, w4>
- <Key j>
- <SendLabel w2>
- <Key 3>
- <SendLabel w5>
- <Key 7>
- <Toggle>
- <SendLabel w1, w3, w4>
- <key 3>
- //<SendLabel w1>
- //<key 4>
- <SendLabel w2>
- <Key 4>
- <SendLabel w5>
- <Key 5>
- <Toggle>
- <SendLabel focus, w1, w3, w4>
- <Key f>
- <SendLabel w2>
- <Key 5>
- <SendLabel w5>
- <Key 5>
- //aoe solo
- <Hotkey CapsLockOff 3>
- <Toggle>
- <SendLabel focus>
- <Key 3>
- <Toggle>
- <SendLabel focus>
- <key f>
- <Toggle>
- <SendLabel focus>
- <key j>
- <Hotkey CapsLockOn 4>
- <Toggle>
- <SendLabel w2>
- <Key 4>
- <Toggle>
- <SendLabel w5>
- <Key 4>
- <MovementHotkey ScrollLockOn W, A, S, D, Space>
- <SendLabel focus, w1, w2, w3, w4, w5>
- <Key %Trigger%>
- <hotkey t>
- //<sendpc local>
- // <sendwinmf "wow2">
- <SendLabel focus>
- <key t>
- <SendLabel w2>
- <key 0>
- <hotkey Lshift 2>
- //<sendpc local>
- // <sendwinmf "wow2">
- <SendLabel focus, w1, w2, w3, w4, w5>
- <key 9>
- <hotkey Lshift 3>
- //<sendpc local>
- // <sendwinmf "wow2">
- <SendLabel focus, w1, w2, w3, w4, w5>
- <key 0>
- <hotkey Lshift 4>
- //<sendpc local>
- // <sendwinmf "wow2">
- <SendLabel focus, w1, w2, w3, w4, w5>
- <key 6>
- <hotkey alt f>
- //<sendpc local>
- // <sendwinmf "wow2">
- <SendLabel focus, w1, w2, w3, w4, w5>
- <key period>
- <hotkey alt a>
- //<sendpc local>
- // <sendwinmf "wow2">
- <SendLabel focus, w1, w3, w4>
- <key period>
- <SendLabel w5>
- <key 8>
- <hotkey alt s>
- //<sendpc local>
- // <sendwinmf "wow2">
- //<SendLabel w3>
- //<key i>
- <SendLabel w3, w4, w5>
- <key g>
- <hotkey alt d>
- //<sendpc local>
- // <sendwinmf "wow2">
- //<SendLabel w3>
- //<key i>
- <SendLabel w3, w4, w5>
- <key period>
- <SendLabel w2>
- <key 1>
- <hotkey alt q>
- //<sendpc local>
- // <sendwinmf "wow2">
- <SendLabel focus, w1, w3, w4>
- <key j>
- <SendLabel w2, w3, w5>
- <key s>
- <hotkey alt w>
- //<sendpc local>
- // <sendwinmf "wow2">
- <SendLabel focus, w1, w4>
- <key j>
- <SendLabel w5>
- // <key s>
- <hotkey alt e>
- //<sendpc local>
- // <sendwinmf "wow2">
- <SendLabel w4, w3, w5>
- <key comma>
- <hotkey alt 1>
- //<sendpc local>
- // <sendwinmf "wow">
- <toggle>
- <SendLabel w3>
- <key 8>
- <toggle>
- <SendLabel w4>
- <key 8>
- //<toggle>
- //<SendLabel w5>
- //<key 8>
- <hotkey alt 2>
- //<sendpc local>
- // <sendwinmf "wow4">
- <SendLabel w3, w4>
- <key 0>
- <hotkey alt r>
- //<sendpc local>
- // <sendwinmf "wow4">
- <SendLabel w3, w4, w5>
- <key 0>
- <hotkey alt 3>
- //<sendpc local>
- // <sendwinmf "wow4">
- <Toggle>
- <SendLabel w3>
- <key 4>
- <hotkey alt 4>
- //<sendpc local>
- // <sendwinmf "wow4">
- <Toggle>
- <SendLabel w3>
- <key minus>
- <Toggle>
- <SendLabel w4>
- <key minus>
- <Toggle>
- <SendLabel w1>
- <key minus>
- <hotkey alt 5>
- //<sendpc local>
- // <sendwinmf "wow4">
- <SendLabel w2>
- <key 7>
- <hotkey alt 6>
- //<sendpc local>
- // <sendwinmf "wow4">
- <SendLabel w3>
- <key 9>
- <hotkey ctrl 2>
- //<sendpc local>
- // <sendwinmf "wow4">
- <SendLabel focus, w1>
- <keydown ctrl>
- <key 2>
- <keyup ctrl>
- <SendLabel w5>
- <keydown ctrl>
- <key 3>
- <keyup ctrl>
- <SendLabel w4>
- <keydown ctrl>
- <key 2>
- <keyup ctrl>
- <SendLabel w3>
- <keydown ctrl>
- <key 2>
- <keyup ctrl>
- <hotkey LShift q>
- <SendLabel w1, w2, w4, w3, w5>
- <key Plus>
- <hotkey LShift w>
- <SendLabel w1, w4, w3, w5>
- <key Oem1>
- <hotkey LShift e>
- <SendLabel w1>
- <key Oem7>
- <hotkey LShift 5>
- //<sendpc local>
- // <sendwinmf "wow4">
- <SendLabel focus, w1>
- <keydown LShift>
- <key 5>
- <keyup LShift>
- <SendLabel w2, w3, w4, w5>
- <keydown ctrl>
- <key 5>
- <keyup ctrl>
- //<hotkey alt q>
- // <sendpc local>
- // <sendwinmf "wow1">
- // <key 2>
- // <sendwinmf "wow2">
- // <key 2>
- <UseKeyAsModifier Oem3>
- <Hotkey Oem3 LButton>
- <SendWinM wow2>
- <ClickMouse LButton>
- <Hotkey Oem3 alt LButton>
- <SendWinM wow2>
- <keydown alt>
- <ClickMouse LButton>
- <keyup alt>
- <Hotkey Oem3 ctrl LButton>
- <SendWinM wow2>
- <keydown ctrl>
- <ClickMouse LButton>
- <keyup ctrl>
- <UseKeyAsModifier Tab>
- <Hotkey Tab LButton>
- <SendLabel focus, w1, w2, w3, w4, w5>
- <ClickMouse LButton>
- <Hotkey Tab S>
- <SendLabel focus, w1, w2, w3, w4, w5>
- <Key s>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement