Ir para conteúdo
  • Cadastre-se

Posts Recomendados

Olá amigos do Tibia King, estou com um problema porem sou novato na criação de otserver e não entendo muita coisa(praticamente nada) e venho aqui pedir a ajuda de vocês, estou com o seguinte problema para colocar um ot online aqui mesmo no meu pc so para mim começar a mexer e editar que baixei de tibia one piece aqui mesmo no Tibia King(ESSE OT AQUI) o erro é o seguinte Failed connecting to database - MYSQL ERROR: Can't connect to MySQL server on 'localhost' (10061) (2003)  [29/08/2016 09:22:12] > ERROR: Couldn't estabilish connection to SQL database! espero que voce me ajudem pois só baixei o OT e não fiz alteração alguma, e como já falei sou novo e não sei nem por onde começar a resolver esse problema.

 

Bug 2.png

Editado por ericleltonn (veja o histórico de edições)
Link para o post
Compartilhar em outros sites
Olá amigos do Tibia King, estou com um problema porem sou novato na criação de otserver e não entendo muita coisa(praticamente nada) e venho aqui pedir a ajuda de vocês, estou com o seguinte problema para colocar um ot online aqui mesmo no meu pc so para mim começar a mexer e editar que baixei de tibia one piece aqui mesmo no Tibia King(ESSE OT AQUI) o erro é o seguinte Failed connecting to database - MYSQL ERROR: Can't connect to MySQL server on 'localhost' (10061) (2003)  [29/08/2016 09:22:12] > ERROR: Couldn't estabilish connection to SQL database! espero que voce me ajudem pois só baixei o OT e não fiz alteração alguma, e como já falei sou novo e não sei nem por onde começar a resolver esse problema.

BUG OT.png


So roda com xampp e configurar no config.lua

                                          King is Back !                                  Está vendo esse coraçãozinho? Dar um Voto Positivo?                                                                                                                                                                                                       clica ali se eu te ajudei muito. Obrigado !

 

[Tutorial] Colocando sua senha no novo XAMPP

[Tutorial] Como compilar tfs 1.2 no Visual Studio 2015

------------------------------------------

  • Contato:

                    Discord: Lirosz#6563

                      Ts3: 104.154.235.159

 

 

Link para o post
Compartilhar em outros sites
3 horas atrás, ericleltonn disse:

Olá amigos do Tibia King, estou com um problema porem sou novato na criação de otserver e não entendo muita coisa(praticamente nada) e venho aqui pedir a ajuda de vocês, estou com o seguinte problema para colocar um ot online aqui mesmo no meu pc so para mim começar a mexer e editar que baixei de tibia one piece aqui mesmo no Tibia King(ESSE OT AQUI) o erro é o seguinte Failed connecting to database - MYSQL ERROR: Can't connect to MySQL server on 'localhost' (10061) (2003)  [29/08/2016 09:22:12] > ERROR: Couldn't estabilish connection to SQL database! espero que voce me ajudem pois só baixei o OT e não fiz alteração alguma, e como já falei sou novo e não sei nem por onde começar a resolver esse problema.

BUG OT.png

O erro indica que vc já está com um aberto, como mostra "Multiple servers", para poder usá-lo junto ao outro é preciso trocar o World Id.

Link para o post
Compartilhar em outros sites
3 horas atrás, murilao disse:


So roda com xampp e configurar no config.lua

 

Cara obrigado pela atenção, mais tem como explicar mais detalhadamente como eu já disse sou novo nisso e não entendo nada

Link para o post
Compartilhar em outros sites
Agora, ericleltonn disse:

 

Cara obrigado pela atenção, mais tem como explicar mais detalhadamente como eu já disse sou novo nisso e não entendo nada

Você tem xampp instalado? 

                                          King is Back !                                  Está vendo esse coraçãozinho? Dar um Voto Positivo?                                                                                                                                                                                                       clica ali se eu te ajudei muito. Obrigado !

 

[Tutorial] Colocando sua senha no novo XAMPP

[Tutorial] Como compilar tfs 1.2 no Visual Studio 2015

------------------------------------------

  • Contato:

                    Discord: Lirosz#6563

                      Ts3: 104.154.235.159

 

 

Link para o post
Compartilhar em outros sites
24 minutos atrás, murilao disse:

Você tem xampp instalado? 

não, mias :) manda o link ai que eu instalo é só você me explicar que eu faço certinho

36 minutos atrás, Reconnect disse:

Diga o erro correto então, kkkk. :D

Esse :)

Bug 2.png

Link para o post
Compartilhar em outros sites
52 minutos atrás, ericleltonn disse:

não, mias :) manda o link ai que eu instalo é só você me explicar que eu faço certinho

Esse :)

Bug 2.png

Caso queira usar um servidor onde se cria conta pelo site, use o que o amigo disse anteriormente...

 

Porém caso queira apenas abrir o server usando um banco de dados na pasta do server: 

 

Troque certas linhas pelo valor que faz ele ler esse banco de dados:

 

Provavelmente o seu config.lua está com essas linhas assim.

 

sqlType = "mysql" --Aqui define se usa site ou Db na pasta do server, caso use site, não mude. Se não for usar site, troque "mysql" por "sqlite".
sqlHost = "localhost"
sqlPort = 3306 --Porta do Sql. Obs: Não troque ela nem que a vaca tussa
sqlUser = "root" --Geralmente é o usuário padrão do Xampp, ele é o Admin, caso  use site deixe root mesmo. Caso não use, deixe em branco.
sqlPass = "senhadoroot" --Caso vc use site, é importante tornar seguro a sua Db, sendo assim coloque a senha aqui. Caso não use, deixe em branco.
sqlDatabase = "ntofantasy" --Esta é a Db que ele busca no site, então caso não queira usar Site, não se preocupe com essa linha.
sqlFile = "NtoFantasy.s3db" --Nome do arquivo database que fica na pasta do server. Obs: Corrija para o nome do seu, este nome é do meu Db
encryptionType = "sha1" -- Tipo de criptografia usada

Link para o post
Compartilhar em outros sites
7 minutos atrás, Reconnect disse:

Caso queira usar um servidor onde se cria conta pelo site, use o que o amigo disse anteriormente...

 

Porém caso queira apenas abrir o server usando um banco de dados na pasta do server: 

 

Troque certas linhas pelo valor que faz ele ler esse banco de dados:

 

Provavelmente o seu config.lua está com essas linhas assim.

 

sqlType = "mysql" --Aqui define se usa site ou Db na pasta do server, caso use site, não mude. Se não for usar site, troque "mysql" por "sqlite".
sqlHost = "localhost"
sqlPort = 3306 --Porta do Sql. Obs: Não troque ela nem que a vaca tussa
sqlUser = "root" --Geralmente é o usuário padrão do Xampp, ele é o Admin, caso  use site deixe root mesmo. Caso não use, deixe em branco.
sqlPass = "senhadoroot" --Caso vc use site, é importante tornar seguro a sua Db, sendo assim coloque a senha aqui. Caso não use, deixe em branco.
sqlDatabase = "ntofantasy" --Esta é a Db que ele busca no site, então caso não queira usar Site, não se preocupe com essa linha.
sqlFile = "NtoFantasy.s3db" --Nome do arquivo database que fica na pasta do server. Obs: Corrija para o nome do seu, este nome é do meu Db
encryptionType = "sha1" -- Tipo de criptografia usada

cara você me entendeu, porem eu quero que ele rode apenas no meu pc, não que ele fique on, porem essa configuração lua é um poco diferente segue a baixo, se você conseguir corrigir pra mim pra ele rodar aqui no meu pc agradeço!

 

--------------------------------------------------------------------------------        
--  Se TRUE, ele muda a o ip do server para LOCALHOST e tira a senha da database
    SERVER_RODANDO_NO_DEDICADO        = false
    SERVER_RODANDO_NO_VPS_PRIVATE     = true
    SERVER_RODANDO_NO_NOTE_DO_GABRIEL = false
    SERVER_MODO_DE_TESTES             = false
--------------------------------------------------------------------------------

    -- Versao do sistema operacional permitido pra jogar (Na verdade é a versao maqueada, um truque pra nao burlarem o updater)
    OPC_ALLOWED_VERSION = 0xBE -- Se 0, então não existe verificação
    OPC_ALLOWED_VERSION_FAIL_STRING = "Download the new client again at http://worldofpieceonline.com/library/downloads"  

    ------------------------------------
    OPC_LUFFY_OUTFIT_FUUSEN            = 270
    OPC_LUFFY_DEF_OUTFIT_FUUSEN        = 3.3  
    OPC_LUFFY_OUTFIT_FUUSEN_PINK       = 271
    OPC_LUFFY_DEF_OUTFIT_FUUSEN_PINK   = 4.0
    OPC_LUFFY_OUTFIT_FUUSEN_2          = 61
    OPC_LUFFY_DEF_OUTFIT_FUUSEN_2      = 3.3  
    OPC_LUFFY_OUTFIT_FUUSEN_PINK_2     = 62
    OPC_LUFFY_DEF_OUTFIT_FUUSEN_PINK_2 = 4.0
    ------------------------------------

    OPC_CHOPPER_OUTFIT_WALK_POINT  = 338  -- Definir os outfits que receberão a variação de dano / def
    OPC_CHOPPER_OUTFIT_HEAVY_POINT = 324
    OPC_CHOPPER_OUTFIT_GUARD_POINT = 342
    OPC_CHOPPER_OUTFIT_GUARD_POINT_ROLLOUT = 343                      
    OPC_CHOPPER_OUTFIT_JUMP_POINT  = 359
    OPC_CHOPPER_OUTFIT_HORN_POINT  = 358         
    OPC_CHOPPER_OUTFIT_ARM_POINT   = 344        

    OPC_CHOPPER_DAMAGE_WALK_POINT  = 1.1   -- dano * x
    OPC_CHOPPER_DAMAGE_HEAVY_POINT = 1.2
    OPC_CHOPPER_DAMAGE_GUARD_POINT = 0.6        
    OPC_CHOPPER_DAMAGE_GUARD_POINT_ROLLOUT = 0.5               
    OPC_CHOPPER_DAMAGE_JUMP_POINT  = 1.35
    OPC_CHOPPER_DAMAGE_HORN_POINT  = 1.45          
    OPC_CHOPPER_DAMAGE_ARM_POINT   = 1.6

    OPC_CHOPPER_DEF_WALK_POINT  = 1.0     -- defense / x
    OPC_CHOPPER_DEF_HEAVY_POINT = 1.0
    OPC_CHOPPER_DEF_GUARD_POINT = 1.5        
    OPC_CHOPPER_DEF_GUARD_POINT_ROLLOUT = 1.5               
    OPC_CHOPPER_DEF_JUMP_POINT  = 1.0
    OPC_CHOPPER_DEF_HORN_POINT  = 1.0          
    OPC_CHOPPER_DEF_ARM_POINT   = 1.0
    
    moveThingDelay = 200 -- exhaust para o player mover item
    potionExaustionEnabled = true -- exhaust para usar potion enquanto anda
    potionExaustionGroundSpeed = 150 -- speed padrão para todos os pisos na hora do exhaust
    
    OPC_RED_SKULL_EXP_PERCENT_LOSS = 0.85 -- Quanto de exp red skull vai ganhar (1.0 == 100%)
    OPC_RED_SKULL_PLAYER_DAMAGE    = 1.15 -- Dano que red skull toma de player
    
    WOP_LUFFY_BLOCK_PHYSICAL = 10 -- porcentagem que o luffy bloqueia de dano physical
    WOP_CRITICAL_USOPP_BONUS               = 4 -- soma ao critical normal  
    WOP_CRITICAL_CHOPPER_BRAIN_POINT_BONUS = 4 -- soma ao critical normal
    
    -- lua only
    protectLootAndExpUntilLevel  = 10 -- proteger exp e loot ate este level  
    requiredLevelToGetProfission = 3
    
