Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. /script if((ebar_mh.et - GetTime()) > 0.5) then if(DYKey.On == nil) then DefendYourself_Main_ChatCommandHandler("toggle") end end;
  2.  
  3. /script if UnitName("target") == "Emperor Vek'nilash" then return end i=1; while(UnitBuff("player",i) ~= nil) do n,c = UnitBuff("player",i) if strfind(n, "Spell_Shadow_UnholyFrenzy") ~=nil then if c>7 then return end end i=i+1 end if (ebar_mh.et > GetTime()) and UnitName("targettarget")==UnitName("player") and (UnitHealth("player") > (UnitHealthMax("player")*0.75)) and (ebar_mh.et - GetTime() < 0.4) and (ebar_mh.et - GetTime() > 0.1) then if(Abar_Mhr.et - GetTime() > 0.7) and (DYKey.On == nil) then DefendYourself_Main_ChatCommandHandler("toggle") SitOrStand() end end
  4.  
  5. /script if(DYKey.On == nil) then CastSpellByName("Bloodthirst") end
  6. /script if(DYKey.On == nil) then CastSpellByName("Revenge") end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement