Ir para conteúdo

Criando Seu Servidor (:


Morkshark

Posts Recomendados

Fala ai galera hoje vou ensinar a vocs como fazer um servidor!

1º Passo

Baixe um servidor de sua escolha. PARTICULARMENTE, considero a versão 8.6 mais fácil de manusear

2º Passo

Depois de baixado, extraia o servidor.

3º Passo

Abra a pasta e execute config.lua. Aparecerá algo similar a isso:

 

-- The Forgotten Server Config

 

-- Account manager

accountManager = "yes"

namelockManager = "no"

newPlayerChooseVoc = "yes"

newPlayerSpawnPosX = 160

newPlayerSpawnPosY = 54

newPlayerSpawnPosZ = 7

newPlayerTownId = 1

newPlayerLevel = 8

newPlayerMagicLevel = 0

generateAccountNumber = "no"

 

-- Unjustified kills

-- NOTE: *Banishment and *BlackSkull variables are >summed up<

-- (dailyFragsToRedSkull + dailyFragsToBanishment) with their

-- *RedSkull equivalents.

-- Auto banishing works only if useBlackSkull set to negative.

-- advancedFragList is not advised if you use huge frags

-- requirements.

redSkullLength = 50 * 62 * 70 * 90

blackSkullLength = 120 * 140 * 80 * 95

dailyFragsToRedSkull = 55

weeklyFragsToRedSkull = 80

monthlyFragsToRedSkull = 90

dailyFragsToBlackSkull = dailyFragsToRedSkull

weeklyFragsToBlackSkull = weeklyFragsToRedSkull

monthlyFragsToBlackSkull = monthlyFragsToRedSkull

dailyFragsToBanishment = dailyFragsToRedSkull

weeklyFragsToBanishment = weeklyFragsToRedSkull

monthlyFragsToBanishment = monthlyFragsToRedSkull

blackSkulledDeathHealth = 40

blackSkulledDeathMana = 0

useBlackSkull = true

useFragHandler = true

advancedFragList = false

 

-- Banishments

-- violationNameReportActionType 1 = just a report, 2 = name lock, 3 = player banishment

-- killsBanLength works only if useBlackSkull option is disabled.

notationsToBan = 3

warningsToFinalBan = 4

warningsToDeletion = 5

banLength = 7 * 24 * 60 * 60

killsBanLength = 8 * 24 * 60 * 60

finalBanLength = 30 * 24 * 60 * 60

ipBanishmentLength = 1 * 24 * 60 * 60

broadcastBanishments = true

maxViolationCommentSize = 200

violationNameReportActionType = 2

autoBanishUnknownBytes = false

 

-- Battle

-- NOTE: showHealingDamageForMonsters inheritates from showHealingDamage.

-- loginProtectionPeriod is the famous Tibia anti-magebomb system.

-- deathLostPercent set to nil enables manual mode.

worldType = "pvp"

protectionLevel = 50

pvpTileIgnoreLevelAndVocationProtection = true

pzLocked = 20 * 700

huntingDuration = 60 * 1000

criticalHitChance = 7

criticalHitMultiplier = 1

displayCriticalHitNotify = true

removeWeaponAmmunition = false

removeWeaponCharges = false

removeRuneCharges = "no"

whiteSkullTime = 5 * 10 * 100

noDamageToSameLookfeet = false

showHealingDamage = false

showHealingDamageForMonsters = false

fieldOwnershipDuration = 5 * 1000

stopAttackingAtExit = false

oldConditionAccuracy = false

loginProtectionPeriod = 10 * 1000

deathLostPercent = 10

stairhopDelay = 2 * 1000

pushCreatureDelay = 2 * 1000

deathContainerId = 1987

gainExperienceColor = 215

addManaSpentInPvPZone = true

squareColor = 0

allowFightback = true

 

-- Connection config

worldId = 0

ip = "Seu IP Aqui XD" - Digite o seu IP. IP para jogar offline: 127.0.0.1

bindOnlyConfiguredIpAddress = false

loginPort = 7171

gamePort = 7172

adminPort = 7171

statusPort = 7171

loginTries = 10

retryTimeout = 5 * 1000

loginTimeout = 60 * 1000

maxPlayers = 841

motd = "Mensagem do Dia do seu Servidor aqui XD" - Sugestão: Use esse espaço para voce colocar as novidades de seu servidor!

displayOnOrOffAtCharlist = false

onePlayerOnlinePerAccount = true

allowClones = false

serverName = "Nome do Seu OTServ XD" - Nome do seu Servidor aqui XD

loginMessage = "Mensagem que aparecera no Server Log quando voce efetuar o login XD" - Mensagem que o player receberá quando ele efetuar o login

statusTimeout = 5 * 60 * 1000

replaceKickOnLogin = true

forceSlowConnectionsToDisconnect = false

loginOnlyWithLoginServer = false

premiumPlayerSkipWaitList = false

(há mais coisas em baixo)

4º Passo

Modifique a seu gosto como indiquei a cima. OBS Importantissima: Escreva SEMPRE entre as aspas (" ") pois podera bugar!

5º Passo

Na pasta "data" terá os dados dos items/monstros/world. Edite ao seu gosto.

 

é isso aew galera! tutorial simples mais que poderá ajudar bastante!

Caro visitante que ainda nao tem conta, se gostou, porfavor crie uma conta e agradeça e repute o topico se nao gostou nao repute

se voc ja tem conta... gostou? repute! nao gostou? nao repute!

Valeu! Falou!

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...