Advertisement
Guest User

Untitled

a guest
Apr 18th, 2011
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.46 KB | None | 0 0
  1. # Mining drop information
  2. #
  3. # Format:
  4. #   itemid = chance,levelreq,exp
  5. #
  6. # Example:
  7. #  10 = 95,0,50
  8. #
  9. # Creates a mining drop that will mine item 10 if you have a level 0 mining level and you
  10. # have a 95% chance to mine it that will reward you 50 mining experience.
  11. #
  12. # It is recommended to create a new file and change the config to point at it
  13. # rather than editing this file.
  14. #
  15.  
  16. MiningWeapon = 21
  17.  
  18. 488 = 50,0,50
  19. 496 = 25,10,100
  20. 489 = 10,30,1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement