Pastebin

New pastes are no longer accepted · Stats

Latest Pastes

mining.ini

# Mining drop information
# 
# Format:
#   itemid = chance,levelreq,exp
#
# Example:
#  10 = 95,0,50
#
# Creates a mining drop that will mine item 10 if you have a level 0 mining level and you
# have a 95% chance to mine it that will reward you 50 mining experience.
#
# It is recommended to create a new file and change the config to point at it
# rather than editing this file.
#

MiningWeapon = 32

# Rock
638 = 75,0,50
# Copper Ore
633 = 50,5,100
# Iron Ore
636 = 45,10,200
# Ice Ore
635 = 35,15,300
# Lava Ore
637 = 35,15,300
# Silver Ore
639 = 25,20,500
# Gold Ore
634 = 10,25,1000