Tudo que PriisioneR postou
-
Erro nos itens agrupaveis
exatamente. pode ser algum sistema do seu servidor que ta dando conflito.
- Players Upando Muito Rapido
-
{Pedido} VK
O Mapa é exclusivo. se você conseguir achar é só na Otland na Área de downloads Premium :S
-
Erro nos itens agrupaveis
Isso é erro na distro amigo. ja tentou trocar ?
-
[ AJUDA ] Proibido Divulgar
eu sei que tem, era só para perguntar qual das 2 ele usava.
-
Criar teleport de evento automático
function onThink(interval, lastExecution, thinkInterval) local config = { pos = {x=152, y=50, z=7}, -- Posição aonde sera criado o teleport topos = {x=1235, y=1197, z=7}, -- Posição pra onde o teleport ira levar o player tpid = 1387, -- id do teleport time = 5 -- tempo que o teleport ira sumir em minutos } function DelTp() local t = getTileItemById(config.pos, config.tpid) if t then doRemoveItem(t.uid, 1) doSendMagicEffect(config.pos, CONST_ME_POFF) end end local time = 116 for i = 1,time do formula = time - 1*i addEvent(doSendAnimatedText,i*1000, config.pos, formula, 192) end doCreateTeleport(config.tpid, config.topos, config.pos) doBroadcastMessage("Evento VIP foi aberto!por favor os entereçados corram para o teleport que se localiza no templo e se fechara "..config.time.." minutos") addEvent(DelTp, config.time*60*1000) addEvent(doBroadcastMessage, config.time*60*1000, "Evento VIP. Proximo evento em 1h.") return true end <globalevent name="NOMEDOSCRIPT" interval="240000" event="script" value="NOMEDOSCRIPT.lua"/> Só editar o Nome do arquivo e as posições e o texto no script
-
[PEDIDO] TILE EXIT TRAINER
Cara vai dar a mesma coisa...
-
Server Save
Crie em global evento a Tack <globalevent name="save" interval="9000000" event="script" value="save.lua"/> Depois um Script com o nome save local config = { broadcast = {30}, shallow = "no", delay = 120, events = 30 } config.shallow = getBooleanFromString(config.shallow) local function executeSave(seconds) if(isInArray(config.broadcast, seconds)) then local text = "" if(not config.shallow) then text = "Warning: S" else text = "S" end text = text .. "erver save within " .. seconds .. " seconds, please mind it may freeze!" doBroadcastMessage(text) end if(seconds > 0) then addEvent(executeSave, config.events * 1000, seconds - config.events) else doSaveServer(config.shallow) end end function onThink(interval, lastExecution, thinkInterval) if(table.maxn(config.broadcast) == 0) then doSaveServer(config.shallow) else executeSave(config.delay) end return true end
-
[PEDIDO] TILE EXIT TRAINER
Vá em MoveEvent/Scripts, crie um arquivo LUA, e renomeie para autokick.lua dentro coloque: local config = { tempo = 15, -- Tempo em minutos storage = 20000, -- não mexa aqui teleport = {x=160, y=54, z=7} -- coordenadas do seu templo } function onStepIn(cid, item, frompos, topos) if isPlayer(cid) == TRUE then if getPlayerStorageValue(cid, config.storage) <= 0 then kick1 = addEvent(setPlayerStorageValue, config.tempo*60*1000-1000, cid, config.storage, -1) kick2 = addEvent(doTeleportThing, config.tempo*60*1000-500, cid, config.teleport) kick = addEvent(doRemoveCreature, config.tempo*60*1000, cid) doPlayerSendTextMessage(cid, 22, "[Trainer]: Movimente-se a cada " .. config.tempo .. " minutos, caso contrário, seu char será deslogado.") setPlayerStorageValue(cid, config.storage, 1) end end end function onStepOut(cid, item, frompos, topos) if isPlayer(cid) == TRUE then if getPlayerStorageValue(cid, config.storage) >= 1 then setPlayerStorageValue(cid, config.storage, -1) doPlayerSendTextMessage(cid, 23, "System kick off!") stopEvent(kick) stopEvent(kick1) stopEvent(kick2) end end end - segundo passo: em movements.xml adicione as tags: <movevent type="StepIn" actionid="25000" event="script" value="autokick.lua"/> <movevent type="StepOut" actionid="25000" event="script" value="autokick.lua"/> Agora abra o MAP EDITOR e coloque no TILE dos trainers o action id 25000 Explicaçao: quando o player pisa no tile do treiner é mandando uma mensagem dizendo que se ele nao se movimentar em alguns minutos ele será mandado para o templo e será kikado automaticamente.
-
Server Save
<globalevent name="save" interval="9000000" event="script" value="save.lua"/> Global Evente > Scripts > Save.lua Só editar o interval
-
[ AJUDA ] Proibido Divulgar
http://www.mediafire.com/download/g3vvnxr553xvna0/cryingdamson+0.3.6+%288.60%29+V8.2+Source.rar
-
RME BUG
- Como trocar distro?
http://www.tibiaking.com/forum/topic/17189-86x-tfs-04-dev-war-system-ant-divulgacao-no-otbm-check/- Como por Anti-Nuker
Olha creio que seja por causo dos Account Manager que logam em até 200 no seu servidor ? se for Instalação Na pasta data\creaturescripts, coloque isso dentro do arquivo creaturescripts.xml: <event type="login" name="AntiMbCrash" event="script" value="antimbcrash.lua"/> Na pasta \data\creaturescripts\scripts crie um arquivo chamado checkmcmanager.lua Então coloque isto dentro dele: function onLogin(cid) local limit,days = 2,360 function CheckMcManager(cid) local count,on = 0,getPlayersOnline() if #on > 0 then for i = 1, #on do if getCreatureName(on[i]) == "Account Manager" and getPlayerIp(on[i]) == getPlayerIp(cid) then count = count + 1 end end if count > limit then doAddIpBanishment(getPlayerIp(cid), days * 24 * 60 * 60) doRemoveCreature(cid) end end return true end addEvent(CheckMcManager, 1000, cid) return true end Configuração Para configurar é fácil, na segunda linha do script está assim: local limit,days = 2,360 2 = número máximo de Account Manager. 360 = número de dias que o IP ficará banido.- [ AJUDA ] Proibido Divulgar
Qual sua TFS ? TFS 0.3.6 TFS 0.4.0 Uma dessas ?- programa para editar meu site
- Dúvida sobre quando pokemon teleportar
- Players Upando Muito Rapido
- (Resolvido)Erro database não salva player
- Problema monster
Recomendo você pegar um servidor novo se não quiser passar dor de cabeça se o source esta dando erro nessas coisas simples o servidor inteiro pode ter muitos bugs.- ERRO NO CONSOLE
Erro de conexão com o a Database se você estiver usando o no-ip pode ser que esteja offline- Como abrir portas GVT ZTE zxv10 compartilhada
Procure por Virtual Serv em NAT no seu Modem e depois libere a 7171 e 7172 e em seguida libera também 7171 7272 no FireWall- Players Upando Muito Rapido
- Erro Consola Ajuda PLZ
- como adiciona premio em quest
- Como trocar distro?
Informação Importante
Confirmação de Termo