forked from 2009Scape/Server
Updating mining levels for mithril, adamant, and rune to 50, 60, 70.
This commit is contained in:
parent
62dc8bc324
commit
cc6f33ab7e
1 changed files with 3 additions and 3 deletions
|
|
@ -522,21 +522,21 @@ public enum MiningNode{
|
|||
experience = 80.0;
|
||||
rate = 0.70;
|
||||
reward = 447;
|
||||
level = 55;
|
||||
level = 50;
|
||||
break;
|
||||
case 11:
|
||||
respawnRate = 400 | 800 << 16;
|
||||
experience = 95.0;
|
||||
rate = 0.85;
|
||||
reward = 449;
|
||||
level = 70;
|
||||
level = 60;
|
||||
break;
|
||||
case 12:
|
||||
respawnRate = 1250 | 2500 << 16;
|
||||
experience = 125.0;
|
||||
rate = 0.95;
|
||||
reward = 451;
|
||||
level = 85;
|
||||
level = 70;
|
||||
break;
|
||||
case 13:
|
||||
respawnRate = 166 | 175 << 16;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue