Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forestry update #6314

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Forestry update #6314

wants to merge 5 commits into from

Conversation

Arodab
Copy link
Contributor

@Arodab Arodab commented Feb 5, 2025

Description:

Forestry was updated once again in osrs.

Changes:

-Forestry Event spawn chance has been increased by 20% on all trees.
-Drop rates for the Golden Pheasant Egg, Fox Whistle and Petal Garland have been adjusted to 1 in 30 from their respective events.
-The Golden Pheasant Egg and Fox Whistle can now be purchased from for Forestry Shop for 75,000 Anima Bark a piece.

Other checks:

  • I have tested all my changes thoroughly.

@@ -111,7 +108,7 @@ async function handleForestry({ user, duration, loot }: { user: MUser; duration:
if (percentChance(50)) {
loot.add('Pheasant tail feathers');
}
if (roll(eggChance)) {
if (roll(900)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes look good, but i think this should be 1/30 aswell and taken out of the eventInteraction loop. I believe its 1/30 per event not per egg anymore. Thats how its worded on the blog/wiki atleast would need to test ingame to confirm.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is per egg, I got it yesterday in osrs on my 2nd egg before the event ended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants