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