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

[request] monster that change its look type

Xavicrak

New Member
Joined
Mar 23, 2010
Messages
186
Reaction score
4
hello otlanders,

I have a problem, because I need to make that a monster changes its own look type, I means, like an atack, for example:

--- THIS DONT WORK v (It's only an example)

<attack name="changelooktype" interval="2000" chance="15" >
<attribute key="looktype1" value="125"/>
<attribute key="looktype2" value="129"/>
</attack>

-------

this script it's for Mutated Zalamon. a monster of the wrath of emperor quest.

the monster MUST CHANGE ITS OWN LOOK TYPE, not the look type of the player.

can you help me?
 
Back
Top