• 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 [Skull's] i need help with this please!.

11997733

New Member
Joined
Feb 10, 2009
Messages
25
Reaction score
1
Ok well i have normal monster's [no skulls] and i have bosses and i want them to have a skull or a shield =/

I Tryed This

Lua:
	<flags>
		<flag summonable="0"/>
		<flag attackable="1"/>
		<flag hostile="1"/>
		<flag illusionable="1"/>
		<flag convinceable="1"/>
		<flag pushable="0"/>
		<flag canpushitems="1"/>
		<flag canpushcreatures="1"/>
		<flag targetdistance="1"/>
		<flag runonhealth="0"/>
		<flag skull="4"/>
	</flags>
And all these

Lua:
		<flag skull="1-5"/> 		<flag skull="black"/> 		<flag shield="1"/>

But nothing works, do i need to put in a special Function or something in sources [.cpp] Files

Dis:Mystic Sprite - Version 0.2.11.2 - Client:9.31 (the skulls and shields should automaticly work but they dont =/.
 
I think it should work if you do like this?

Code:
<monster name="Rift Worm" nameDescription="a rift worm" race="blood" experience="1950" speed="136" manacost="0" skull="4">
 
Back
Top