--------------------------------------------------------------------------------    
    
    

    -- Account manager
    accountManager  = false
    namelockManager = false
    newPlayerChooseVoc = false
    newPlayerSpawnPosX = 1026
    newPlayerSpawnPosY = 1132
    newPlayerSpawnPosZ = 7
    newPlayerTownId = 1
    newPlayerLevel = 1
    newPlayerMagicLevel = 1
    generateAccountNumber = false

    -- 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 = 5 * 24 * 60 * 60
    blackSkullLength = 45 * 24 * 60 * 60
    dailyFragsToRedSkull = 3
    weeklyFragsToRedSkull = 5
    monthlyFragsToRedSkull = 10
    dailyFragsToBlackSkull = dailyFragsToRedSkull
    weeklyFragsToBlackSkull = weeklyFragsToRedSkull
    monthlyFragsToBlackSkull = monthlyFragsToRedSkull
    dailyFragsToBanishment = 8
    weeklyFragsToBanishment = 16
    monthlyFragsToBanishment = 32
    blackSkulledDeathHealth = 400
    blackSkulledDeathMana = 0
    useBlackSkull = false
    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 = 1 * 24 * 60 * 60
    finalBanLength = 30 * 24 * 60 * 60
    ipBanishmentLength = 1 * 24 * 60 * 60
    broadcastBanishments = false
    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 = 15
    pvpTileIgnoreLevelAndVocationProtection = true
    pzLocked = 60 * 1000
    huntingDuration = 60 * 1000
    criticalHitChance = 1
    criticalHitMultiplier = 1.5
    displayCriticalHitNotify = true
    removeWeaponAmmunition = true
    removeWeaponCharges = true
    removeRuneCharges = true
    whiteSkullTime = 15 * 60 * 1000
    noDamageToSameLookfeet = false
    showHealingDamage = false
    showHealingDamageForMonsters = false
    fieldOwnershipDuration = 10 * 1000
    stopAttackingAtExit = false
    oldConditionAccuracy = false
    loginProtectionPeriod = 1
    deathLostPercent = 7
    stairhopDelay = 2 * 1000
    pushCreatureDelay = 2 * 1000
    deathContainerId = 309
    gainExperienceColor = 215
    addManaSpentInPvPZone = true
    squareColor = 0
    allowFightback = true

    -- Connection config
    worldId = 0
    ip = "127.0.0.1"
    bindOnlyConfiguredIpAddress = false
    loginPort = 7171
    gamePort = 7172
    adminPort = 7171
    statusPort = 7171
    
    loginTries = 10
    retryTimeout = 5 * 1000
    loginTimeout = 60 * 1000
    maxPlayers = 300
    motd = "Welcome to World Of Piece!"
    displayOnOrOffAtCharlist = false
    onePlayerOnlinePerAccount = true
    allowClones = false
    serverName = "WOP" -- "World of Piece"
    loginMessage = "Welcome to World of Piece!"
    statusTimeout = 1 * 60 * 1000 -- Delay minimo pra coletar informações tipo online, uptime, players online, npcs, mapa, monstros, etc
    replaceKickOnLogin = true
    forceSlowConnectionsToDisconnect = false
    loginOnlyWithLoginServer = false
    premiumPlayerSkipWaitList = true

    -- Database
    -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
    -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
    sqlType = "sqlite"
    sqlHost = "localhost"
    sqlPort = 3306
    sqlUser = "root"
    sqlPass = "gabriel123"
    sqlDatabase = "onepiece"
    sqlFile = "config"
    sqlKeepAlive = 0
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "sha1"

-----------------------------------------------------------------------------------------------------------------------------------------------------------  
    if SERVER_RODANDO_NO_DEDICADO then
      ip          = "192.99.38.130"
      sqlType     = "mysql"
      sqlPass     = "Happysafe321"
      sqlDatabase = "onepiece"
    end
    if SERVER_RODANDO_NO_VPS_PRIVATE then
      ip          = "158.69.0.134"
      sqlType     = "mysql"
      sqlPass     = "Happysafe321"
      sqlDatabase = "onepiece"
      motd        = "SERVIDOR PRIVADO WORLD OF PIECE"
      serverName  = "WOP PRIVATE VPS"
      SERVER_MODO_DE_TESTES = true
    end
    if SERVER_RODANDO_NO_NOTE_DO_GABRIEL then
      ip          = "localhost"
      sqlType     = "mysql"
      sqlPass     = "gabriel123"
      sqlDatabase = "onepiece"
      serverName  = "OFF-PIECE"
    end
       if SERVER_MODO_DE_TESTES then
      pzLocked = 500
      loginMessage = "Server em modo de testes."
      onePlayerOnlinePerAccount = false
    end
-----------------------------------------------------------------------------------------------------------------------------------------------------------

    -- Deathlist
    deathListEnabled = true
    deathListRequiredTime = 1 * 60 * 1000
    deathAssistCount = 19
    maxDeathRecords = 5

    -- Guilds
    ingameGuildManagement = false
    levelToFormGuild = 8
    premiumDaysToFormGuild = 0
    guildNameMinLength = 4
    guildNameMaxLength = 20

    -- Highscores
    highscoreDisplayPlayers = 15
    updateHighscoresAfterMinutes = 60

    -- Houses
    buyableAndSellableHouses = true
    houseNeedPremium = true
    bedsRequirePremium = true
    levelToBuyHouse = 20
    housesPerAccount = 1
    houseRentAsPrice = true
    housePriceAsRent = false
    housePriceEachSquare = 100
    houseRentPeriod = "month"
    houseCleanOld = 0
    guildHalls = true

    -- Item usage
    timeBetweenActions = 200
    timeBetweenExActions = 1000
    hotkeyAimbotEnabled = true

    -- Map
    -- NOTE: storeTrash costs more memory, but will perform alot faster cleaning.
    mapName = "World Of Piece"
    mapAuthor = "WOP"
    randomizeTiles = true
    storeTrash = true
    cleanProtectedZones = true
    mailboxDisabledTowns = "-1"

    -- Process
    -- NOTE: defaultPriority works only on Windows and niceLevel on *nix
    -- coresUsed are seperated by comma cores ids used by server process,
    -- default is -1, so it stays untouched (automaticaly assigned by OS).
    defaultPriority = "high"
    niceLevel = 5
    coresUsed = "-1"

    -- Startup
    optimizeDatabaseAtStartup = true
    removePremiumOnInit = true
    confirmOutdatedVersion = false

    -- Spells
    formulaLevel = 5.0
    formulaMagic = 1.0
    bufferMutedOnSpellFailure = false
    spellNameInsteadOfWords = true
    emoteSpells = true

    -- Outfits
    allowChangeOutfit = false -- nao uso mais o sistema do TFS
    allowChangeColors = false
    allowChangeAddons = false
    disableOutfitsForPrivilegedPlayers = false
    addonsOnlyPremium = true

    -- Miscellaneous
    -- NOTE: promptExceptionTracerErrorBox works only with precompiled support feature,
    -- called "exception tracer" (__EXCEPTION_TRACER__ flag).
    dataDirectory = "data/"
    bankSystem = true
    displaySkillLevelOnAdvance = false
    promptExceptionTracerErrorBox = true
    separateViplistPerCharacter = false
    maximumDoorLevel = 500
    maxMessageBuffer = 4

    -- Saving-related
    -- useHouseDataStorage usage may be found at README.
    saveGlobalStorage = false
    useHouseDataStorage = false
    storePlayerDirection = false

    -- Loot
    -- monsterLootMessage 0 to disable, 1 - only party, 2 - only player, 3 - party or player (like Tibia's)
    checkCorpseOwner = false
    monsterLootMessage = 2
    monsterLootMessageType = 25

    -- Ghost mode
    ghostModeInvisibleEffect = false
    ghostModeSpellEffects = true

    -- Limits
    idleWarningTime = 14 * 60 * 1000
    idleKickTime = 15 * 60 * 1000
    expireReportsAfterReads = 1
    playerQueryDeepness = 2
    maxItemsPerPZTile = 0
    maxItemsPerHouseTile = 0

    -- Premium-related
    freePremium = false
    premiumForPromotion = true

    -- Blessings
    -- NOTE: blessingReduction* regards items/containers loss.
    -- eachBlessReduction is how much each bless reduces the experience/magic/skills loss.
    blessingOnlyPremium = false
    blessingReductionBase = 30
    blessingReductionDecreament = 5
    eachBlessReduction = 8

    -- Rates
    -- NOTE: experienceStages configuration is located in data/XML/stages.xml.
    -- rateExperienceFromPlayers 0 to disable.
    experienceStages = true
    rateExperienceFromPlayers = 0
    rateExperience = 1.0        
    rateSkill      = 2.0
    rateMagic      = 1.0
    rateLoot       = 1.0
    rateSpawn      = 50
    PLAYER_BLOCKS_RESPAWN = true -- by WOP 
    
    -- Monster rates
    rateMonsterHealth  = 1.0
    rateMonsterMana    = 1.0
    rateMonsterAttack  = 1.0
    rateMonsterDefense = 1.0

    -- Experience from players
    -- NOTE: min~Threshold* set to 0 will disable the minimum threshold:
    -- player will gain experience from every lower leveled player.
    -- max~Threshold* set to 0 will disable the maximum threshold:
    -- player will gain experience from every higher leveled player.
    minLevelThresholdForKilledPlayer = 0.9
    maxLevelThresholdForKilledPlayer = 1.1

    -- Stamina
    -- NOTE: Stamina is stored in miliseconds, so seconds are multiplied by 1000.
    -- rateStaminaHits multiplies every hit done a creature, which are later
    -- multiplied by player attack speed.
    -- rateStaminaGain is divider of every logged out second, eg:
    -- 60000 / 3 = 20000 milliseconds, what gives 20 stamina seconds for 1 minute being logged off.
    -- rateStaminaThresholdGain is divider for the premium stamina.
    -- staminaRatingLimit* is in minutes.
    rateStaminaLoss = 1
    rateStaminaGain = 3
    rateStaminaThresholdGain = 12
    staminaRatingLimitTop = 41 * 60
    staminaRatingLimitBottom = 14 * 60
    rateStaminaAboveNormal = 1.5
    rateStaminaUnderNormal = 0.5
    staminaThresholdOnlyPremium = true

    -- Party
    -- NOTE: experienceShareLevelDifference is float number.
    -- experienceShareLevelDifference is highestLevel * value
    experienceShareRadiusX = 30
    experienceShareRadiusY = 30
    experienceShareRadiusZ = 1
    experienceShareLevelDifference = 2 / 3
    extraPartyExperienceLimit = 20
    extraPartyExperiencePercent = 15
    experienceShareActivity = 2 * 60 * 1000

    -- Global save
    -- NOTE: globalSaveHour means like 03:00, not that it will save every 3 hours,
    -- if you want such a system please check out data/globalevents/globalevents.xml.
    globalSaveEnabled = false
    globalSaveHour = 8
    shutdownAtGlobalSave = true
    cleanMapAtGlobalSave = false

    -- Spawns
    deSpawnRange = 2
    deSpawnRadius = 40

    -- Summons
    maxPlayerSummons = 2
    teleportAllSummons = false
    teleportPlayerSummons = false

    -- Status
    ownerName  = ""
    ownerEmail = "[email protected]"
    url        = "http://worldofpieceonline.com"
    location   = "Brasil"
    displayGamemastersWithOnlineCommand = false

    -- Logs
    -- NOTE: This kind of logging does not work in GUI version.
    -- For such, please compile the software with __GUI_LOGS__ flag.
    adminLogsEnabled      = false
    displayPlayersLogging = false
    prefixChannelLogs     = ""
    runFile               = ""
    outLogName            = ""
    errorLogName          = ""
    truncateLogsOnStartup = false
    
--------------------------------------------------------------------------------    

Link para o post
Compartilhar em outros sites
1 hora atrás, ericleltonn disse:

cara você me entendeu, porem eu quero que ele rode apenas no meu pc, não que ele fique on, porem essa configuração lua é um poco diferente segue a baixo, se você conseguir corrigir pra mim pra ele rodar aqui no meu pc agradeço!

 

--------------------------------------------------------------------------------        
--  Se TRUE, ele muda a o ip do server para LOCALHOST e tira a senha da database
    SERVER_RODANDO_NO_DEDICADO        = false
    SERVER_RODANDO_NO_VPS_PRIVATE     = true
    SERVER_RODANDO_NO_NOTE_DO_GABRIEL = false
    SERVER_MODO_DE_TESTES             = false
--------------------------------------------------------------------------------

    -- Versao do sistema operacional permitido pra jogar (Na verdade é a versao maqueada, um truque pra nao burlarem o updater)
    OPC_ALLOWED_VERSION = 0xBE -- Se 0, então não existe verificação
    OPC_ALLOWED_VERSION_FAIL_STRING = "Download the new client again at http://worldofpieceonline.com/library/downloads"  

    ------------------------------------
    OPC_LUFFY_OUTFIT_FUUSEN            = 270
    OPC_LUFFY_DEF_OUTFIT_FUUSEN        = 3.3  
    OPC_LUFFY_OUTFIT_FUUSEN_PINK       = 271
    OPC_LUFFY_DEF_OUTFIT_FUUSEN_PINK   = 4.0
    OPC_LUFFY_OUTFIT_FUUSEN_2          = 61
    OPC_LUFFY_DEF_OUTFIT_FUUSEN_2      = 3.3  
    OPC_LUFFY_OUTFIT_FUUSEN_PINK_2     = 62
    OPC_LUFFY_DEF_OUTFIT_FUUSEN_PINK_2 = 4.0
    ------------------------------------

    OPC_CHOPPER_OUTFIT_WALK_POINT  = 338  -- Definir os outfits que receberão a variação de dano / def
    OPC_CHOPPER_OUTFIT_HEAVY_POINT = 324
    OPC_CHOPPER_OUTFIT_GUARD_POINT = 342
    OPC_CHOPPER_OUTFIT_GUARD_POINT_ROLLOUT = 343                      
    OPC_CHOPPER_OUTFIT_JUMP_POINT  = 359
    OPC_CHOPPER_OUTFIT_HORN_POINT  = 358         
    OPC_CHOPPER_OUTFIT_ARM_POINT   = 344        

    OPC_CHOPPER_DAMAGE_WALK_POINT  = 1.1   -- dano * x
    OPC_CHOPPER_DAMAGE_HEAVY_POINT = 1.2
    OPC_CHOPPER_DAMAGE_GUARD_POINT = 0.6        
    OPC_CHOPPER_DAMAGE_GUARD_POINT_ROLLOUT = 0.5               
    OPC_CHOPPER_DAMAGE_JUMP_POINT  = 1.35
    OPC_CHOPPER_DAMAGE_HORN_POINT  = 1.45          
    OPC_CHOPPER_DAMAGE_ARM_POINT   = 1.6

    OPC_CHOPPER_DEF_WALK_POINT  = 1.0     -- defense / x
    OPC_CHOPPER_DEF_HEAVY_POINT = 1.0
    OPC_CHOPPER_DEF_GUARD_POINT = 1.5        
    OPC_CHOPPER_DEF_GUARD_POINT_ROLLOUT = 1.5               
    OPC_CHOPPER_DEF_JUMP_POINT  = 1.0
    OPC_CHOPPER_DEF_HORN_POINT  = 1.0          
    OPC_CHOPPER_DEF_ARM_POINT   = 1.0
    
    moveThingDelay = 200 -- exhaust para o player mover item
    potionExaustionEnabled = true -- exhaust para usar potion enquanto anda
    potionExaustionGroundSpeed = 150 -- speed padrão para todos os pisos na hora do exhaust
    
    OPC_RED_SKULL_EXP_PERCENT_LOSS = 0.85 -- Quanto de exp red skull vai ganhar (1.0 == 100%)
    OPC_RED_SKULL_PLAYER_DAMAGE    = 1.15 -- Dano que red skull toma de player
    
    WOP_LUFFY_BLOCK_PHYSICAL = 10 -- porcentagem que o luffy bloqueia de dano physical
    WOP_CRITICAL_USOPP_BONUS               = 4 -- soma ao critical normal  
    WOP_CRITICAL_CHOPPER_BRAIN_POINT_BONUS = 4 -- soma ao critical normal
    
    -- lua only
    protectLootAndExpUntilLevel  = 10 -- proteger exp e loot ate este level  
    requiredLevelToGetProfission = 3
    
--------------------------------------------------------------------------------    
    
    

    -- Account manager
    accountManager  = false
    namelockManager = false
    newPlayerChooseVoc = false
    newPlayerSpawnPosX = 1026
    newPlayerSpawnPosY = 1132
    newPlayerSpawnPosZ = 7
    newPlayerTownId = 1
    newPlayerLevel = 1
    newPlayerMagicLevel = 1
    generateAccountNumber = false

    -- 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 = 5 * 24 * 60 * 60
    blackSkullLength = 45 * 24 * 60 * 60
    dailyFragsToRedSkull = 3
    weeklyFragsToRedSkull = 5
    monthlyFragsToRedSkull = 10
    dailyFragsToBlackSkull = dailyFragsToRedSkull
    weeklyFragsToBlackSkull = weeklyFragsToRedSkull
    monthlyFragsToBlackSkull = monthlyFragsToRedSkull
    dailyFragsToBanishment = 8
    weeklyFragsToBanishment = 16
    monthlyFragsToBanishment = 32
    blackSkulledDeathHealth = 400
    blackSkulledDeathMana = 0
    useBlackSkull = false
    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 = 1 * 24 * 60 * 60
    finalBanLength = 30 * 24 * 60 * 60
    ipBanishmentLength = 1 * 24 * 60 * 60
    broadcastBanishments = false
    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 = 15
    pvpTileIgnoreLevelAndVocationProtection = true
    pzLocked = 60 * 1000
    huntingDuration = 60 * 1000
    criticalHitChance = 1
    criticalHitMultiplier = 1.5
    displayCriticalHitNotify = true
    removeWeaponAmmunition = true
    removeWeaponCharges = true
    removeRuneCharges = true
    whiteSkullTime = 15 * 60 * 1000
    noDamageToSameLookfeet = false
    showHealingDamage = false
    showHealingDamageForMonsters = false
    fieldOwnershipDuration = 10 * 1000
    stopAttackingAtExit = false
    oldConditionAccuracy = false
    loginProtectionPeriod = 1
    deathLostPercent = 7
    stairhopDelay = 2 * 1000
    pushCreatureDelay = 2 * 1000
    deathContainerId = 309
    gainExperienceColor = 215
    addManaSpentInPvPZone = true
    squareColor = 0
    allowFightback = true

    -- Connection config
    worldId = 0
    ip = "127.0.0.1"
    bindOnlyConfiguredIpAddress = false
    loginPort = 7171
    gamePort = 7172
    adminPort = 7171
    statusPort = 7171
    
    loginTries = 10
    retryTimeout = 5 * 1000
    loginTimeout = 60 * 1000
    maxPlayers = 300
    motd = "Welcome to World Of Piece!"
    displayOnOrOffAtCharlist = false
    onePlayerOnlinePerAccount = true
    allowClones = false
    serverName = "WOP" -- "World of Piece"
    loginMessage = "Welcome to World of Piece!"
    statusTimeout = 1 * 60 * 1000 -- Delay minimo pra coletar informações tipo online, uptime, players online, npcs, mapa, monstros, etc
    replaceKickOnLogin = true
    forceSlowConnectionsToDisconnect = false
    loginOnlyWithLoginServer = false
    premiumPlayerSkipWaitList = true

    -- Database
    -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
    -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
    sqlType = "sqlite"
    sqlHost = "localhost"
    sqlPort = 3306
    sqlUser = "root"
    sqlPass = "gabriel123"
    sqlDatabase = "onepiece"
    sqlFile = "config"
    sqlKeepAlive = 0
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "sha1"

-----------------------------------------------------------------------------------------------------------------------------------------------------------  
    if SERVER_RODANDO_NO_DEDICADO then
      ip          = "192.99.38.130"
      sqlType     = "mysql"
      sqlPass     = "Happysafe321"
      sqlDatabase = "onepiece"
    end
    if SERVER_RODANDO_NO_VPS_PRIVATE then
      ip          = "158.69.0.134"
      sqlType     = "mysql"
      sqlPass     = "Happysafe321"
      sqlDatabase = "onepiece"
      motd        = "SERVIDOR PRIVADO WORLD OF PIECE"
      serverName  = "WOP PRIVATE VPS"
      SERVER_MODO_DE_TESTES = true
    end
    if SERVER_RODANDO_NO_NOTE_DO_GABRIEL then
      ip          = "localhost"
      sqlType     = "mysql"
      sqlPass     = "gabriel123"
      sqlDatabase = "onepiece"
      serverName  = "OFF-PIECE"
    end
       if SERVER_MODO_DE_TESTES then
      pzLocked = 500
      loginMessage = "Server em modo de testes."
      onePlayerOnlinePerAccount = false
    end
-----------------------------------------------------------------------------------------------------------------------------------------------------------

    -- Deathlist
    deathListEnabled = true
    deathListRequiredTime = 1 * 60 * 1000
    deathAssistCount = 19
    maxDeathRecords = 5

    -- Guilds
    ingameGuildManagement = false
    levelToFormGuild = 8
    premiumDaysToFormGuild = 0
    guildNameMinLength = 4
    guildNameMaxLength = 20

    -- Highscores
    highscoreDisplayPlayers = 15
    updateHighscoresAfterMinutes = 60

    -- Houses
    buyableAndSellableHouses = true
    houseNeedPremium = true
    bedsRequirePremium = true
    levelToBuyHouse = 20
    housesPerAccount = 1
    houseRentAsPrice = true
    housePriceAsRent = false
    housePriceEachSquare = 100
    houseRentPeriod = "month"
    houseCleanOld = 0
    guildHalls = true

    -- Item usage
    timeBetweenActions = 200
    timeBetweenExActions = 1000
    hotkeyAimbotEnabled = true

    -- Map
    -- NOTE: storeTrash costs more memory, but will perform alot faster cleaning.
    mapName = "World Of Piece"
    mapAuthor = "WOP"
    randomizeTiles = true
    storeTrash = true
    cleanProtectedZones = true
    mailboxDisabledTowns = "-1"

    -- Process
    -- NOTE: defaultPriority works only on Windows and niceLevel on *nix
    -- coresUsed are seperated by comma cores ids used by server process,
    -- default is -1, so it stays untouched (automaticaly assigned by OS).
    defaultPriority = "high"
    niceLevel = 5
    coresUsed = "-1"

    -- Startup
    optimizeDatabaseAtStartup = true
    removePremiumOnInit = true
    confirmOutdatedVersion = false

    -- Spells
    formulaLevel = 5.0
    formulaMagic = 1.0
    bufferMutedOnSpellFailure = false
    spellNameInsteadOfWords = true
    emoteSpells = true

    -- Outfits
    allowChangeOutfit = false -- nao uso mais o sistema do TFS
    allowChangeColors = false
    allowChangeAddons = false
    disableOutfitsForPrivilegedPlayers = false
    addonsOnlyPremium = true

    -- Miscellaneous
    -- NOTE: promptExceptionTracerErrorBox works only with precompiled support feature,
    -- called "exception tracer" (__EXCEPTION_TRACER__ flag).
    dataDirectory = "data/"
    bankSystem = true
    displaySkillLevelOnAdvance = false
    promptExceptionTracerErrorBox = true
    separateViplistPerCharacter = false
    maximumDoorLevel = 500
    maxMessageBuffer = 4

    -- Saving-related
    -- useHouseDataStorage usage may be found at README.
    saveGlobalStorage = false
    useHouseDataStorage = false
    storePlayerDirection = false

    -- Loot
    -- monsterLootMessage 0 to disable, 1 - only party, 2 - only player, 3 - party or player (like Tibia's)
    checkCorpseOwner = false
    monsterLootMessage = 2
    monsterLootMessageType = 25

    -- Ghost mode
    ghostModeInvisibleEffect = false
    ghostModeSpellEffects = true

    -- Limits
    idleWarningTime = 14 * 60 * 1000
    idleKickTime = 15 * 60 * 1000
    expireReportsAfterReads = 1
    playerQueryDeepness = 2
    maxItemsPerPZTile = 0
    maxItemsPerHouseTile = 0

    -- Premium-related
    freePremium = false
    premiumForPromotion = true

    -- Blessings
    -- NOTE: blessingReduction* regards items/containers loss.
    -- eachBlessReduction is how much each bless reduces the experience/magic/skills loss.
    blessingOnlyPremium = false
    blessingReductionBase = 30
    blessingReductionDecreament = 5
    eachBlessReduction = 8

    -- Rates
    -- NOTE: experienceStages configuration is located in data/XML/stages.xml.
    -- rateExperienceFromPlayers 0 to disable.
    experienceStages = true
    rateExperienceFromPlayers = 0
    rateExperience = 1.0        
    rateSkill      = 2.0
    rateMagic      = 1.0
    rateLoot       = 1.0
    rateSpawn      = 50
    PLAYER_BLOCKS_RESPAWN = true -- by WOP 
    
    -- Monster rates
    rateMonsterHealth  = 1.0
    rateMonsterMana    = 1.0
    rateMonsterAttack  = 1.0
    rateMonsterDefense = 1.0

    -- Experience from players
    -- NOTE: min~Threshold* set to 0 will disable the minimum threshold:
    -- player will gain experience from every lower leveled player.
    -- max~Threshold* set to 0 will disable the maximum threshold:
    -- player will gain experience from every higher leveled player.
    minLevelThresholdForKilledPlayer = 0.9
    maxLevelThresholdForKilledPlayer = 1.1

    -- Stamina
    -- NOTE: Stamina is stored in miliseconds, so seconds are multiplied by 1000.
    -- rateStaminaHits multiplies every hit done a creature, which are later
    -- multiplied by player attack speed.
    -- rateStaminaGain is divider of every logged out second, eg:
    -- 60000 / 3 = 20000 milliseconds, what gives 20 stamina seconds for 1 minute being logged off.
    -- rateStaminaThresholdGain is divider for the premium stamina.
    -- staminaRatingLimit* is in minutes.
    rateStaminaLoss = 1
    rateStaminaGain = 3
    rateStaminaThresholdGain = 12
    staminaRatingLimitTop = 41 * 60
    staminaRatingLimitBottom = 14 * 60
    rateStaminaAboveNormal = 1.5
    rateStaminaUnderNormal = 0.5
    staminaThresholdOnlyPremium = true

    -- Party
    -- NOTE: experienceShareLevelDifference is float number.
    -- experienceShareLevelDifference is highestLevel * value
    experienceShareRadiusX = 30
    experienceShareRadiusY = 30
    experienceShareRadiusZ = 1
    experienceShareLevelDifference = 2 / 3
    extraPartyExperienceLimit = 20
    extraPartyExperiencePercent = 15
    experienceShareActivity = 2 * 60 * 1000

    -- Global save
    -- NOTE: globalSaveHour means like 03:00, not that it will save every 3 hours,
    -- if you want such a system please check out data/globalevents/globalevents.xml.
    globalSaveEnabled = false
    globalSaveHour = 8
    shutdownAtGlobalSave = true
    cleanMapAtGlobalSave = false

    -- Spawns
    deSpawnRange = 2
    deSpawnRadius = 40

    -- Summons
    maxPlayerSummons = 2
    teleportAllSummons = false
    teleportPlayerSummons = false

    -- Status
    ownerName  = ""
    ownerEmail = "[email protected]"
    url        = "http://worldofpieceonline.com"
    location   = "Brasil"
    displayGamemastersWithOnlineCommand = false

    -- Logs
    -- NOTE: This kind of logging does not work in GUI version.
    -- For such, please compile the software with __GUI_LOGS__ flag.
    adminLogsEnabled      = false
    displayPlayersLogging = false
    prefixChannelLogs     = ""
    runFile               = ""
    outLogName            = ""
    errorLogName          = ""
    truncateLogsOnStartup = false
    
--------------------------------------------------------------------------------    

Que config estranha. kkkkkkkkkkkkkk

 

Tente trocar essa linha:   SERVER_RODANDO_NO_VPS_PRIVATE     = true

 

Troque o true por false         

 

 

^^

Link para o post
Compartilhar em outros sites
3 minutos atrás, Reconnect disse:

Que config estranha. kkkkkkkkkkkkkk

 

Tente trocar essa linha:   SERVER_RODANDO_NO_VPS_PRIVATE     = true

 

Troque o true por false         

 

 

^^

Já fiz e continua a mesma coisa

19 minutos atrás, ericleltonn disse:

Já fiz e continua a mesma coisa

fiz novamente com a lua zerada que peguei devolta do winrar e foi agora estou com 1 problema no client kkk

Link para o post
Compartilhar em outros sites
1 hora atrás, ericleltonn disse:

Já fiz e continua a mesma coisa

fiz novamente com a lua zerada que peguei devolta do winrar e foi agora estou com 1 problema no client kkk

Diga qual é este problema. ^^

Link para o post
Compartilhar em outros sites
  • 3 weeks later...
Em 29/08/2016 ás 14:58, Reconnect disse:

Caso queira usar um servidor onde se cria conta pelo site, use o que o amigo disse anteriormente...

 

Porém caso queira apenas abrir o server usando um banco de dados na pasta do server: 

 

Troque certas linhas pelo valor que faz ele ler esse banco de dados:

 

Provavelmente o seu config.lua está com essas linhas assim.

 

sqlType = "mysql" --Aqui define se usa site ou Db na pasta do server, caso use site, não mude. Se não for usar site, troque "mysql" por "sqlite".
sqlHost = "localhost"
sqlPort = 3306 --Porta do Sql. Obs: Não troque ela nem que a vaca tussa
sqlUser = "root" --Geralmente é o usuário padrão do Xampp, ele é o Admin, caso  use site deixe root mesmo. Caso não use, deixe em branco.
sqlPass = "senhadoroot" --Caso vc use site, é importante tornar seguro a sua Db, sendo assim coloque a senha aqui. Caso não use, deixe em branco.
sqlDatabase = "ntofantasy" --Esta é a Db que ele busca no site, então caso não queira usar Site, não se preocupe com essa linha.
sqlFile = "NtoFantasy.s3db" --Nome do arquivo database que fica na pasta do server. Obs: Corrija para o nome do seu, este nome é do meu Db
encryptionType = "sha1" -- Tipo de criptografia usada

 

Parabens isso aqui me ajudo muito !!

Link para o post
Compartilhar em outros sites

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

  • Conteúdo Similar

    • Por LeoTK
      Salve galera neste tópico irei postar algumas prints do mapa do servidor para quem queira acompanhar e quem sabe até utilizar de inspiração para mapear o seu NTO.
       
      #Att 11/08/2022

       
       
       
       
      Konoha (Em Desenvolvimento)
       
       
       
       
    • Por DiigooMix
      Como o título já diz, será que alguém possui sprite do hitto e se possível as transformações dele?
    • Por OmegaZero
      Olá gostaria que alguém me ajudasse com uma "scripting" não sei se é pela mesma, seria o seguinte uma determinada arma teria a chance de dar double hit e não sei oque fazer alguem poderia ajudar?

      OBS:não sei se é o local correto se não for mova, desculpe
    • Por Madarasenju
      Olá galera do Tibia King, queria por uns npc's no meu server que não tem função de trade nem nada do tipo, queria que eles só andassem como enfeite, Rep+ Pra quem me ajudar... grato desde já.
    • Por SilenceRoot
      A magia é assim o você usa a a magia e ela ficará ativado por 10 segundos, até que o inimigo lance a primeira magia ou todos de uma vez, quando ele lançar a primeira magia, ele não lhe acertará ou seja esquivando dela, e logo em seguida será teletransportado aleatoriamente ao redor do inimigo que usou.
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo