Advertisement
Dalkena

Solo Fishing

Sep 18th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. /fishing
  2. @removelist 'fishtypes'
  3. createlist 'fishtypes'
  4. pushlist 'fishtypes' 0x9cc
  5. pushlist 'fishtypes' 0x9cf
  6. pushlist 'fishtypes' 0x9cd
  7. pushlist 'fishtypes' 0x9ce
  8. //
  9. if not timerexists 'fishing'
  10. createtimer 'fishing'
  11. settimer 'fishing' 9000
  12. endif
  13. clearjournal
  14. //
  15. while not dead 'self'
  16. for 0 to 'fishtypes'
  17. while @findtype fishtypes[] 'any' 'backpack' '1' '1'
  18. @usetype '0xf52' 'any' 'backpack' 1
  19. waitfortarget 1000
  20. @Target! 'found'
  21. pause 600
  22. endwhile
  23. endfor
  24. if @findtype '0x96' 'any' 'ground' '1' '15'
  25. attack! 'found'
  26. warmode 'on'
  27. warmode 'off'
  28. endif
  29. if @injournal 'look like a fish' 'system'
  30. @clearjournal
  31. playsound f_hey.wav
  32. endif
  33. if @injournal 'That container' 'system'
  34. msg '[e scream'
  35. headmsg 'Damn, I be full of Fish' '1888'
  36. clearjournal
  37. endif
  38. if weight > 300
  39. movetype 0x97a 'Backpack' 0x4273dee4
  40. endif
  41. pause 1000
  42. while followers < 4
  43. cast 'summon daemon'
  44. pause 5000
  45. msg 'all guard'
  46. endwhile
  47. if not hidden
  48. useskill 'hiding'
  49. endif
  50. @cleartargetqueue
  51. @canceltarget
  52. if timer 'fishing' >= 9000
  53. usetype! 0xdbf
  54. waitfortarget 3000
  55. //
  56. targettileoffset! '3' '0' '-3'
  57. pause 650
  58. settimer 'fishing' 0
  59. endif
  60. if @injournal 'biting here' 'system'
  61. @clearjournal
  62. settimer 'fishing' 9000
  63. msg 'right one'
  64. pause 650
  65. else
  66. pause 9000
  67. msg 'Scan the Horizons'
  68. pause 650
  69. endif
  70. //
  71. endwhile
  72. RAW Paste Data
  73. //fishing
  74. @removelist 'fishtypes'
  75. createlist 'fishtypes'
  76. pushlist 'fishtypes' 0x9cc
  77. pushlist 'fishtypes' 0x9cf
  78. pushlist 'fishtypes' 0x9cd
  79. pushlist 'fishtypes' 0x9ce
  80. //
  81. if not timerexists 'fishing'
  82. createtimer 'fishing'
  83. settimer 'fishing' 9000
  84. endif
  85. clearjournal
  86. //
  87. while not dead 'self'
  88. for 0 to 'fishtypes'
  89. while @findtype fishtypes[] 'any' 'backpack' '1' '1'
  90. @usetype '0xf52' 'any' 'backpack' 1
  91. waitfortarget 1000
  92. @Target! 'found'
  93. pause 600
  94. endwhile
  95. endfor
  96. if @findtype '0x96' 'any' 'ground' '1' '15'
  97. attack! 'found'
  98. warmode 'on'
  99. warmode 'off'
  100. endif
  101. if @injournal 'look like a fish' 'system'
  102. @clearjournal
  103. playsound f_hey.wav
  104. endif
  105. if @injournal 'That container' 'system'
  106. msg '[e scream'
  107. headmsg 'Damn, I be full of Fish' '1888'
  108. clearjournal
  109. endif
  110. if weight > 300
  111. movetype 0x97a 'Backpack' 0x4273dee4
  112. endif
  113. pause 1000
  114. while followers < 4
  115. cast 'summon daemon'
  116. pause 5000
  117. msg 'all guard'
  118. endwhile
  119. if not hidden
  120. useskill 'hiding'
  121. endif
  122. @cleartargetqueue
  123. @canceltarget
  124. if timer 'fishing' >= 9000
  125. usetype! 0xdbf
  126. waitfortarget 3000
  127. //
  128. targettileoffset! '3' '0' '-3'
  129. pause 650
  130. settimer 'fishing' 0
  131. endif
  132. if @injournal 'biting here' 'system'
  133. @clearjournal
  134. settimer 'fishing' 9000
  135. msg 'right one'
  136. pause 650
  137. else
  138. pause 9000
  139. msg 'Scan the Horizons'
  140. pause 650
  141. endif
  142. //
  143. endwhile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement