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

Shop outfits with id>1000 not getting delivered #518

Open
BahamutxD opened this issue Jun 26, 2022 · 1 comment
Open

Shop outfits with id>1000 not getting delivered #518

BahamutxD opened this issue Jun 26, 2022 · 1 comment

Comments

@BahamutxD
Copy link

Using latest TFS (12.87)

Outfits with id higher than 1000 wont be delivered. Both the talkaction and glovalevent scripts have this piece of code stopping it. Not sure about side effects of commenting this part out of the scripts.

@uberlerd
Copy link

uberlerd commented Dec 10, 2022

I'm also seeing this issue.

if itemid > 1000 then
local first = math.floor(itemid/1000)
table.insert(outfits, first)
itemid = itemid - (first * 1000)
end

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

2 participants