Advertisement
Maespark

Training - Ninjitsu

Jan 27th, 2018
654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. while skill 'Ninjitsu' < 100
  2. if skill 'Ninjitsu' < 30
  3. cast 'Animal Form'
  4. waitforgump 3027724650 15000
  5. pause 500
  6. replygump 0xb477696a 1 110
  7. pause 3000
  8. cast 'Animal Form'
  9. pause 3000
  10. elseif skill 'Ninjitsu' < 60
  11. cast 'focus attack'
  12. @getenemy 'murderer' 'enemy' 'criminal' 'gray' 'closest'
  13. attack 'enemy'
  14. pause 2000
  15. if mana 'self' < 30
  16. while mana 'self' < maxmana
  17. pause 500
  18. useskill 'Meditation'
  19. while mana 'self' < maxmana and @injournal 'You enter a meditative trance'
  20. endwhile
  21. endwhile
  22. endif
  23. //To be used when standing on the south side of the training dummy.
  24. elseif skill 'Ninjitsu' < 85
  25. while skill 'Ninjitsu' < 85
  26. clearjournal
  27. turn "South"
  28. pause 150
  29. walk "South"
  30. pause 150
  31. if mana 'self' < 30
  32. while mana 'self' < maxmana
  33. pause 500
  34. useskill 'Meditation'
  35. while mana 'self' < maxmana and @injournal 'You enter a meditative trance'
  36. endwhile
  37. endwhile
  38. endif
  39. turn "North"
  40. cast "Invisibility"
  41. waitfortarget 5000
  42. target! 'self'
  43. pause 3000
  44. walk "North"
  45. pause 250
  46. cast "Surprise Attack"
  47. pause 1000
  48. @getenemy 'murderer' 'enemy' 'criminal' 'gray' 'closest'
  49. attack 'enemy'
  50. pause 500
  51. endwhile
  52. elseif skill 'Ninjitsu' < 100
  53. cast 'Death Strike'
  54. pause 3000
  55. elseif skill 'Ninjitsu' >= 100
  56. headmsg 'Finished Ninjitsu!'
  57. stop
  58. endif
  59. endwhile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement