Tudo que Sandro Braz postou
-
Item of type 12680, please report it to game master
Post seu itens.xml (Pasta do seu OT\data\items)
-
ItemEditor não lê o arquivo.
Mano estou com esse mesmo erro, porem ja testei com varias versões do item editor, o problema é que ao iniciar meu servidor, diz isso: http://prntscr.com/mmdwrn O arquivo original que veio na pasta, funciona normalmente, ai fiz umas edições pra criar novos items, com sprites ja usadas, porém está dando esse erro, tem como ajudar ? Minha versão do OTB é 19. https://prnt.sc/mmdv86
-
Procuro Scripter e Mapper
Olá, procuro scripter e mapper, gostaria de adicionar eventos ao meu servidor, fazer umas inovações, e adicionar caves e quests. OT: 8.6 TFS: 0.4
-
ajuda comando restart
Salve tibianos, alguem pode me ajudar a executer esse comando /restart ? ele ta dando esse erro function onSay(cid, words, param) local minid = 3 local restartTime = 1000*60*5 local message = "O Servidor sera reiniciado em 5 Minutos, Aconselho que fiquem em area protegida e reloguem em seguida!" local messageStop = "O Comandos de Restart foi cancelado!" if getPlayerGroupId(cid) >= minid then if param == "now" then saveAndRestart(cid) elseif param == "stop" then broadcastMessage(messageStop) stopEvent(saverestart) else broadcastMessage(message) saverestart = addEvent(saveAndRestart, restartTime, cid) end end end function returnDate() curdate = os.date("*t") if curdate.day < 10 then curdate.day = "0"..curdate.day end if curdate.month < 10 then curdate.month = "0"..curdate.month end if curdate.hour < 10 then curdate.hour = "0"..curdate.hour end if curdate.min < 10 then curdate.min = "0"..curdate.min end return curdate end function saveAndRestart(cid) file = io.open("data/logs/restarts.txt", "r") if file == nil then file = io.open("data/logs/restarts.txt", "w") end text = file:read() if text == nil then text = "" end file:close() curdate = returnDate() newdate = "["..curdate.day.."/"..curdate.month.."/"..curdate.year.." "..curdate.hour..":"..curdate.min.."]" newtext = text..newdate.."Server restarted by "..getPlayerName(cid).."\n" file = io.open("data/logs/restarts.txt", "w") file:write(newtext) file:close() savePlayers() io.popen("LuaRestarter.exe") end
-
Ajuda Accoung Manager
isso estava acontecendo por causa do elfbot mesmo kkkkk
-
Ajuda Accoung Manager
Resolvido, pode fechar
-
Ajuda Accoung Manager
Olá Tibianos, alguem poderia me ajudar nesse erro ? o Account manager flooda aquela mensagem, e eu fico mutado, não consigo criar uma conta nova. Resolvido, pode fechar
-
DUVIDA OTSERVER 8.60
Primeiramente Boa tarde! Gostaria que alguém me ajudasse a resolver um problema aqui, estou tentando criar um otserver 8.60 mas so consigo logar com adm, pois aparece " You are not a gamemaster! Turn off the gamemaster mode in your Ip changer. " OBS: Já desmarquei a caixinha la no ip changer, ja tentei outros IP Changers, mas não consigo! Se Alguém Puder Me ajudar Agradeço Muito! AQUI TEM UNS PRINTS DO ERRO: http://prntscr.com/2599l2 http://prntscr.com/2599y3 SandroBraz Obrigado