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

[Loot] Remove unnecessary loot error messages. #2261

Merged
merged 4 commits into from Jun 12, 2022

Conversation

Kinglykrab
Copy link
Contributor

  • These messages are only sent when you loot a corpse that is mid-decay (i.e. no items and you go to loot it immediately) or if you try to loot a non-corpse entity.
  • The ent != 0 shows up a lot if you're trying to loot too quickly and really isn't an error, the server just hasn't caught up to decay the corpse before you try to loot.
  • Add LootItem_Struct to give more verbosity to Handle_OP_LootItem.

These messages are only sent when you loot a corpse that is mid-decay (i.e. no items and you go to loot it immediately) or if you try to loot a non-corpse entity.
The ent != 0 shows up a lot if you're trying to loot too quickly and really isn't an error, the server just hasn't caught up to decay the corpse before you try to loot.
zone/client_packet.cpp Outdated Show resolved Hide resolved
@Kinglykrab Kinglykrab merged commit be00aa1 into master Jun 12, 2022
@Kinglykrab Kinglykrab deleted the loot/invalid_ent_message branch June 12, 2022 22:44
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.

None yet

2 participants