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

Passive monsters?

Fresh

Quack!
Joined
Oct 21, 2009
Messages
1,838
Solutions
18
Reaction score
617
Location
Poland
Hello.
Anyone can make a simple script for me + one attribute.
If monster have passive = 1 in monster.xml file he isn't attack first (player must attacking first to monster attack him), monster will moving etc but not attacking players.
If monster have passive = 0 , then is normal monster - aggressive - he attacks player.

Thanks in advance,
Fresh.
 
this is possible in lua.

you have to make a passive mob
Code:
    <flag hostile="0"/>

and add to him a spell what will trigger every 1 sec.
this spell will check:
monster hp = monster max hp
if false then the mob will disappear and a new one, aggressive will appear.

otherwise only sources
 
Back
Top