Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. @getenemy 'enemy' 'murderer' 'criminal' 'gray' 'nearest' 'next' pause 8
  2. @setability 'secondary' 'on'
  3. attack 'enemy'
  4. pause 64
  5. if not @findobject 'RingBag'
  6. promptalias 'RingBag'
  7. endif
  8. if not listexists 'Jewelry'
  9. @createlist 'Jewelry'
  10. endif
  11. if list 'Jewelry' == 0
  12. @pushlist 'Jewelry' 0x108a
  13. @pushlist 'Jewelry' 0x1f09
  14. @pushlist 'Jewelry' 0x1086
  15. @pushlist 'Jewelry' 0x1f06
  16. endif
  17. if not listexists 'Skill'
  18. @createlist 'Skill'
  19. endif
  20. if list 'Skill' == 0
  21. @pushlist 'Skill' 'Animal Taming'
  22. @pushlist 'Skill' 'Animal Lore'
  23. @pushlist 'Skill' 'Veterinary'
  24. @pushlist 'Skill' 'Provocation'
  25. @pushlist 'Skill' 'Anatomy'
  26. @pushlist 'Skill' 'Archery'
  27. @pushlist 'Skill' 'Stealing'
  28. @pushlist 'Skill' 'Tactics'
  29. @pushlist 'Skill' 'Swordsmanship'
  30. @pushlist 'Skill' 'Fencing'
  31. @pushlist 'Skill' 'Ninjitsu'
  32. @pushlist 'Skill' 'Healing'
  33. @pushlist 'Skill' 'Focus'
  34. @pushlist 'Skill' 'Mace Fighting'
  35. @pushlist 'Skill' 'Magery'
  36. @pushlist 'Skill' 'Evaluating Intelligence'
  37. @pushlist 'Skill' 'Spirit Speak'
  38. @pushlist 'Skill' 'Necromancy'
  39. @pushlist 'Skill' 'Parrying'
  40. @pushlist 'Skill' 'Bushido'
  41. @pushlist 'Skill' 'Discordance'
  42. @pushlist 'Skill' 'Provocation'
  43. endif
  44. if not @findtype '0x2006' 'any' 'ground' '1' '1'
  45. endif
  46. @setalias '0' 'found'
  47. @useobject '0'
  48. for 0 to Jewelry
  49. for 2
  50. if @findtype Jewelry[] 0 '0'
  51. @setalias 'Skills' 'found'
  52. waitforproperties 'Skills' 3000
  53. for 0 to Skill
  54. if @property Skill[] 'Skills' >= 10
  55. sysmsg 'Hip Hip Hurray!!! Got one!!!' '1990'
  56. msg '[e woohoo'
  57. @moveitem 'Skills' 'RingBag'
  58. pause 1000
  59. endif
  60. endfor
  61. endif
  62. endfor
  63. endfor
  64. ignoreobject '0'
  65. if @injournal 'You failed the augment skill check' 'system'
  66. if stam < 120
  67. cast 'divine fury'
  68. pause 500
  69. endif
  70. replygump 0x4239a64f 1004
  71. waitforgump 0x4239a64f 15000
  72. sysmsg 'SOS Rearmed' '1990'
  73. endif
  74. @clearjournal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement