AAEmu/AAEmu

[OTHER] Impossible to parse some "npc_ai_params" in GameServer

Closed this issue ยท 5 comments

Hello friends, as a power user I tried to understand where these errors are located, but I couldn't, so I'm here to understand how I can resolve them independently to be able to learn.

npc_ai_params_errors

This is not a problem of AAEmu, but rather a bug that is in the actual original client code back then.
The warning is to indicate that it is indeed wrong somewhere and wasn't able to compile the AI script. The one in 443 for example looks like it has a extra , where it shouldn't.
image

The 1975 one is missing a } at the end.

The 835 seems to be missing a space after the , for it's melee skill settings.

None of these 3 seems to be used directly (or at least not as defaults)

Thanks, where did you find that code exactly (in the client)?

Thanks, where did you find that code exactly (in the client)?

In the ai_files table of the compact.sqlite3 files