-
Notifications
You must be signed in to change notification settings - Fork 16
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
Prefix's being wiped/replaced when switching worlds. #32
Comments
Is this a consistent issue? Is there a way to reproduce this consistently? |
Yes it is a consistent issue and is reproducible. |
Could you give a concise set of steps to reproduce this issue exactly? |
Sure.
Note: If the Non-SSC characters slot has no prefix or that space is empty, then when the bug occurs it will set the SSC characters prefix to nothing. An example is with accessories. If the Non-SSC character has no accessories but the SSC one does with prefixes, then when the bug occurs it will wipe the SSC characters accessory prefixes. |
I did a bunch of swapping and got it to happen about twice, after applying the change from prefixissue branch I couldn't get it to happen again. However, it is to be noted that it has been reported the change doesn't fix all issues related to prefixes. Someone said on their server they still had some issue with prefixes changing. The only questionable thing is how this happens in the first place. All dimensions does is send the player's inventory to the server in the normal place when joining as well as restore the inventory of the player when world info is received in the joining process. So it seems there must be something that happens between the client and terraria server that causes this which dimensions doesn't do itself. I put up a release that has the prefixissue change: here |
Unfortunately players are still reporting that their prefixes are getting wiped :( but it seems much less common. Hmm |
Every 5 or 6 times a player switches dimensions their inventory prefix's will be replaced with their single player varients.
For example, on my SSC character I had a godly xeno popper and accessories with defence/dmg prefix's. On my non ssc character(Which I don't use) it has only the starter items with a tiny copper shortsword. After a few dimension changes, my SSC character has a tiny xeno popper and no prefix's on anything else.
Currently using version 4.12 but this issue also happened on 4.11
The text was updated successfully, but these errors were encountered: