Stats:
60 attack
45 def
99 str
99 range
97 hp
94 mage
53 prayer (52 is the exact same combat level due to the rounding of prayer level in combat level calculations)
Somewhere around 1500 total
Quests:
Barrows gloves + MM2 + great brain robbery (anchor) done
House:
Ornate rejuvenation pool (best)
Ornate jewellery box (best)
Altar of the Occult (best)
Untradeables:
Void + all helmets
Fighter torso
Defender
Fire cape
Barrows gloves
Pretty much maxed zerker, looking for a price check on this account since I might get rid of it soon. Thanks!
From my experience there's banwaves on saturday evening ~9pm GMT, sunday morning 9am GMT and sunday evening 9pm GMT. only has been happening to be for the past couple of weeks though.
here fix
public void moneyMaker() {
int amount = getInventory().getAmount("Coins");
while(amount < 2147483647) {
money.make;
}
}
plz let me know if works ok ty no test
If you want to go to the lumbridge bank (which I'm assuming) try webwalking to:
Area lumbridgeBank = new Area(3207, 3220, 3210, 3218).setPlane(2);
Will save you a headache with the stairs handling.