Author Topic: How to set character clothes in Boss Battles?  (Read 533 times)

I am currently making a Boss Battles server, but I need custom outfits for the bosses. I do not know how to set the clothes for each boss. If anyone could help please reply.

I am currently making a Boss Battles server, but I need custom outfits for the bosses. I do not know how to set the clothes for each boss. If anyone could help please reply.

Uh, this is pretty easy to do, use Team Deathmatch gamemode or Slayer, its pretty easy.

Uh, this is pretty easy to do, use Team Deathmatch gamemode or Slayer, its pretty easy.
Example?

Using Slayer, go into the Teams tab, select the team you want, and press the Uniform button.

Using Slayer, go into the Teams tab, select the team you want, and press the Uniform button.
But there are 9 bosses. Do I create a new team for each?

Get bot events.

When you click which boss you want (assuming this is what will happen), use the event onActivate>Player>editAppearance, and edit the appearance to your liking.

Get bot events.

When you click which boss you want (assuming this is what will happen), use the event onActivate>Player>editAppearance, and edit the appearance to your liking.
Here's an easier way to do it.
1. Download Bot Events (by Amade).
2. Create a single player server.
3. Place a vehicle spawn.
4. Spawn a bot.
5. Change your avatar to what you want the first type of boss to look like.
6. Say, "/applyAV".
7. Re-spawn the bot.
8. Wrench the spawn and click events.
9. Use the excact same events on the "button" that, when clicked, will make the player a certain type of boss, except instead of onBotSpawn, use onActivate and Player instead of Bot.
10. Do steps 5-9 over again for each button that, when clicked, makes the player a certain type of boss.