Hey im using 55i and im only able to mine ORE, how to fix this? i didnt changed anything, i have everything by default @sphere_item_ore:
http://pastebin.com/bMvLGNtQ
Even at 100 mining i still getting only Iron ore.
Thanks.

Btw is there a working resisting spells for 55i? a simple one:
Like at 100 resisting 30% chance to take less damage from spells, also a chance to resist in nox/curses
check sphere_region.scp and increase bronze gold copper etc. ore's resource amounts.
Code:
[REGIONTYPE r_default_rock t_rock]
// Random rocks
//RESOURCES=100.0 mr_nothing
RESOURCES=500.0 mr_iron
RESOURCES=500.0 mr_rusty
RESOURCES=500.0 mr_old_copper
RESOURCES=450.0 mr_dull_copper
RESOURCES=450.0 mr_bronze
RESOURCES=450.0 mr_copper
RESOURCES=250.0 mr_gold
RESOURCES=250.0 mr_rose
RESOURCES=150.0 mr_agapite
RESOURCES=150.0 mr_silver
RESOURCES=100.0 mr_verite
RESOURCES=100.0 mr_Valorite
RESOURCES=50.0 mr_mytheril
RESOURCES=50.0 mr_blackrock
RESOURCES=50.0 mr_bloodrock
//RESOURCES=0.1 mr_diamond
i fixed it, thank you both