Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. set %twojmount IXRC ; ZMIENIC !!! zamien w tym miejscu na id twojego mounta
  2. set #lpc 2000
  3. set %follow 0
  4. SET %BACKPACKID #BACKPACKID KTBGMMD
  5.  
  6. start:
  7. FINDITEM %twojmount G
  8. if #findkind = 1
  9. {
  10. if #SCNT2 >= %follow
  11. {
  12. set %follow #SCNT2 + 8
  13. event Macro 1 0 all follow me
  14. wait 15
  15. }
  16. findItem IXRC_ G_2 ; zamien w tym miejscu KNMC na id twojego mounta
  17. if #findkind <> -1
  18. {
  19. set #LOBJECTID #FINDID
  20. event Macro 17 0
  21.  
  22. findItem IXRC_ G ; zamien w tym miejscu KNMC na id twojego mounta
  23. if #findkind <> -1
  24. {
  25. goto start
  26. }
  27. set %mounted 1
  28. goto start
  29. }
  30. goto start
  31. }
  32. set %mounted 1
  33. goto start
  34.  
  35. goto automount
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement