Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. if not listexists 'BodyTypes'
  2. createlist 'BodyTypes'
  3. endif
  4. if list 'BodyTypes' == '0'
  5. pushlist 'BodyTypes' 0x190
  6. pushlist 'BodyTypes' 0x191
  7. pushlist 'BodyTypes' 0x2ec
  8. pushlist 'BodyTypes' 0x2eb
  9. pushlist 'BodyTypes' 0x25d
  10. pushlist 'BodyTypes' 0x25e
  11. pushlist 'BodyTypes' 0x2ed
  12. pushlist 'BodyTypes' 0x2e9
  13. pushlist 'BodyTypes' 0x2e8
  14. pushlist 'BodyTypes' 0x19
  15. endif
  16. clearignorelist
  17. ignoreobject 'self'
  18. for 0 to 'BodyTypes'
  19. while @findtype BodyTypes[] 'any' ground 0 10
  20. if infriendlist 'found'
  21. if inrange 'found' 11
  22. if yellowhits 'found'
  23. cast 'remove curse' 'found'
  24. else
  25. if poisoned 'found'
  26. cast 'Cleanse By Fire' 'found'
  27. else
  28. if diffhits 'found' > 10
  29. if inrange 'found' 2
  30. cast "Close Wounds" 'found'
  31. else
  32. cast "Close Wounds"
  33. waitfortarget 15000
  34. while @findobject 'found'
  35. if inrange 'found' 2
  36. target 'found'
  37. break
  38. endif
  39. endwhile
  40. endif
  41. endif
  42. endif
  43. endif
  44. endif
  45. endif
  46. ignoreobject 'found'
  47. endwhile
  48. endfor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement