There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
Vocations have been checked, this warning appears in different places sometimes under vocations but sometimes under Events other times under modules and sometimes on top of the console
Hello you! Today I am asking for the location of the error, I have never encountered this message before and I do not know where to look for this warning ...
Any ideas what this could be responsible for?
Hello, I've been struggling with a table problem for a few days now. Any idea how to solve it? below error code:
[2023-16-01 14:48:13.903] [error] Lua script error:
scriptInterface: [Main Interface]
scriptId: [(Unknown scriptfile)]
timerEvent: [in a timer event called from:]
callbackId:[]...
For several hours the script did not stop, I hope this has already fixed the problem. Thank you very much for your help!
#edit
I can't mark a post as "best answer" - problem solved
OnDeath
the script works normally, it beats the bosses and suddenly stops, it doesn't display the message that the boss has been killed and there will be another one soon. sometimes it happens after 2 bosses sometimes after 8 no matter what bosses. they just stop orsp
The problem is that after a few BOSS the script stops and doesn't create any more monsters without error.
The boss name cannot be defined because it is fetched from the table, there are more than 50 of them
Part of choise boss:
local boss = configBosses[bossIndex]
local bossName =...