Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # Tell Kore to pickup (or not to pickup) certain items.
  2. # Format: <item name> <flag>
  3. # <item name> - name of item (not case sensitive)
  4. # <flag> - -1 to drop the item when it appears in inventory
  5. # (useful for Rogues with auto-steal),
  6. # 0 to not pick up the item,
  7. # 1 to pickup the item,
  8. # 2 to take the item as fast as it can
  9. #
  10. #Use the item name "all" to tell kore to pickup or not pickup all items by default
  11.  
  12. all 0
  13. jellopy 0
  14. fluff 0
  15. pata de urso 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement