• 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 Cycling script

Owned420

New Member
Joined
Apr 23, 2008
Messages
37
Reaction score
0
--[[
By Shawak
Config for the War Server
]]--

-- Settings
playersMaxAtHightscore = 20

-- Team Position
world_storage = 1000
start_pos = {
[1] = {
author = "Shawak",
name = "Town",
positions = {
{x = 1016, y = 1028, z = 6},
{x = 1058, y = 1027, z = 6},
{x = 1065, y = 1073, z = 6},
{x = 995, y = 1080, z = 6}
}},
[2] = {
author = "Ex",
name = "Carlin Chaos",
positions = {
{x = 1326, y = 783, z = 6},
{x = 1333, y = 781, z = 7}
}}
}

-- Map change
map_change_config = {
enable_mapChange = "yes",
time = {
1150, -- warning
1170, -- warning
1190, -- warning
1200 -- map change // 20 min
},
access = 3
}

-- Broadcast
braodcast_enabled = "yes"
broadCastTime = 600 -- seconds
randomBroadcastMessages = {
"Ex's war server 24/7!",
"Try to kill your enemy!"
}

sorcereritems = {
2187, -- wand of inferno
2538, -- eagle shield
2175, -- spellbook
2656, -- blue robe
7730, -- blue legs
2662, -- magician hat
2195, -- boots of haste
2167, -- energy ring
1988
}
druiditems = {
2183, -- hailstorm rod
2538, -- eagle shield
2175, -- spellbook
2656, -- blue robe
7730, -- blue legs
2662, -- magician hat
2195, -- boots of haste
2167, -- energy ring
1988
}
paladinitems = {
2520, -- demon shield
2175, -- spellbook
2487, -- crown armor
2488, -- crown legs
2491, -- crown helmet
2195, -- boots of haste
2164, -- might ring
1988, -- backpack
8472 -- great spirit portion
}
knightitems = {
2514, -- mastermind shield
2400, -- magic sword
2175, -- spellbook
2466, -- golden armor
2470, -- golden legs
2471, -- golden helmet
2195, -- boots of haste
2210, -- sword ring
1988
}

sorc = {
Leben = 745,
Mana = 3395,
MagicLevel = 110,
Cap = 1590,
Fist = 10,
Club = 10,
Sword = 10,
Axe = 10,
Dist = 10,
Shield = 24
}


druid = {
Leben = 745,
Mana = 3395,
MagicLevel = 110,
Cap = 1590,
Fist = 10,
Club = 10,
Sword = 10,
Axe = 10,
Dist = 10,
Shield = 24
}

paladin = {
Leben = 1305,
Mana = 1715,
MagicLevel = 24,
Cap = 2710,
Fist = 10,
Club = 10,
Sword = 10,
Axe = 10,
Dist = 134,
Shield = 70
}

knight = {
Leben = 1865,
Mana = 595,
MagicLevel = 11,
Cap = 3270,
Fist = 10,
Club = 10,
Sword = 126,
Axe = 10,
Dist = 10,
Shield = 94
}


---------

Can someone write this for me so i can add a 3rd map in the cycle.. i tried to do it but it throws errors in the console..

Would really appreciate it.
 
Back
Top