Advertisement
faber54

Untitled

Jul 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. @removelist 'Suit'
  2. if @findtype '0xf9f' 'any' 'backpack' 'any' '2'
  3. setalias 'Scissors' 'found'
  4. @unsetalias 'found'
  5. pause 500
  6. else
  7. headmsg 'No scissors found'
  8. stop
  9. endif
  10. if not @findobject 'Storage'
  11. headmsg 'Select where you would like to store the suits'
  12. promptalias 'Storage'
  13. endif
  14. if not @findobject 'Resources'
  15. headmsg 'Select the container with your leather'
  16. pause 800
  17. headmsg 'Be sure to have ONLY your BARBED Leather in this container'
  18. promptalias 'Resources'
  19. endif
  20. if not listexists 'Suit'
  21. createlist 'Suit'
  22. endif
  23. if list 'Suit' == 0
  24. pushlist 'Suit' 0x13cc // Tunic
  25. pushlist 'Suit' 0x13cb // Legs
  26. pushlist 'Suit' 0x13cd // Sleeves
  27. pushlist 'Suit' 0x13c6 // Gloves
  28. pushlist 'Suit' 0x13c7 // Gorget
  29. endif
  30. if @findtype '0xf9d' 'any' 'backpack' 'any' '2'
  31. setalias 'Kit' 'found'
  32. @unsetalias 'found'
  33. pause 800
  34. //This part sets leather to use as barbed
  35. @useobject 'Kit'
  36. waitforgump 0x38920abd 15000
  37. replygump 0x38920abd 7
  38. waitforgump 0x38920abd 15000
  39. replygump 0x38920abd 27
  40. waitforgump 0x38920abd 15000
  41. replygump 0x38920abd 0
  42. else
  43. headmsg "No kit found in your pack"
  44. stop
  45. endif
  46. useobject 'Resources'
  47. pause 800
  48. if not @findtype '0x1081' '1437' 'backpack' '39' '2'
  49. organizer 'Leather' 'Resources' 'backpack'
  50. while organizing
  51. endwhile
  52. else
  53. endif
  54. useobject 'Kit'
  55. waitforgump 0x38920abd 15000
  56. replygump 0x38920abd 36
  57. waitforgump 0x38920abd 15000
  58. //Craft Gorget
  59. replygump 0x38920abd 9
  60. waitforgump 0x38920abd 15000
  61. while not @ingump '0x38920abd' 'exceptional'
  62. @findtype '0x13c7' 'any' 'backpack' 'any' '2'
  63. useobject 'Scissors'
  64. waitfortarget 5000
  65. target 'found'
  66. @unsetalias 'found'
  67. replygump 0x38920abd 9
  68. waitforgump 0x38920abd 15000
  69. if @ingump '0x38920abd' 'You do not have sufficient leather'
  70. headmsg 'Out of leather!'
  71. stop
  72. endif
  73. endwhile
  74. //Craft Gloves
  75. replygump 0x38920abd 16
  76. waitforgump 0x38920abd 15000
  77. while not @ingump '0x38920abd' 'exceptional'
  78. @findtype '0x13c6' 'any' 'backpack' 'any' '2'
  79. useobject 'Scissors'
  80. waitfortarget 5000
  81. target 'found'
  82. @unsetalias 'found'
  83. replygump 0x38920abd 16
  84. if @ingump '0x38920abd' 'You do not have sufficient leather'
  85. headmsg 'Out of leather!'
  86. stop
  87. endif
  88. endwhile
  89. //Craft Sleeves
  90. replygump 0x38920abd 23
  91. waitforgump 0x38920abd 15000
  92. while not @ingump '0x38920abd' 'exceptional'
  93. @findtype '0x13cd' 'any' 'backpack' 'any' '2'
  94. useobject 'Scissors'
  95. waitfortarget 5000
  96. target 'found'
  97. @unsetalias 'found'
  98. replygump 0x38920abd 23
  99. waitforgump 0x38920abd 15000
  100. if @ingump '0x38920abd' 'You do not have sufficient leather'
  101. headmsg 'Out of leather!'
  102. stop
  103. endif
  104. endwhile
  105. //Craft Leggings
  106. replygump 0x38920abd 30
  107. waitforgump 0x38920abd 15000
  108. while not @ingump '0x38920abd' 'exceptional'
  109. @findtype '0x13cb' 'any' 'backpack' 'any' '2'
  110. useobject 'Scissors'
  111. waitfortarget 5000
  112. target 'found'
  113. @unsetalias 'found'
  114. replygump 0x38920abd 30
  115. waitforgump 0x38920abd 15000
  116. if @ingump '0x38920abd' 'You do not have sufficient leather'
  117. headmsg 'Out of leather!'
  118. stop
  119. endif
  120. endwhile
  121. //Craft Tunic
  122. replygump 0x38920abd 37
  123. waitforgump 0x38920abd 15000
  124. while not @ingump '0x38920abd' 'exceptional'
  125. @findtype '0x13cc' 'any' 'backpack' 'any' '2'
  126. useobject 'Scissors'
  127. waitfortarget 5000
  128. target 'found'
  129. @unsetalias 'found'
  130. replygump 0x38920abd 37
  131. waitforgump 0x38920abd 15000
  132. if @ingump '0x38920abd' 'You do not have sufficient leather'
  133. headmsg 'Out of leather!'
  134. stop
  135. endif
  136. endwhile
  137. if @ingump '0x38920abd' 'You do not have sufficient leather'
  138. headmsg 'Out of leather!'
  139. stop
  140. endif
  141. replygump 0x38920abd 0
  142. pause 2000
  143. for 0 to 'Suit'
  144. if @movetype 'Suit[]' 'backpack' 'Storage'
  145. pause 800
  146. endif
  147. endfor
  148. headmsg 'Suit done'
  149. pause 1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement