• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

[TFS 1.1] Monster Arena

positions of what exactly?
  1. MonsterArena = {
  2. fromPosition = { Position(1022, 1030, 7), Position(1024, 1030, 7) },
  3. toPosition = { Position(1020, 1021, 7), Position(1022, 1021, 7) },
  4. spawnPosition = { Position(1020, 1022, 7), Position(1022, 1020, 7) },
  5. area = {
  6. from = Position(1015, 1016, 7),
  7. to = Position(1027, 1026, 7)
  8. },
spawnPosition = monsters created sure?
area = arena from and to pos or what area?

  • MonsterArena = {
  • fromPosition = { Position(1022, 1030, 7), Position(1024, 1030, 7) },
  • toPosition = { Position(1020, 1021, 7), Position(1022, 1021, 7) },??? 4 positions?
    I do not understand
 
  1. MonsterArena = {
  2. fromPosition = { Position(1022, 1030, 7), Position(1024, 1030, 7) },
  3. toPosition = { Position(1020, 1021, 7), Position(1022, 1021, 7) },
  4. spawnPosition = { Position(1020, 1022, 7), Position(1022, 1020, 7) },
  5. area = {
  6. from = Position(1015, 1016, 7),
  7. to = Position(1027, 1026, 7)
  8. },
spawnPosition = monsters created sure?
area = arena from and to pos or what area?

  • MonsterArena = {
  • fromPosition = { Position(1022, 1030, 7), Position(1024, 1030, 7) },
  • toPosition = { Position(1020, 1021, 7), Position(1022, 1021, 7) },??? 4 positions?
    I do not understand
Check out the map to see where he did put all the positions the 4 positions are probably where the 4 people have to stand to participate, spawn positions is probably where they will be spawned and the area is the area where the runes will spawn.
 
Back
Top