Skip to content

Example Arena Creation

Tomas Santos edited this page Aug 2, 2016 · 8 revisions

Example Arena Creation

Currently there is no Video Tutorial but there will be one included here soon!

Below, we have our basic map. I'll be referring to it for convenience sake.

Map Basic

First Step - Creating Arena and Player Spawns

  • The first step is to create the arena and add the respective player spawns.
  • Going to the location indicated below with a "1" I'll use the following command:
  • "/tow create myArena"
  • This simultaneously creates the arena and sets the red teams spawn.
  • Next I'll move to the location indicated below with a "2" and use:
  • "/tow alter arena 2"
  • This will add the Blue teams spot to the location

Map Player Spawns

Second Step - Adding Towers

  • Now we are going to add Towers to the arena, starting with the red team's towers
  • For each of the locations indicated below with red numbers, I'll use the following command:
  • "/tow add tower red (location#) myArena"
  • To clarify the above, at the location with a 2 I would put "/tow add tower red 2 myArena"
  • Note that there doesn't have to be six locations. Theoretically, you can have indefinite amount, but it will undoubtedly slow down your server.
  • Now we are going to repeat the process above with the blue numbers, except this time, the command changes to:
  • "/tow add tower blue (location#) myArena"

Map Player Spawns

Third Step - Adding Nexus

  • Now we'll add 2 Nexi to the arena. Note that the order that Nexus, Towers, and Spawner are added doesn't matter.
  • at the blue "*" We'll enter:
  • "/tow add nexus blue myArena"
  • at the red "*" We'll enter:
  • "/tow add nexus red myArena"
  • This will create the two arena Nexi.

Map Player Spawns

Clone this wiki locally