Advertisement
Guest User

Untitled

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