Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. function()
  2. if UnitBuff("player","Blood Shield") then
  3. local _,_,_,_,_,_,_,_,_,_,spellID,_,_,_,absorbAmount,_ = UnitBuff("player","Blood Shield")
  4. if spellID == 77535 then
  5. absorbAmount = absorbAmount / 1000
  6. return string.format("%i%c",absorbAmount,75)
  7. end
  8. end
  9.  
  10.  
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement