• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Kill monster of room when leave tp

https://otland.net/threads/need-help-ask-it-properly-and-correctly.18402/
https://otland.net/threads/rules-for-the-support-board.217087/
Read those and correct the thread.

@milbradt
You should always name an event something that you can link it to, its not fun trying to find bugs with names like "a", "b" = unknown things.

onKill file; check if its a monster, then check the name - cleaner script. Also put the constants outside the function, that way they won't be loaded at each execution.
movement file; always return true.

Don't give out scripts till you know what version the user has, it can more spam because of console errors (ex 1.x).
 
@milbradt
You should always name an event something that you can link it to, its not fun trying to find bugs with names like "a", "b" = unknown things.

onKill file; check if its a monster, then check the name - cleaner script. Also put the constants outside the function, that way they won't be loaded at each execution.
movement file; always return true.

Don't give out scripts till you know what version the user has, it can more spam because of console errors (ex 1.x).

Okay, srry.
 
Back
Top