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

Issue converting es to sql when a comma is in the weenie name #2

Open
adamplumb opened this issue Feb 14, 2021 · 2 comments
Open

Issue converting es to sql when a comma is in the weenie name #2

adamplumb opened this issue Feb 14, 2021 · 2 comments

Comments

@adamplumb
Copy link

I exported Finrala Ryndmad's (5033) weenie sql and used EmoteScript to convert to es. I tweaked the file and tried converting back to SQL but ran into the following error:

TryParseWeenieClassId() - couldn't convert WeenieClassId from "Clean"
TryParseInt() - couldn't convert int from "Dry Towel (10758)"
TryParseWeenieClassId() - couldn't convert WeenieClassId from "Clean"
TryParseInt() - couldn't convert int from "Dry Towel (10758)"

It seems to be a problem with the Clean, Dry Towel (10758) weenie, which has a comma in it.

@gmriggs
Copy link
Owner

gmriggs commented Feb 14, 2021

Remove the name of the item, and only use the wcid

@adamplumb
Copy link
Author

Thanks yep that allows it to finish successfully!

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