Advertisement
Guest User

upss

a guest
Feb 1st, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. if @findtype 0xeed 'any' 'backpack'
  2. movetypeoffset 0xeed 'backpack' '0x40746f48'
  3. pause 600
  4. endif
  5. if @findtype 0x99f 'any' 'backpack'
  6. movetypeoffset 0x99f 'backpack' '0x40746f48'
  7. pause 600
  8. endif
  9. if @findtype 0x14ec 'any' 'backpack'
  10. movetypeoffset 0x14ec 'backpack' '0x40746f48'
  11. pause 600
  12. endif
  13. if @findtype 0xdca 'any' 'backpack'
  14. movetypeoffset 0xdca 'backpack' '0x40746f48'
  15. pause 600
  16. endif
  17. if @findtype 0x170d 'any' 'backpack'
  18. movetypeoffset 0x170d 'backpack' '0x40746f48'
  19. pause 600
  20. endif
  21. if @findtype 0x170b 'any' 'backpack'
  22. movetypeoffset 0x170b 'backpack' '0x40746f48'
  23. pause 600
  24. endif
  25. if @findtype 0x1711 'any' 'backpack'
  26. movetypeoffset 0x1711 'backpack' '0x40746f48'
  27. pause 600
  28. endif
  29. if @findtype 0x170f 'any' 'backpack'
  30. movetypeoffset 0x170f 'backpack' '0x40746f48'
  31. pause 600
  32. endif
  33. if not @listexists 'xaxis'
  34. @createlist 'xaxis'
  35. @pushlist 'xaxis' 3
  36. @pushlist 'xaxis' -3
  37. endif
  38. if not @listexists 'yaxis'
  39. @createlist 'yaxis'
  40. @pushlist 'yaxis' 3
  41. @pushlist 'yaxis' -3
  42. endif
  43. if not listexists 'fish'
  44. createlist 'fish'
  45. @pushlist 'fish' '0x9ce'
  46. @pushlist 'fish'' 0x9cf'
  47. @pushlist 'fish' '0x9cc'
  48. @pushlist 'fish' '0x9cd'
  49. endif
  50. if not @findobject 'weapon'
  51. promptalias 'weapon'
  52. endif
  53. if not @findobject 'lefthand'
  54. equipitem 'weapon' 2
  55. endif
  56. if not @findobject 'pole' and @findtype 0xdc0 'any' 'self'
  57. setalias 'pole' 'found'
  58. endif
  59. for 0 to 'xaxis'
  60. for 0 to 'yaxis'
  61. while not @injournal 'biting' 'system'
  62. @canceltarget
  63. @useobject 'pole'
  64. waitfortarget 2000
  65. targettileoffset! 'xaxis[]' 'yaxis[]' 0
  66. pause 500
  67. if not @injournal 'biting' 'system'
  68. pause 7750
  69. endif
  70. if @injournal 'mess' 'system'
  71. clearjournal
  72. @usetype! 0xdd6
  73. pause 1000
  74. @usetype! 0xdd6
  75. pause 1000
  76. endif
  77. if @injournal 'closer' 'system'
  78. clearjournal
  79. resync
  80. endif
  81. //fishing cleanup
  82. if weight >= 250
  83. for 0 to 'fish'
  84. while @findtype fish[] 'any' 'backpack'
  85. usetype! 0xf52
  86. waitfortarget 1000
  87. target! 'found'
  88. pause 600
  89. endwhile
  90. endfor
  91. // adds to fishsteak pile on floor
  92. if @findtype 0xeed 'any' 'backpack'
  93. movetypeoffset 0xeed 'backpack' '0x40746f48'
  94. pause 600
  95. endif
  96. if @findtype 0x99f 'any' 'backpack'
  97. movetypeoffset 0x99f 'backpack' '0x40746f48'
  98. pause 600
  99. endif
  100. if @findtype 0x97a 'any' 'ground' 'any' 2
  101. movetypeoffset 0x97a 'backpack' '0x40746f48'
  102. pause 600
  103. else
  104. //starts fishsteak pile on floor if doesnt exist
  105. movetypeoffset 0x97a 'backpack' '0x40746f48'
  106. pause 600
  107. endif
  108. if @findtype 0x170d 'any' 'backpack'
  109. movetypeoffset 0x170d 'backpack' '0x40746f48'
  110. pause 600
  111. endif
  112. if @findtype 0x170b 'any' 'backpack'
  113. movetypeoffset 0x170b 'backpack' '0x40746f48'
  114. pause 600
  115. endif
  116. if @findtype 0x1711 'any' 'backpack'
  117. movetypeoffset 0x1711 'backpack' '0x40746f48'
  118. pause 600
  119. endif
  120. if @findtype 0x170f 'any' 'backpack'
  121. movetypeoffset 0x170f 'backpack' '0x40746f48'
  122. pause 600
  123. endif
  124. endif
  125. //end fishing cleanup
  126. while diffhits > 20 and not dead
  127. if hits < 75
  128. autotargetself
  129. bandageself
  130. pause 4000
  131. if not @findobject 'any' 'any' 'lefthand'
  132. equipitem 'weapon' 2
  133. if @inrange 'enemy' 10
  134. attack 'enemy'
  135. endif
  136. endif
  137. endif
  138. if hits < 45
  139. autotargetself
  140. bigheal
  141. pause 4000
  142. if not @findobject 'any' 'any' 'lefthand'
  143. equipitem 'weapon' 2
  144. if @inrange 'enemy' 10
  145. attack 'enemy'
  146. endif
  147. endif
  148. endif
  149. endwhile
  150. getenemy 'gray' 'murderer' 'criminal' 'closest'
  151. if @inrange 'enemy' 10
  152. @autotargetenemy
  153. attack 'enemy'
  154. endif
  155. endwhile
  156. clearjournal
  157. endfor
  158. clearjournal
  159. endfor
  160. msg 'forward'
  161. pause 2000
  162. msg 'stop'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement