Advertisement
Maespark

Trainer - Begging

Jan 27th, 2018
846
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. ////////////////////////////
  2. //Title: Macro for training Begging on UOEvolution
  3. //Author: Maelune
  4. //
  5. //Requirements: Positive Karma
  6. // Character should be naked
  7. //
  8. //Instructions: Stand so that you are within 2 tiles of as many vendors
  9. //as possible. Hit the 'Play' button.
  10. //
  11. //Notes: This mod was tested at the Trinsic VM. Any VM should™ work.
  12. // If you are not gaining skill, try dismounting, emptying your inventory,
  13. // or moving to a new location.
  14. ////////////////////////////
  15. //For each vendor, discord once then ignore. Clear list when finished
  16. while skill 'begging' < 100
  17. while @findtype 0x191 'any' 'ground' 'any' '2' or @findtype 0x190 'any' 'ground' 'any' '2'
  18. if not @property 'shop name' 'found'
  19. ignoreobject 'found'
  20. else
  21. useskill 'begging'
  22. waitfortarget 3000
  23. target! 'found'
  24. ignoreobject 'found'
  25. pause 13000
  26. endif
  27. endwhile
  28. clearignorelist
  29. endwhile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement