Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ////////////////////////////
- //Title: Macro for training Begging on UOEvolution
- //Author: Maelune
- //
- //Requirements: Positive Karma
- // Character should be naked
- //
- //Instructions: Stand so that you are within 2 tiles of as many vendors
- //as possible. Hit the 'Play' button.
- //
- //Notes: This mod was tested at the Trinsic VM. Any VM should™ work.
- // If you are not gaining skill, try dismounting, emptying your inventory,
- // or moving to a new location.
- ////////////////////////////
- //For each vendor, discord once then ignore. Clear list when finished
- while skill 'begging' < 100
- while @findtype 0x191 'any' 'ground' 'any' '2' or @findtype 0x190 'any' 'ground' 'any' '2'
- if not @property 'shop name' 'found'
- ignoreobject 'found'
- else
- useskill 'begging'
- waitfortarget 3000
- target! 'found'
- ignoreobject 'found'
- pause 13000
- endif
- endwhile
- clearignorelist
- endwhile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement