-
-
Notifications
You must be signed in to change notification settings - Fork 647
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
improve: Outfit(addons) & Mounts database changes #2404
base: main
Are you sure you want to change the base?
improve: Outfit(addons) & Mounts database changes #2404
Conversation
Will this fix that bug where the GOD is wearing exclusive outfits(GM Outfits) that can't have mount and you select Change Outfit and it crashes the client? Someone made an issue but I don't get it well. |
These outfits have been removed as they are discontinued. |
it is not possible in any customer that the GOD/GM has a mount. it is not designed for that. |
Not sure how works here of if it's possible to add a try catch option to AVOID the debug. Back in time during the Panfestival you were able to wear GM outfit being player and of course client didn't crash with mount option. |
Mmm I see your point, but I think that's only for event occasions, I don't think you give everyone access to GM's outfits. |
We have a problem with this pull request; many sites use this form of storage to fetch mounts and outfits, if I'm not mistaken. Have you checked how this will be affected? |
I looked in the most used AAC:
none of them pull the outfits from the storage table binary |
Is this PR ready for testing? |
yes |
This PR is stale because it has been open 45 days with no activity. |
We are moving Outfits(addons) & Mounts from storagevalues into their own respective database tables.
Increased the mount id size from
uint8_t
touint16_t
as we already reached 200 mounts and we are soon hitting a wall.Credits: @EvilHero90