Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. if leftWield ~= "longsword374645" or rightWield ~= "longsword298072" then
  2. expandAlias("hlong")
  3. end
  4.  
  5. if Essence>40 then
  6. chillStr=string.format("|chill %s",target)
  7. else
  8. chillStr=""
  9. end
  10.  
  11. for aff,state in ms.afflicted:pairs() do
  12.  
  13. if ms.afflicted[aff] == "aff" then
  14.  
  15. ccm.echo(string.format("<red>%s ",aff))
  16. end
  17. end
  18.  
  19. -- if ms.afflicted["tendoncut head"]=="notaff" then
  20. -- attackBodypart="head"
  21. -- send("queue eqbal target head|displace head")
  22.  
  23. -- end
  24. --longswords only have one attack
  25.  
  26. if ms.afflicted["haemophilia"] == "aff" then
  27. ccm.echo("lacerate")
  28. firstAttack="lacerate"
  29. secondAttack="lacerate"
  30. envenom=false
  31. else
  32. ccm.echo("shred")
  33. firstAttack="slash"
  34. secondAttack="shred"
  35. envenom=false
  36. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement