opendarkeden / server

42 stars 32 forks source link

luaError.log #85

Closed Supacek closed 1 year ago

Supacek commented 1 year ago

image

have some errors in lua Error but idk what causing this error :/ can i have more infos any way?

Supacek commented 1 year ago

i think theres mising folder with lua scripts

tiancaiamao commented 1 year ago

What's action that trigger this error?

Supacek commented 1 year ago

starting server. also there should be treasure folder probly i think the error dissapierd i add the lua folder from other server theres scripts for xmas event or somethink idk didnt test it yet

Supacek commented 1 year ago

also there is some files that should be in /data/treasure/ folder but u have them only in /data/ im not sure ill test it later

Supacek commented 1 year ago

here it is but get some errors image

tiancaiamao commented 1 year ago

I guess you're using some other server data files mixed with this one. There is no /data/treasure/ folder for this server. @Supacek

Supacek commented 1 year ago

i know but the lua folder should be there the treasure folder im testing

xDezossAx commented 1 year ago

Execute ./luaAllCompile for recompiler .lua files.

tiancaiamao commented 1 year ago

Different version comes with different data files and sql database, they can't be used together.

Now I found that the current database referencing some lua files, which doesn't exit :-(

xDezossAx commented 1 year ago

Different version comes with different data files and sql database, they can't be used together.

Now I found that the current database referencing some lua files, which doesn't exit :-(

The files are lua are referenced in the Triggers table, related to gaining Christmas items and new characters I believe, but with the instruction I explained in the other thread, it works without returning error.

https://github.com/opendarkeden/server/issues/93#issuecomment-1304505823