-
Notifications
You must be signed in to change notification settings - Fork 7
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
Little problem with sql request #1
Comments
what is wrong? emote is possible with creature_text |
AFAIK the parser doesn't rely on eai's event id but I can't check atm. Pour autant que je me souvienne le parser ne considère pas la première colonne des EAI mais je peux me tromper pour X raisons |
I'm not sure if I understand the issue, could someone elaborate? |
Example if a creature as 3 ID 1 - 3 - 5 (IT will not parse the 3 cause they are not consecutive - IT will choose 1 one the 3 only) 1 -2 -3 ( WIll parse the 3 and it will be ok) |
It's not ignoring it because it's not consecutive, all the script does is order eai events by id. Then they're pushed onto a stack. Anyway why aren't you using the fact that EAI allows 3 actions per event? |
I still don't get it by the way. 😄 |
IF a creature have 2 or more ID of script but is not consecutive it will take only the first consecutive one ( Highest one).
EXEMPLE
One id is 31000035
and the other one is 32000014
so the EAI have 2 ID but it will parse only one in SAI cause its not consecutive.
1 RESULT in sai only suposed to be 2
The text was updated successfully, but these errors were encountered: