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

NPC or creature ID

What is your server and version?

NPC creatureid for TFS 0.2, also works on TFS 1+, is added as compat in TFS 0.3/0.4 so also works there.
Code:
getNpcCid()


For most older versions you can use this to get the creatureid by name.
Code:
getCreatureByName(name)
 
Back
Top