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

objects: add BUGFIX for OperateSlainHero #2297

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mewmew
Copy link
Contributor

@mewmew mewmew commented Nov 29, 2024

The sendmsg parameter is unused in OperateSlainHero, but it should be used in each item creation function to sync the item creation to connected peers.

Compare the OperateSlainHero function to all other OperateFoo functions which take a sendmsg parameter, only OperateSlainHero ignores this parameter. All
other functions use it to sync item generation.

The sendmsg parameter is unused in OperateSlainHero,
but it should be used in each item creation function
to sync the item creation to connected peers.

Compare the OperateSlainHero function to all other
OperateFoo functions which take a sendmsg parameter,
only OperateSlainHero ignores this parameter. All
other functions use it to sync item generation.
@StephenCWills
Copy link
Member

There is a decent chance that, had this quest been available in MP, he could have been made to drop a different item for each player.

@AJenbo
Copy link
Member

AJenbo commented Nov 29, 2024

Lot's of bugs around unsynchronized Quest events, probably why they left them disabled despite initially promising they would be functional by release

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.

3 participants