Advertisement
lonesome74

Untitled

May 3rd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. //////////////////////////
  2. ///Setup
  3. if not @findobject 'weapon'
  4. headmsg 'Please target your Weapon'
  5. promptalias 'weapon' 15000
  6. endif
  7. if not @findobject 'shield'
  8. headmsg 'Please target your Shield'
  9. promptalias 'shield' 15000
  10. endif
  11. if not @findobject 'lootbag'
  12. headmsg 'Please target your Lootbag'
  13. promptalias 'lootbag' 15000
  14. endif
  15. if not @findobject 'regkey'
  16. headmsg 'Please target your REAGENT key'
  17. promptalias 'regkey' 15000
  18. endif
  19. if not @findobject 'ingotkey'
  20. headmsg 'Please target your INGOT Key
  21. promptalias 'ingotkey' 15000
  22. endif
  23. if not @findalias 'portableforge'
  24. headmsg 'Please target your Portable Forge'
  25. promptalias 'portableforge' 15000
  26. endif
  27. if not @findalias 'portabank'
  28. headmsg 'Please target your Bank Crystal'
  29. promptalias 'portabank' 15000
  30. endif
  31. if not @findalias 'scribekey'
  32. headmsg 'Please target your Scribe Tomb'
  33. promptalias 'scribekey' 15000
  34. endif
  35. if not @findalias 'tailorkey'
  36. headmsg 'Please target your Tailor Key'
  37. promptalias 'tailorkey' 15000
  38. endif
  39. if not @findalias 'tokenbag'
  40. headmsg 'Please target your Token Bag'
  41. promptalias 'tokenbag' 15000
  42. endif
  43. //////////////////////////////////////
  44. //////////////////////////////////////
  45. //////////////////////////////////////
  46. // Lists
  47. if not @listexists 'regs'
  48. createlist 'regs'
  49. pushlist 'regs' 0xf7a // Black Pearl
  50. pushlist 'regs' 0xf7b // Blood Moss
  51. pushlist 'regs' 0xf86 // Mandrake Root
  52. pushlist 'regs' 0xf84 // Garlic
  53. pushlist 'regs' 0xf85 // Ginseng
  54. pushlist 'regs' 0xf88 // Nightshade
  55. pushlist 'regs' 0xf8d // Spider's Silk
  56. pushlist 'regs' 0xf8c // Sulphurous Ash
  57. pushlist 'regs' 0xf8e // Nox Crystal
  58. pushlist 'regs' 0xf8a // Pig Iron
  59. pushlist 'regs' 0xf8f // Grave Dust
  60. pushlist 'regs' 0xf78 // Bat Wing
  61. pushlist 'regs' 0xf7d // Daemon Blood
  62. pushlist 'regs' 0xf7e // Bone
  63. pushlist 'regs' 0xef3 // Blank Scrolls
  64. pushlist 'regs' 0x4077 // Dragon Blood
  65. pushlist 'regs' 0xe1f //Destroying Angel
  66. pushlist 'regs' 0xe24 //Spring Water
  67. endif
  68. ////////////////////////
  69. if not @listexists 'Jewelry'
  70. @createlist 'Jewelry'
  71. endif
  72. if list 'Jewelry' == 0
  73. @pushlist 'Jewelry' 0x108a
  74. @pushlist 'Jewelry' 0x1f09
  75. @pushlist 'Jewelry' 0x1086
  76. @pushlist 'Jewelry' 0x1f06
  77. endif
  78. @removelist 'tailorclips'
  79. if not @listexists 'tailorclips'
  80. createlist 'tailorclips'
  81. pushlist 'tailorclips' 0x1079 //hide
  82. pushlist 'tailorclips' 0x1b0a //bones
  83. pushlist 'tailorclips' 0x1b0d //bones
  84. pushlist 'tailorclips' 0x1b0f //bones
  85. pushlist 'tailorclips' 0x1b0c //bones
  86. pushlist 'tailorclips' 0x1b17 //bones
  87. pushlist 'tailorclips' 0x1b0b //bones
  88. pushlist 'tailorclips' 0x1b0e //bones
  89. pushlist 'tailorclips' 0x1b10 //bones
  90. pushlist 'tailorclips' 0x1b09 //bones
  91. endif
  92. if not listexists 'Gearlist'
  93. createlist 'Gearlist'
  94. //Cloth Hats
  95. @pushlist 'Gearlist' 0x1544
  96. @pushlist 'Gearlist' 0x1540
  97. @pushlist 'Gearlist' 0x1713
  98. @pushlist 'Gearlist' 0x1715
  99. @pushlist 'Gearlist' 0x1714
  100. @pushlist 'Gearlist' 0x1716
  101. @pushlist 'Gearlist' 0x1717
  102. @pushlist 'Gearlist' 0x1718
  103. @pushlist 'Gearlist' 0x1719
  104. @pushlist 'Gearlist' 0x171a
  105. @pushlist 'Gearlist' 0x171b
  106. @pushlist 'Gearlist' 0x171c
  107. @pushlist 'Gearlist' 0x2306
  108. // Metal Hats
  109. @pushlist 'Gearlist' 0x1f0b
  110. @pushlist 'Gearlist' 0x140a
  111. @pushlist 'Gearlist' 0x2b6e
  112. @pushlist 'Gearlist' 0x1412
  113. @pushlist 'Gearlist' 0x140c
  114. @pushlist 'Gearlist' 0x13bb
  115. @pushlist 'Gearlist' 0x2b71
  116. @pushlist 'Gearlist' 0x1451
  117. @pushlist 'Gearlist' 0x1408
  118. @pushlist 'Gearlist' 0x2b72
  119. @pushlist 'Gearlist' 0x140e
  120. @pushlist 'Gearlist' 0x2b70
  121. @pushlist 'Gearlist' 0x1db9
  122. @pushlist 'Gearlist' 0x2b6f
  123. @pushlist 'Gearlist' 0x2b73
  124. //Gearlist masks
  125. @pushlist 'Gearlist' 0x1545
  126. @pushlist 'Gearlist' 0x1547
  127. //neck
  128. @pushlist 'Gearlist' 0x13c7
  129. @pushlist 'Gearlist' 0x2b69
  130. @pushlist 'Gearlist' 0x1413
  131. @pushlist 'Gearlist' 0x2fc7
  132. @pushlist 'Gearlist' 0x2b76
  133. @pushlist 'Gearlist' 0x13d6
  134. // @pushlist 'Gearlist'
  135. //gloves
  136. @pushlist 'Gearlist' 0x1414
  137. @pushlist 'Gearlist' 0x2b75
  138. @pushlist 'Gearlist' 0x13eb
  139. @pushlist 'Gearlist' 0x1450
  140. @pushlist 'Gearlist' 0x13d5
  141. @pushlist 'Gearlist' 0x2b6a
  142. @pushlist 'Gearlist' 0x2fc6
  143. @pushlist 'Gearlist' 0x13c6
  144. //arms
  145. @pushlist 'Gearlist' 0x144e
  146. @pushlist 'Gearlist' 0x13ee
  147. @pushlist 'Gearlist' 0x13dc
  148. @pushlist 'Gearlist' 0x2b6c
  149. @pushlist 'Gearlist' 0x13cd
  150. @pushlist 'Gearlist' 0x2fc8
  151. @pushlist 'Gearlist' 0x2b77
  152. @pushlist 'Gearlist' 0x1410
  153. //chest
  154. @pushlist 'Gearlist' 0x13cc
  155. @pushlist 'Gearlist' 0x1415
  156. @pushlist 'Gearlist' 0x13bf
  157. @pushlist 'Gearlist' 0x13db
  158. @pushlist 'Gearlist' 0x13ec
  159. @pushlist 'Gearlist' 0x2b74
  160. @pushlist 'Gearlist' 0x2b67
  161. @pushlist 'Gearlist' 0x2fc5
  162. @pushlist 'Gearlist' 0x144f
  163. //legs
  164. @pushlist 'Gearlist' 0x2fc9
  165. @pushlist 'Gearlist' 0x13f0
  166. @pushlist 'Gearlist' 0x2fca
  167. @pushlist 'Gearlist' 0x2b78
  168. @pushlist 'Gearlist' 0x1411
  169. @pushlist 'Gearlist' 0x13be
  170. @pushlist 'Gearlist' 0x2b6b
  171. @pushlist 'Gearlist' 0x1452
  172. @pushlist 'Gearlist' 0x13cb
  173. @pushlist 'Gearlist' 0x13da
  174. //skirt
  175. @pushlist 'Gearlist' 0x1c08
  176. @pushlist 'Gearlist' 0x1c00
  177. //female armor
  178. @pushlist 'Gearlist' 0x1c04
  179. @pushlist 'Gearlist' 0x1c0a
  180. @pushlist 'Gearlist' 0x1c0c
  181. @pushlist 'Gearlist' 0x1c02
  182. @pushlist 'Gearlist' 0x1c06
  183. //jewerly
  184. @pushlist 'Gearlist' 0x108a
  185. @pushlist 'Gearlist' 0x1f09
  186. @pushlist 'Gearlist' 0x1086
  187. @pushlist 'Gearlist' 0x1f06
  188. endif
  189.  
  190. ///////////////////////////////////////
  191. ///////////////////////////////////////
  192. ///////////////////////////////////////
  193. //Timers
  194. if not timerexists 'consecratetimer'
  195. createtimer 'consecratetimer'
  196. settimer 'consecratetimer' 0
  197. endif
  198. if not timerexists 'discotimer'
  199. createtimer 'discotimer'
  200. settimer 'discotimer' 0
  201. endif
  202. if not timerexists 'bandagetimer'
  203. createtimer 'bandagetimer'
  204. settimer 'bandagetimer' 0
  205. endif
  206. if not timerexists 'abilitytimer'
  207. createtimer 'abilitytimer'
  208. settimer 'abilitytimer' 0
  209. endif
  210. if not timerexists 'cursetimer'
  211. createtimer 'cursetimer'
  212. settimer 'cursetimer' 0
  213. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement