Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. 1. Go to your Macro Settings(Where you can edit your keys)
  2. 2. Go the Events Tab(Could be named "Macro Bindings: Events" or something along that)
  3. 3. Click on "onItemDurabilityChange"
  4. 4. Click Edit File under Actions
  5. 5. Create a new file with any name
  6. 6. Paste in the text into the file
  7. $${
  8. IF(DURABILITY <50);
  9. DO(1);
  10. ECHO("/fix all");
  11. LOOP();
  12. ENDIF;
  13. }$$
  14. 7. Click Save
  15. 8. Type in $$<"The Name of the File you created".txt>
  16. 9. Click Save and you're done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement