Tudo que EmersonADVOGADOsp postou
-
Exit no treiner fica apenas 1 minuto e 5 segundos ao inves 15 minutos. REP+ AJUDA!
Ola, meu servidor esta apresentando alguns problemas, dentre eles é o seguinte, ao player "sair" e deseja deixar o personagem no treiner on e da exit, no entanto ao dar o EXIT o personagem so fica 1 minuto e 5 segundos online, e queria deixar 15 minutos que é o padrão mesmo já pra não tomar ban na OTLIST! Alguem poderia me ajudar? Procuro alguem bom pra ser staff do server "full global 10.98 tfs 1.2 com skype e experiencia atualizada" OBRIGADO
-
Pessoal do help ta floodando - AJUDEM NO SCRIPT? - REP+
Ok, obrigado. Infe Vou testar um momento <channel id="7" name="Help" public="1" Esta certo, id 7 na linha do xml e no script da 7 tbm consegui arumar era so colocar uma linha de mute que faltava, obrigado. se alguem tiver a mesma duvida e so por a linha player:addCondition(muted)
-
Pessoal do help ta floodando - AJUDEM NO SCRIPT? - REP+
Ok, obrigado. Infelizmente não tem
-
New Ticker Nao ta funcionando! ajuda por favor urgente +REP
PROBLEMA RESOLVIDO OBRIGADO!
-
Pessoal do help ta floodando - AJUDEM NO SCRIPT? - REP+
O problema que eu também pensei ser no XML, mas não tem o channels no xml rsrsrs
-
Ajuda no Server Save - 3 hrs da madrugada e da shutdown e nao volta on tem que inicia manual
Onde coloco isso? Tem que entrar pelo SSH? ou so colocar em qualquer lugar? É linux, unbuntu. Onde coloco isso? qualquer lugar? É linux, tenho que acessar pelo ssh brother? Que eu não sei dai, tem skype pra me ajudar? POR FAVOR, OBRIGADO.
-
Pessoal do help ta floodando - AJUDEM NO SCRIPT? - REP+
Ola, alguns players ficam floodando meu channel HELP. Tentei ir na pasta channels e na script e mudar mas nao tive sucesso, por favor vou postar o script alguem me ajuda? SCRIPT: local CHANNEL_HELP = 7 local muted = Condition(CONDITION_CHANNELMUTEDTICKS, CONDITIONID_DEFAULT) muted:setParameter(CONDITION_PARAM_SUBID, CHANNEL_HELP) muted:setParameter(CONDITION_PARAM_TICKS, 3600000) function onSpeak(player, type, message) local playerAccountType = player:getAccountType() if player:getLevel() == 1 and playerAccountType == ACCOUNT_TYPE_NORMAL then player:sendCancelMessage("You may not speak into channels as long as you are on level 1.") return false end if player:getCondition(CONDITION_CHANNELMUTEDTICKS, CONDITIONID_DEFAULT, CHANNEL_HELP) then player:sendCancelMessage("You are muted from the Help channel for using it inappropriately.") return false end if playerAccountType >= ACCOUNT_TYPE_TUTOR then if string.sub(message, 1, 6) == "!mute " then local targetName = string.sub(message, 7) local target = Player(targetName) if target ~= nil then if playerAccountType > target:getAccountType() then if not target:getCondition(CONDITION_CHANNELMUTEDTICKS, CONDITIONID_DEFAULT, CHANNEL_HELP) then target:addCondition(muted) sendChannelMessage(CHANNEL_HELP, TALKTYPE_CHANNEL_R1, target:getName() .. " has been muted by " .. player:getName() .. " for using Help Channel inappropriately.") else player:sendCancelMessage("That player is already muted.") end else player:sendCancelMessage("You are not authorized to mute that player.") end else player:sendCancelMessage(RETURNVALUE_PLAYERWITHTHISNAMEISNOTONLINE) end return false elseif string.sub(message, 1, 8) == "!unmute " then local targetName = string.sub(message, 9) local target = Player(targetName) if target ~= nil then if playerAccountType > target:getAccountType() then if target:getCondition(CONDITION_CHANNELMUTEDTICKS, CONDITIONID_DEFAULT, CHANNEL_HELP) then target:removeCondition(CONDITION_CHANNELMUTEDTICKS, CONDITIONID_DEFAULT, CHANNEL_HELP) sendChannelMessage(CHANNEL_HELP, TALKTYPE_CHANNEL_R1, target:getName() .. " has been unmuted by " .. player:getName() .. ".") else player:sendCancelMessage("That player is not muted.") end else player:sendCancelMessage("You are not authorized to unmute that player.") end else player:sendCancelMessage(RETURNVALUE_PLAYERWITHTHISNAMEISNOTONLINE) end return false end end if type == TALKTYPE_CHANNEL_Y then if playerAccountType >= ACCOUNT_TYPE_TUTOR or getPlayerFlagValue(player, PlayerFlag_TalkOrangeHelpChannel) then type = TALKTYPE_CHANNEL_O end elseif type == TALKTYPE_CHANNEL_O then if playerAccountType < ACCOUNT_TYPE_TUTOR and not getPlayerFlagValue(player, PlayerFlag_TalkOrangeHelpChannel) then type = TALKTYPE_CHANNEL_Y end elseif type == TALKTYPE_CHANNEL_R1 then if playerAccountType < ACCOUNT_TYPE_GAMEMASTER and not getPlayerFlagValue(player, PlayerFlag_CanTalkRedChannel) then if playerAccountType >= ACCOUNT_TYPE_TUTOR or getPlayerFlagValue(player, PlayerFlag_TalkOrangeHelpChannel) then type = TALKTYPE_CHANNEL_O else type = TALKTYPE_CHANNEL_Y end end end return type end
-
New Ticker Nao ta funcionando! ajuda por favor urgente +REP
Amigo obrigado por mover para arrea correta, eu sei o que significa a mensagem mas nao tem aquele botao de "add new ticker" ele ta na pagina dos buttons tudo ok, no entanto nao acho ele ai nao da pra add nada
-
Ajuda no Server Save - 3 hrs da madrugada e da shutdown e nao volta on tem que inicia manual
vou testar aai volto aqui pra comentar, obrigado
-
Ajuda no Server Save - 3 hrs da madrugada e da shutdown e nao volta on tem que inicia manual
Ola meu server esta com um problema, ele da server save as 03:00 e da shutdown pra reiniciar penso eu e não volta mais, ja tentei de tudo alguem pode me ajuda? No log fica assim: Saving server... > Saved house items in: 0.276 s > CLEAN: Removed 157 items from 5449806 tiles in 0.96 seconds. Saving server... > Saved house items in: 0.262 s Saving game...Saving server... > Saved house items in: 0.256 s Shutting down... done! MUDEI NA SCRIPT DE "SHUTDOWNATSERVERSAVE =TRUE PARA FALSE MAS NAO TIVE SUCESSO DESLIGO SOZINHO" A SCRIPT DO GLOBAL EVENTS TA ASSIM: local shutdownAtServerSave = true local cleanMapAtServerSave = true local function serverSave() if shutdownAtServerSave then Game.setGameState(GAME_STATE_SHUTDOWN) else Game.setGameState(GAME_STATE_NORMAL) end if cleanMapAtServerSave then cleanMap() end saveServer() end local function secondServerSaveWarning() Game.broadcastMessage('Server is saving game in one minute. Please go to a safe place.', MESSAGE_STATUS_WARNING) addEvent(serverSave, 60000) end local function firstServerSaveWarning() Game.broadcastMessage('Server is saving game in 3 minutes. Please go to a safe place.', MESSAGE_STATUS_WARNING) addEvent(secondServerSaveWarning, 120000) end function onTime(interval) Game.broadcastMessage('Server is saving game in 5 minutes. Please go to a safe place.', MESSAGE_STATUS_WARNING) Game.setGameState(GAME_STATE_STARTUP) addEvent(firstServerSaveWarning, 120000) return not shutdownAtServerSave end
-
[OTX 10.99] Bug de frags
MESMO PROBLEMA! UP
-
New Ticker Nao ta funcionando! ajuda por favor urgente +REP
Ola, este é meu primeiro tópico, preciso de uma ajuda URGENTEMENTE, vou citar o problema: O site do server esta online tudo ok, porem na hora de add new ticker ele nao aparece o botao e pelo link /index.php?subtopic=latestnews&action=newticker&id= ele da um erro de "You can't add empty ticker." Necessito de ajuda urgentemente, espero que alguem me ajude, se precisar postar algo eu posto, lembrando que não aparece o botão new ticker somente o botao new news que funciona perfeitamente dai. Obrigado!