Advertisement
Guest User

Untitled

a guest
Sep 5th, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. set %kamienie FVF_RVF_HVF_EVF_BVF_VUF_OVF_MWF_GVF
  2. start:
  3. onhotkey F4
  4. gosub skora
  5. goto start
  6.  
  7. sub skora
  8. ignoreitem reset
  9. finditem KAG C
  10. if #findkind = 0
  11. set %nozyczki #findid
  12. else
  13. {
  14. event sysmessage %Prefix Nie masz nozyczek!
  15. wait 10
  16. return
  17. }
  18. ciala:
  19. finditem YFM G_1
  20. if #findkind = 1
  21. {
  22. event property #findid
  23. if kamienn notin #property && ognist notin #property && eakkium notin #property && ogar notin #property
  24. {
  25. ignoreitem #findid
  26. goto ciala
  27. }
  28. set #lobjectid %nozyczki
  29. event macro 17
  30. target
  31. set #ltargetid #findid
  32. set #ltargetkind 1
  33. event macro 22
  34. wait 10
  35. goto ciala
  36. }
  37. yoink:
  38. finditem EEG_ZLF_POF_VLK_ , %kamienie G_1
  39. if #findkind = 1
  40. {
  41. ignoreitem #findid
  42. if ( #findtype = EEG && ( #findcol = 999 || #findcol = 1645 ) ) || #findtype = ZLF || #findtype = POF || #findtype = VLK || #findtype in %kamienie
  43. {
  44. exevent drag #findid #findstack
  45. exevent dropc #backpackid
  46. }
  47. wait 2
  48. goto yoink
  49. }
  50. event sysmessage %Prefix Skonczyles zbierac.
  51. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement