Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. $${
  2. IF((%BOOTSDURABILITY%<50)&&(%BOOTSDURABILITY%>0));PRESS(e);WAIT(1);SLOTCLICK(8,LMOUSE,true);WAIT(1);PRESS(e); ENDIF;
  3. IF((%LEGGINGSDURABILITY%<50)&&(%LEGGINGSDURABILITY%>0));PRESS(e);WAIT(1);SLOTCLICK(7,LMOUSE,true);WAIT(1);PRESS(e); ENDIF;
  4. IF((%CHESTPLATEDURABILITY%<50)&&(%CHESTPLATEDURABILITY%>0));PRESS(e);WAIT(1);SLOTCLICK(6,LMOUSE,true);WAIT(1);PRESS(e); ENDIF;
  5. IF((%HELMDURABILITY%<50)&&(%HELMDURABILITY%>0));PRESS(e);WAIT(1);SLOTCLICK(5,LMOUSE,true);WAIT(1);PRESS(e);ENDIF;
  6. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement