Advertisement
Dabomstew

Dry Underflow Steps

Jan 27th, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Requirements:
  2. 2 tossable items without 255 quantity
  3. 1 tossable item with 255 quantity
  4. NO KEY ITEMS IN INVENTORY
  5.  
  6. Method:
  7. Order items so that your 2 tossable items are in slots 1 and 2 and 255 item is in slot 3
  8. Toss everything below the 255 item
  9. Toss the top two items so you have 3 255 items
  10. Swap items 1 and 2 and slot 2 will become 99 (x5, 99, 255)
  11. Toss all but one of item 1 (1, 99, 255)
  12. Swap item 2 and 1 (99, 1, 255) (YOU MUST SWAP 2 with 1 NOT 1 with 2, THIS IS THE ONLY PART YOU MIGHT SCREW UP)
  13. Toss all but one of item 1 again (1, 1, 255)
  14. Swap item 1 and 2 (2, 255)
  15. Swap item 1 and 2 again
  16.  
  17. UNDERFLOW ACHIEVED!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement