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

TFS 1.X+ monster outfit

God Aries

New Member
Joined
Jun 24, 2018
Messages
44
Reaction score
4
good day otland community, I need a script from a monster that changes my outfit randomly from looktypes

try this SCRIPT but it doesn't change looktype the monster: /

i use tfs 1.3 current
 
Last edited:
Solution
Edit the monster xml, under <attacks> section, add

<attack name="outfit" interval="2000" radius="3" chance="6" monster="bat" duration="6000">
<attribute key="areaEffect" value="yellowspark" />
</attack>


Add more attack for each monster
Edit the monster xml, under <attacks> section, add

<attack name="outfit" interval="2000" radius="3" chance="6" monster="bat" duration="6000">
<attribute key="areaEffect" value="yellowspark" />
</attack>


Add more attack for each monster
 
Solution
Edit the monster xml, under <attacks> section, add

<attack name="outfit" interval="2000" radius="3" chance="6" monster="bat" duration="6000">
<attribute key="areaEffect" value="yellowspark" />
</attack>


Add more attack for each monster
If I add that way I will have to make 500 lines of each monster that will become, it will take 84 years :(
Post automatically merged:

Edit the monster xml, under <attacks> section, add

<attack name="outfit" interval="2000" radius="3" chance="6" monster="bat" duration="6000">
<attribute key="areaEffect" value="yellowspark" />
</attack>


Add more attack for each monster
I did what he told me, and if it works, thanks.
 
Last edited:
Back
Top