Ir para conteúdo

DarkRed

Membro
  • Registro em

  • Última visita

Tudo que DarkRed postou

  1. DarkRed postou uma resposta no tópico em Suporte Websites
    Diga em poucas palavras a base utilizada (Nome do servidor ou nome do website). Ex. TFS 1.0 Base: Servidor Anonymous poketibia Qual erro está surgindo/O que você procura? queria saber como faco para criar conta por site e aparecer na minha forgottenserver.s3db eu crio pelo site entreo no meu servidor mais quando tento achar ela na minha forgottenserver.s3db ela nao aparece Você tem o código disponível? Se tiver publique-o aqui: Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.
  2. desculpa reviver o topico mais queria saber como faco para cria conta no site e passa para o meu forgottenserver.s3db eu crio no site e nao configo passa para meu servidor poderia me ajudar
  3. @zipter98 bpa noite poderia fazer para funciona para shiny ditto ou altera para shiny não entendo nada de scripts porem achei muito top já deixei meu rep + vlw agradeço desde já.
  4. Diga em poucas palavras a base utilizada (Nome do servidor ou nome do website). Ex. TFS 1.3; Base: Erondino V12 com soucer Qual erro está surgindo/O que você procura? Quando chamo o pokémon ele simplesmente morre e volta para a Pokebola Você tem o código disponível? Se tiver publique-o aqui: Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.
  5. voce tem q usar o hamachi mais antigo para poder fuciona voce troco o ip no conf.lua e no seu cliente pelo ip v4 do hamachi
  6. ko g_window.setTitle(g_app.getName()) g_window.setIcon('/images/clienticon') queria coloca poketibia so q nao achei o lugar e meu servidor nao tem soucer
  7. alguem me ajuda a coloca no poketibia
  8. como mudar o nome do cliente mais já vi os tutorias aqui mais nenhum consegui troca alguém ajuda. local musicFilename = "/sounds/startup" local musicChannel = g_sounds.getChannel(1) function setMusic(filename) musicFilename = filename if not g_game.isOnline() then musicChannel:stop() musicChannel:enqueue(musicFilename, 3) end end function reloadScripts() g_textures.clearCache() g_modules.reloadModules() local script = '/' .. g_app.getCompactName() .. 'rc' if g_resources.fileExists(script) then dofile(script) end local message = tr('All modules and scripts were reloaded.') modules.game_textmessage.displayGameMessage(message) print(message) end function startup() -- Play startup music (The Silver Tree, by Mattias Westlund) musicChannel:enqueue(musicFilename, 3) connect(g_game, { onGameStart = function() musicChannel:stop(3) end }) connect(g_game, { onGameEnd = function() g_sounds.stopAll() musicChannel:enqueue(musicFilename, 3) end }) -- Check for startup errors local errtitle = nil local errmsg = nil if g_graphics.getRenderer():lower():match('gdi generic') then errtitle = tr('Graphics card driver not detected') errmsg = tr('No graphics card detected, everything will be drawn using the CPU,\nthus the performance will be really bad.\nPlease update your graphics driver to have a better performance.') end -- Show entergame if errmsg or errtitle then local msgbox = displayErrorBox(errtitle, errmsg) msgbox.onOk = function() EnterGame.firstShow() end else EnterGame.firstShow() end end function init() connect(g_app, { onRun = startup, onExit = exit }) g_window.setMinimumSize({ width = 600, height = 480 }) g_sounds.preload(musicFilename) g_game.enableFeature(GameMagicEffectU16) -- initialize in fullscreen mode on mobile devices if g_window.getPlatformType() == "X11-EGL" then g_window.setFullscreen(true) else -- window size local size = { width = 800, height = 600 } size = g_settings.getSize('window-size', size) g_window.resize(size) -- window position, default is the screen center local displaySize = g_window.getDisplaySize() local defaultPos = { x = (displaySize.width - size.width)/2, y = (displaySize.height - size.height)/2 } local pos = g_settings.getPoint('window-pos', defaultPos) pos.x = math.max(pos.x, 0) pos.y = math.max(pos.y, 0) g_window.move(pos) -- window maximized? local maximized = g_settings.getBoolean('window-maximized', false) if maximized then g_window.maximize() end end g_window.setTitle(g_app.getName()) g_window.setIcon('/images/clienticon') -- poll resize events g_window.poll() g_keyboard.bindKeyDown('Ctrl+Shift+R', reloadScripts) -- generate machine uuid, this is a security measure for storing passwords if not g_crypt.setMachineUUID(g_configs.get('uuid')) then g_configs.set('uuid', g_crypt.getMachineUUID()) g_configs.save() end end function terminate() disconnect(g_app, { onRun = startup, onExit = exit }) -- save window configs g_settings.set('window-size', g_window.getUnmaximizedSize()) g_settings.set('window-pos', g_window.getUnmaximizedPos()) g_settings.set('window-maximized', g_window.isMaximized()) local protocolVersion = g_game.getProtocolVersion() if protocolVersion ~= 0 then g_settings.set('protocol-version', protocolVersion) end end function exit() g_logger.info("Exiting application..") end
  9. DarkRed postou uma resposta no tópico em Suporte Tibia OTServer
    ola poderia me ajuda com essa parte: <attribute key="slotType" value="ring" /> <action itemid="13305" event="script" value="bike.lua"/>
  10. Diga em poucas palavras a base utilizada (Nome do servidor ou nome do website). Ex. TFS 1.0 Base: base otpokemon Qual erro está surgindo/O que você procura? como botar teleporte TC poketibia sei q e pelo data\movements\scripts\PVP ( Trade_Go ) eu ja consegui me teleport para o pvp mais nao consegui volta de la exemplo vou de saffron para o TC mais não volto do TC para saffron Você tem o código disponível? Se tiver publique-o aqui: local s = { --[action id] = {pos de volta} [33691] = {x=890,y=1671,z=6}, -- Cinnabar [33692] = {x=950,y=1000,z=7}, -- pewter [33693] = {x=1348,y=998,z=7}, -- cerulean [33694] = {x=1057,y=1047,z=6}, -- saffron [33695] = {x=1358,y=1322,z=7}, -- vermillion [33696] = {x=1365,y=1469,z=7}, -- fuchsia [33697] = {x=934,y=1304,z=7}, -- viridian [33698] = {x=1232,y=1220,z=6}, -- celadon [33699] = {x=1501,y=1172,z=7}, -- Lavender [33700] = {x=1429,y=1599,z=6}, -- Snow City [33701] = {x=547,y=676,z=7}, -- Golden Arena } local b = { --[action id] = {{pos para onde ir}, {pos de volta}}, [33702] = {{x=1061,y=1191,z=10}, {x=985,y=1083,z=13}}, -- saffron [33703] = {{x=862,y=1086,z=13}, {x=982,y=1083,z=13}}, -- Clan Orebound [33704] = {{x=820,y=1086,z=13}, {x=979,y=1083,z=13}}, -- Clan Wingeon [33705] = {{x=779,y=1085,z=13}, {x=976,y=1083,z=13}}, -- Clan Naturia [33706] = {{x=737,y=1085,z=13}, {x=973,y=1083,z=13}}, -- Clan Seavel [33707] = {{x=697,y=1085,z=13}, {x=970,y=1083,z=13}}, -- Clan Gardestrike [33708] = {{x=656,y=1085,z=13}, {x=967,y=1083,z=13}}, -- Clan Malefic [33709] = {{x=616,y=1085,z=13}, {x=964,y=1083,z=13}}, -- Clan Raibolt [33710] = {{x=575,y=1085,z=13}, {x=961,y=1083,z=13}}, -- Clan Volcanic } function onStepIn(cid, item, pos) if isSummon(cid) then return false end -- local posi = {x=1066, y=1188, z=10} --posiçao do Trade Center... local pos = s[item.actionid] local storage = 171877 -- if b[item.actionid] then pos = b[item.actionid][2] posi = b[item.actionid][1] storage = 171878 end setPlayerStorageValue(cid, storage, "/"..pos.x..";"..pos.y..";"..pos.z.."/") -- if #getCreatureSummons(cid) >= 1 then for i = 1, #getCreatureSummons(cid) do doTeleportThing(getCreatureSummons(cid), {x=posi.x - 1, y=posi.y, z=posi.z}, false) end end doTeleportThing(cid, {x=posi.x, y=posi.y, z=posi.z}, false) return true end Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.
  11. Diga em poucas palavras a base utilizada (Nome do servidor ou nome do website). Ex. TFS 1.0 Base: gabriel txu 3.2 Qual erro está surgindo/O que você procura? queria ajuda no teleport do cp para o pvp e quando volta volta para city q foi para o pvp Você tem o código disponível? Se tiver publique-o aqui: Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.
  12. Diga em poucas palavras a base utilizada (Nome do servidor ou nome do website). Ex. TFS 1.0; Base: pokemon ilusion Qual erro está surgindo/O que você procura? queria ajuda para criar uma spaw de poke de agua como do tetacruel ou gyarados so queria sabe como criar a agua do lado de baixo desde agora agradeco pelo ajuda se alguem ajuda dou rep+ Você tem o código disponível? Se tiver publique-o aqui: Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.
  13. Diga em poucas palavras a base utilizada (Nome do servidor ou nome do website). Ex. TFS 1.3; Base: Serve Gabrieltxu Full 3.0 Qual erro está surgindo/O que você procura? erro no surf poketibia nao consigo surf pois esou criando o mapa do zero sera q alguem poderia me ajuda Você tem o código disponível? Se tiver publique-o aqui: local function doSendMagicEffecte(pos, effect) addEvent(doSendMagicEffect, 50, pos, effect) end local waters = {11756, 4614, 4615, 4616, 4617, 4618, 4619, 4608, 4609, 4610, 4611, 4612, 4613, 7236, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625, 4665, 4666, 4820, 4821, 4822, 4823, 4824, 4825} --alterado v2.5 local flie = {'4820', '4821', '4822', '4823', '4824', '4825'} --alterado v2.6 tabela agora em configuration.lua! local premium = false function onStepIn(cid, item, position, fromPosition) if not isPlayer(cid) or getPlayerAccess(cid) >= 6 then return true end if isPlayer(cid) and getCreatureOutfit(cid).lookType == 814 then return false end -- TV if isPlayer(cid) and not isPremium(cid) and premium == true then doTeleportThing(cid, fromPosition, false) doPlayerSendCancel(cid, "Only premium members are allowed to surf.") return true end if getCreatureOutfit(cid).lookType == 316 or getCreatureOutfit(cid).lookType == 648 then doSendMagicEffect(fromPosition, 136) end if (getPlayerStorageValue(cid, 63215) >= 1 or getPlayerStorageValue(cid, 17000) >= 1) then return true end if #getCreatureSummons(cid) == 0 then doPlayerSendCancel(cid, "You need a pokemon to surf.") doTeleportThing(cid, fromPosition, false) return true end if (not isInArray(specialabilities["surf"], getPokemonName(getCreatureSummons(cid)[1]))) then --alterado v2.6 doPlayerSendCancel(cid, "This pokemon cannot surf.") doTeleportThing(cid, fromPosition, false) return true end if getPlayerStorageValue(cid, 5700) == 1 then doPlayerSendCancel(cid, "You can't do that while is mount in a bike!") doTeleportThing(cid, fromPosition, false) return true end if getPlayerStorageValue(cid, 212124) >= 1 then --alterado v2.6 doPlayerSendCancel(cid, "You can't do it with a pokemon with mind controlled!") doTeleportThing(cid, fromPosition, false) return true end if getPlayerStorageValue(cid, 52480) >= 1 then doPlayerSendCancel(cid, "You can't do it while a duel!") --alterado v2.6 doTeleportThing(cid, fromPosition, false) return true end if getPlayerStorageValue(cid, 6598754) == 1 or getPlayerStorageValue(cid, 6598755) == 1 then doPlayerSendCancel(cid, "You can't do it while in the PVP Zone!") --alterado v2.7 doTeleportThing(cid, fromPosition, false) return true end --alterado v2.6 doSetCreatureOutfit(cid, {lookType = surfs[getPokemonName(getCreatureSummons(cid)[1])].lookType + 351}, -1) doCreatureSay(cid, ""..getPokeName(getCreatureSummons(cid)[1])..", lets surf!", 1) doChangeSpeed(cid, -(getCreatureSpeed(cid))) local speed = 75 + PlayerSpeed + getSpeed(getCreatureSummons(cid)[1]) * 8 * speedRate setPlayerStorageValue(cid, 54844, speed) doChangeSpeed(cid, speed) local pct = getCreatureHealth(getCreatureSummons(cid)[1]) / getCreatureMaxHealth(getCreatureSummons(cid)[1]) local item = getPlayerSlotItem(cid, 8) --alterado v2.8 doItemSetAttribute(item.uid, "hp", pct) doRemoveCreature(getCreatureSummons(cid)[1]) if getItemAttribute(item.uid, "boost") and getItemAttribute(item.uid, "boost") >= 50 and getPlayerStorageValue(cid, 42368) <= 0 then addEvent(sendAuraEffect, 120, cid, auraSyst[getItemAttribute(item.uid, "aura")]) --alterado v2.8 end if useOTClient then doPlayerSendCancel(cid, '12//,hide') --alterado v2.8 end addEvent(setPlayerStorageValue, 100, cid, 63215, 1) return true end local direffects = {30, 49, 9, 51} function onStepOut(cid, item, position, fromPosition) if isPlayer(cid) and getCreatureOutfit(cid).lookType == 814 then return false end local checkpos = fromPosition checkpos.stackpos = 0 if isInArray(waters, getTileInfo(checkpos).itemid) then if getPlayerStorageValue(cid, 63215) >= 1 or getPlayerStorageValue(cid, 17000) >= 1 then doSendMagicEffecte(fromPosition, direffects[getCreatureLookDir(cid) + 1]) end end if not isInArray(waters, getTileInfo(getThingPos(cid)).itemid) then if getPlayerStorageValue(cid, 17000) >= 1 then return true end if getPlayerStorageValue(cid, 63215) <= 0 then return true end doRemoveCondition(cid, CONDITION_OUTFIT) setPlayerStorageValue(cid, 63215, -1) local item = getPlayerSlotItem(cid, 8) local pokemon = getItemAttribute(item.uid, "poke") local x = pokes[pokemon] if not x then return true end if getItemAttribute(item.uid, "nick") then doCreatureSay(cid, getItemAttribute(item.uid, "nick")..", I'm tired of surfing!", 1) else doCreatureSay(cid, getItemAttribute(item.uid, "poke")..", I'm tired of surfing!", 1) end doSummonMonster(cid, pokemon) local pk = getCreatureSummons(cid)[1] if not isCreature(pk) then pk = doCreateMonster(pokemon, backupPos) if not isCreature(pk) then doPlayerSendCancel(cid, "You can't stop surfing here.") doTeleportThing(cid, fromPosition, false) return true end doConvinceCreature(cid, pk) end doChangeSpeed(pk, getCreatureSpeed(cid)) doChangeSpeed(cid, -getCreatureSpeed(cid)) doRegainSpeed(cid) --alterado v2.6 doTeleportThing(pk, fromPosition, false) doTeleportThing(pk, getThingPos(cid), true) doCreatureSetLookDir(pk, getCreatureLookDir(cid)) adjustStatus(pk, item.uid, true, false, true) if useOTClient then doPlayerSendCancel(cid, '12//,show') --alterado v2.8 end end return true end Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.
  14. obrigado resolvido olha eu estava apagando unnamed town e ele sumia agora eu deixei e ele nao apaga mais a entrada da house ele tenho q deixa os unnamed town e no town por isso apagava as house.
  15. Já fiz isso dá erro Já fiz isso deu o erro novamente ele desce para no town as marcação da house
  16. Diga em poucas palavras a base utilizada (Nome do servidor ou nome do website). Ex. TFS 1.3; Pokemon Dash Advanced (1.0), last compiled at Jan 11 2012. poke x generation Base: Pokemon Dash Advanced poke x generation Qual erro está surgindo/O que você procura? toda vez q eu crio uma cidade registro a house inicio o servidor não aparece esse erro mais quando desligo e religo o servidor de novo esse erro aparece troquei de base mais não foi resolvido o mapa estou refazendo ele do zero spaw a mesma coisa esta acontecendo e some de novo mais não conheço muito sobre map sera que alguém poderia me ajuda dou rep+. Você tem o código disponível? Se tiver publique-o aqui: [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (2) [01/05/2018 13:56:12] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (3) [01/05/2018 13:56:12] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (4) [01/05/2018 13:56:12] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (5) [01/05/2018 13:56:12] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (6) [01/05/2018 13:56:12] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (7) [01/05/2018 13:56:12] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (8) [01/05/2018 13:56:12] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (9) Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.
  17. @Pokemon X Ice a soucer nao esta compilata no servidor
  18. como adiciona loot nos pokemon eles nao tem porque nao dropa
  19. Eu queria aprender um pouco também de mapa Email:[email protected] Skyp:raul-cdj What :035997505216
  20. nao eo achei nao comu ia compilar uma soucer mais o server e o lunus base entao deixe de lado tem tutorial para compilar mapa em 64
  21. DarkRed postou uma resposta no tópico em Suporte OTServer Derivados
    bom eu ainda estou aprendo a mapia sera q voce poderia me ajuda com isso como faco para removero erro???
  22. DarkRed postou uma resposta no tópico em Suporte OTServer Derivados
    Diga em poucas palavras a base utilizada (Nome do servidor ou nome do website). Ex. TFS 1.3;Pokemon Dash Advanced (1.0), last compiled at Jan 6 2012. Credits to all TFS team (Elf, slawkens, Talaturen, Lithium, KaczooH, Kiper, Kornholijo). PokemonDistro made by mastercraft/brun123. Base: base leda dash Qual erro está surgindo/O que você procura? erro ao desmanchar uma cp e criar um novo cp ai apareceu esse eroo Você tem o código disponível? Se tiver publique-o aqui: [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (491) [19/02/2018 18:39:30] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (523) [19/02/2018 18:39:30] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (524) [19/02/2018 18:39:30] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (525) [19/02/2018 18:39:30] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (526) [19/02/2018 18:39:30] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (527) [19/02/2018 18:39:30] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (528) [19/02/2018 18:39:30] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (529) [19/02/2018 18:39:30] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (530) [19/02/2018 18:39:30] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (531) [19/02/2018 18:39:30] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (533) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (534) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (535) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (536) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (537) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (538) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (539) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (540) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (541) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (542) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (543) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (544) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (545) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (546) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (547) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (548) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (549) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (550) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (552) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (553) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (554) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (555) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (556) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (557) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (558) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (559) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (560) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (561) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (562) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (563) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (564) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (565) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (566) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (567) [19/02/2018 18:39:31] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (568) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (569) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (570) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (571) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (572) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (573) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (574) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (575) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (576) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (577) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (578) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (579) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (580) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (581) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (582) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (583) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (584) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (585) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (586) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (588) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (589) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (590) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (591) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (594) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (595) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (596) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (597) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (598) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (599) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (600) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (601) [19/02/2018 18:39:32] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (602) [19/02/2018 18:39:33] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (603) [19/02/2018 18:39:33] [Warning - Houses::loadFromXml] House entry not set for: Forgotten headquarter (Flat 1, Area 42) (604) Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.
  23. DarkRed postou uma resposta no tópico em Suporte OTServer Derivados
    Pessoal queria saber sobre rme eu mudei o meu CP as parede crie uma porta para entrada do player mais quando vou entra nela não entra fala muito pequeno a entrada sera q alguém ajuda a resolver isso. "there is not enough room" olha oque aparece estou aprendo agora a mexe no rme. Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.

Informação Importante

Confirmação de Termo