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

a monster that changes his own outfit?

Cris2387

Member
Joined
Dec 30, 2013
Messages
177
Reaction score
9
hello otlanders, i want a monster that changes its outfit, like sometimes is a red demon other times is a blue demon, other times green blah blah, and maybe if you guys can i would also want to know if its possible for the monster to change name?
 
Changing the monsters name before a player see's it is possible, however once a player see's the monster it is loaded into memory and the name will not change any longer. So yes, possible, however not as you were intending I believe.
As for the monster changing it's outfit..
Code:
<defense name="outfit" interval="5000" chance="10" monster="tarantula" duration="4000"/>
You can either place this as an attack or as a defense, however you will need to add modifiers if using as an attack.
Difference between attack and defense is that defense is used on self, while attacks are used on others.
If you wish for the monster to change into the different demon colours you will need to create those monsters manually, so it has a monster name to change into.
 
hello otlanders, i want a monster that changes its outfit, like sometimes is a red demon other times is a blue demon, other times green blah blah, and maybe if you guys can i would also want to know if its possible for the monster to change name?
What server version do you use and which colors should your demon have?
About name changing - yes it's possible, but you need to edit sources I think.
 
You need to use a custom client
meh is because i was thinking of putting a demon in like a 6 sqm room so players see whats in the hunt and once they go in to the telporter they will have like 3 more options of hunts they're all demons but different one is venom, other is ice, another one is black
 
Ah so you want 1 demon to represent the 3 choices they get later in a portal room?

Example: First portal the demon changes color from "Red to Black to Green"
Next they appear in another room with 3 portals.. But theese demons don't change color and all have their own color. 1 Red 1 Black 1 Green, Representing the type thats in the spawn.

If I got it right, tell me which server you are using. Might or might not come back to help you. Going to sleep and I don't have much time.. Might come back tomorrow at around this time
 
Ah so you want 1 demon to represent the 3 choices they get later in a portal room?

Example: First portal the demon changes color from "Red to Black to Green"
Next they appear in another room with 3 portals.. But theese demons don't change color and all have their own color. 1 Red 1 Black 1 Green, Representing the type thats in the spawn.

If I got it right, tell me which server you are using. Might or might not come back to help you. Going to sleep and I don't have much time.. Might come back tomorrow at around this time
i want that , where do i get it?
 
Back
Top