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

Map changing

Chava

New Member
Joined
Jul 6, 2009
Messages
280
Reaction score
0
Requesting a script where after a certain amount of time (30 minutes) the players online gets tped to the next town (if you're in town 1 you get to 2, if you are in 2 you get to 3 etc.) And I also want that once a player gets tpd to another town ALL the towd ids of every char on the server gets changed to the current town they are in. << I have already foudn a script that works liek that but I have another thing I want in the script. I want the two teams to get tpd to different locations, example, blue gets tpd to on position and red to another. I'd appreciate it if anyone could help me with this :p
 
teamLogin.lua positions
LUA:
  [1] = {mapName = "Thais", redTemple = {x = 1110, y = 1100, z = 7}, blueTemple = {x = 1051, y = 1069, z = 6}},
        [2] = {mapName = "Carlin", redTemple = {x = 160, y = 1071, z = 7}, blueTemple = {x = 230, y = 1138, z = 6}},
        [3] = {mapName = "Svargrond", redTemple = {x = 1299, y = 271, z = 7}, blueTemple = {x = 1177, y = 288, z = 7}},

changeMap.lua
LUA:
  [1] = {mapName = "Thais", redTemple = {x = 1110, y = 1100, z = 7}, blueTemple = {x = 1051, y = 1069, z = 6}},
        [2] = {mapName = "Carlin", redTemple = {x = 160, y = 1071, z = 7}, blueTemple = {x = 230, y = 1138, z = 6}},
        [3] = {mapName = "Svargrond", redTemple = {x = 1299, y = 271, z = 7}, blueTemple = {x = 1177, y = 288, z = 7}},

And when someone logs in they get to the next town :S
 
Back
Top