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

How can add skull to the monsters?

Kaorus

Unleash Dreams Staff
Joined
May 18, 2008
Messages
1,174
Solutions
1
Reaction score
148
How can add skull to the monsters, in TFS 0.3.6 pl1 o.o?I use flag skull and skulls and nothing ._.
 
go to the file of the monster u wanna add skull to (for example demon)

LUA:
<monster name="Demon" nameDescription="a demon" race="fire" experience="6000" speed="280" manacost="0">

add skull="red"

it will be like this

LUA:
<monster name="Demon" nameDescription="a demon" race="fire" experience="6000" skull="red" speed="280" manacost="0">
 
Back
Top