Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. [Waypoints]
  2. N 6033 4028 7 exp
  3. N 6018 4022 7
  4. N 6014 4011 7
  5. N 6021 4004 7
  6. N 6041 4005 7
  7. N 6051 4009 7
  8. N 6050 4022 7
  9. N 6043 4027 7
  10. N 6034 4028 7
  11. A 6034 4028 7
  12.  
  13. if [$killed < 1002] gotolabel exp
  14. if [$killed >= 1002] gotolabel refil
  15.  
  16.  
  17.  
  18. N 6037 4030 7 refil
  19. N 6037 4032 7
  20. S 6036 4032 7
  21. N 6036 4047 6
  22. N 6035 4056 6
  23. S 6035 4057 6
  24. N 6031 4065 7
  25. S 6030 4065 7
  26. A 6029 4065 6
  27.  
  28. wait 300
  29. say hi
  30. wait 300
  31. npcsay konoha gakure
  32.  
  33.  
  34.  
  35. N 2919 1396 7
  36. A 2919 1396 7
  37.  
  38. wait 300
  39. say hi
  40. wait 300
  41. npcsay raptors
  42. wait 300
  43. npcsay raptors
  44. set $killed 0
  45.  
  46.  
  47.  
  48. N 2916 1401 7
  49. N 2911 1409 7
  50. N 2905 1413 7
  51. N 2911 1420 7
  52. S 2911 1421 7
  53. A 2911 1420 6
  54.  
  55. wait 300
  56. say hi
  57. wait 300
  58. npcsay unknown island
  59.  
  60.  
  61.  
  62. N 6029 4065 6
  63. S 6030 4065 6
  64. N 6034 4061 7
  65. N 6035 4058 7
  66. S 6035 4057 7
  67. N 6035 4051 6
  68. N 6035 4038 6
  69. N 6035 4032 6
  70. S 6036 4032 6
  71. A 6038 4031 7
  72.  
  73. set $killed 0
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80. [CavebotOptions]
  81. Rope: Rope
  82. Shovel: Shovel
  83. SkipNearbyNodes: 0
  84. OpenNextBp: no
  85. LootNearbyTargets: no
  86. LootDistantTargets: no
  87.  
  88. [Alerts]
  89. PlayerOnScreen:
  90. GmDetected: S
  91. PlayerAttacking: S
  92. DefaultMessage: S
  93. PrivateMessage: S
  94. Disconnected: S
  95.  
  96. [CavebotHotkeys]
  97. auto 100 listas '$monstername killed: $killed' | set $monstername 'raptor' | foreach 'newmessages' $msg if [$msg.content ? 'Loot of a $monstername' && $msg.isinfo] inc $killed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement