• 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!

Lua When you can't find it after working whole day

T

tejdi

Guest
so... I just have no idea what I am doing wrong.

I am trying to add a creaturescript to a monster, as simple as that.
With that being said, I have added this to my monster's .XML file:

XML:
<script>
    <event name="years"/>
</script>

And this to my creaturescripts.xml :
XML:
<event type="think" name="years" value="years.lua"/>

1647738535669.png

but the console says that the event doesn't exist:
1647738576432.png


Is it time to jump?

200.gif
 
Back
Top