Advertisement
Maespark

Training - Discordance

May 1st, 2019
639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. ////////////////////////////
  2. //Title: Macro for training Discordance on UOEvolution
  3. //Author: Maelune
  4. //
  5. //Requirements: Many charges of instruments.
  6. // Hiding skill at 100+
  7. // Musicianship skill at 100+
  8. //
  9. //Instructions: Stand so that you are within 8 tiles of as many vendors
  10. //as possible. Check the "Loop" box in UOSteam. Hit 'Play'.
  11. //
  12. //Notes: This mod is setup to be used at a player VM. The more player vendors, //the better.
  13. // Player VMs will only get you into the low 50s in Discordance. Investigations into
  14. // methods of getting max Discordance without finding animals and locking them away
  15. // is ongoing.
  16. ////////////////////////////
  17. //For each vendor, discord once then ignore. Clear list when finished
  18. while @findtype 0x191 'any' 'ground' 'any' '8' or @findtype 0x190 'any' 'ground' 'any' '8'
  19. if not @property 'shop name' 'found'
  20. ignoreobject 'found'
  21. else
  22. useskill 'Discordance'
  23. if @injournal 'instrument shall you'
  24. @targettype! 0xeb1 'any' 'backpack'
  25. @targettype! 0xeb2 'any' 'backpack'
  26. @targettype! 0xeb3 'any' 'backpack'
  27. @targettype! 0xebc 'any' 'backpack'
  28. @targettype! 0xebd 'any' 'backpack'
  29. @targettype! 0xebe 'any' 'backpack'
  30. @targettype! 0x2805 'any' 'backpack'
  31. clearjournal
  32. endif
  33. if @injournal 'the target for your'
  34. pause 200
  35. target! 'found'
  36. if @injournal 'creature is already'
  37. ignoreobject 'found'
  38. clearjournal
  39. pause 150
  40. else
  41. //ignoreobject 'found'
  42. endif
  43. if @injournal 'You play'
  44. ignoreobject 'found'
  45. pause 13000
  46. clearjournal
  47. elseif @injournal 'You attempt'
  48. pause 13000
  49. clearjournal
  50. endif
  51. endif
  52. endif
  53. endwhile
  54. while not hidden 'self'
  55. useskill 'hiding'
  56. endwhile
  57. pause 20000
  58. clearignorelist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement