Advertisement
perazite

SAM_BloodDK

Jan 26th, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.88 KB | None | 0 0
  1. Sequences['SAM_BloodDK'] = {
  2.   Author="Owns",  
  3.   SpecID=250,
  4.   Talents = "2,1,1,2,3,3,3",
  5.   Default=1,
  6.   Icon='Spell_Deathknight_BloodPresence',
  7.   MacroVersions = {
  8.     [1] = {
  9.       Trinket1=false,
  10.       Trinket2=false,
  11.       Head=false,
  12.       Neck=false,
  13.       Belt=false,
  14.       Ring1=false,
  15.       Ring2=false,
  16.       StepFunction = [[Sequential]],
  17.       KeyPress={
  18.         "/targetenemy [noharm][dead]",
  19.         "/cast [combat] Icebound Fortitude",
  20.         "/cast [combat] Dancing Rune Weapon",
  21.       },
  22.       PreMacro={
  23.       },
  24.         "/cast Marrowrend",
  25.         "/cast Blood Boil",
  26.         "/cast Death and Decay",
  27.         "/cast Death Strike",
  28.         "/cast Heart Strike",
  29.       PostMacro={
  30.       },
  31.       KeyRelease={
  32.         "/startattack",
  33.         "/cast [combat] Anti-Magic Shell",
  34.         "/cast [combat] Vampiric Blood",
  35.       },
  36.     },
  37.   },
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement