mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
@mediabi3 (#8)
This commit is contained in:
@@ -265,13 +265,10 @@ public class Woodcutting {
|
||||
if (player.isWoodcutting) {
|
||||
birdNests(player);
|
||||
}
|
||||
if (player.isWoodcutting && player.tutorialProgress >= 36 && player.treeSpiritSpawned == false && Misc.random(300) == 10) {
|
||||
AntiBotting.botCheckInterface(player);
|
||||
}
|
||||
if (player.isWoodcutting && player.tutorialProgress >= 36 && player.treeSpiritSpawned == false) {
|
||||
RandomEventHandler.addRandom(player);
|
||||
}
|
||||
if (player.isWoodcutting && Misc.random(350) == 69 && player.tutorialProgress >= 36) {
|
||||
if (player.isWoodcutting && Misc.random(350) == 69 && player.tutorialProgress >= 36 && player.randomToggle) {
|
||||
TreeSpirit.spawnTreeSpirit(player);
|
||||
}
|
||||
if (player.playerIsFletching || player.isFiremaking) {
|
||||
|
||||
Reference in New Issue
Block a user