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

Items Dissapearing immediately when dropped #1084

Closed
Warloxx01 opened this issue Oct 31, 2018 · 3 comments
Closed

Items Dissapearing immediately when dropped #1084

Warloxx01 opened this issue Oct 31, 2018 · 3 comments
Assignees

Comments

@Warloxx01
Copy link

Bug Report or Feature Request (mark with an x)

- [x ] bug report -> please search issues before submitting
- [ ] feature request

Repro steps.

Ok I noticed this issue when starting a new "Player" Character for testing.

1)Drop item, Logout
2) Log back in, pick up item.
3) Log out/Log in Drop item (item disappears immediately)

The log given by the failure.

Desired functionality.

Mention any other details that might be useful.

@Mag-nus
Copy link
Member

Mag-nus commented Oct 31, 2018

I can duplicate this.

During this test, I created 2 items of the same wcid. I left one in my inventory the whole time and the other i used for your scenario.

When the item gets dropped, the player will still have it selected, so you can just hit the R key and the player will pick it back up (even when it's invisible).

When the item is invisible, it is also invisible to any observers.

If you pick the item back up in your inventory, and then id it. You can then use /propertydump to see its properties. Id the other item that has been in your pack the whole time and do a /propertydump. You'll see that all the important properties are the same.

Note: /propertydump will spit out the properties for the last item you've identified.

I didn't have time to propertydump the items while htey were both on the landblock (both the visible and non-visible ones). That will be the next step that may provide more clues.

@Mag-nus
Copy link
Member

Mag-nus commented Dec 6, 2018

Some notes:

The sequence is as follows.

  • Bob and Kathy log in. Bob drops an item. They both see it.
  • Bob logs out. Bog logs in, picks up the item, logs out. Kathy sees it dissapear.
  • Bob logs in, drops the item. Neither Bob nor Kathy can see it, but Bob still has it selected and can pick the item back up. It's right at his feet. It appears back in his inventory like normal.
  • Bob drops the item again. This time both Bob and Kathy can see it just fine.

When in the invisible item state:

  • If the observers log out and back in, they still cannot see it.
  • If the server is shut down properly and restarted, observers can see it sitting on the landblock just fine.

@Mag-nus
Copy link
Member

Mag-nus commented Dec 6, 2018

Some commands that may help track this down:
/knownobjs
/visibleobjs
/destructionqueue

Try to duplicate the scenario in a very empty landblock and use the above commands.

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

No branches or pull requests

3 participants