pickupitems.txt
上传用户:market2
上传日期:2018-11-18
资源大小:18786k
文件大小:0k
源码类别:

外挂编程

开发平台:

Windows_Unix

  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
  11. # by default.
  12. all 1
  13. jellopy 0
  14. fluff 0