
Originally Posted by
runesource13
well for a allotments, when u use it the seeds always die, trees are glitched like sometimes it wont let u use the patch for like 5 hours , and it sometimes doesnt save when logging out, its kinda glitchy overall. also simetimes when u grow anythiun , it might just become weeded even when its fully grown
To fix the allotments:
Search for "farmingState[index] = 2;" in Allotments.java
Replace with:
Code:
if (Misc.random(100) <= maxChance) {
farmingState[index] = 2;
}