Postado Novembro 7, 2014 10 anos olha a baixo o erro meu executável serve 8.60 global full me ajudem a resolver por favor scripter que dis onde o erro é a baixo data\talkactions\scripts creature.lua function onSay(cid, words, param, channel) local func = doCreateMonster if(words:sub(2, 2) == "n") then func = doCreateNpc end local pid = cid local t = string.explode(param, ",") if(t[2]) then pid = getPlayerByNameWildcard(t[2]) if(not pid) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Player " .. t[2] .. " not found.") return TRUE end end local position = getCreaturePosition(pid) local effect = CONST_ME_MAGIC_RED local ret = func(t[1], position, false) if(tonumber(ret) == nil) then effect = CONST_ME_POFF doPlayerSendDefaultCancel(cid, (ret == false and RETURNVALUE_NOTPOSSIBLE or RETURNVALUE_NOTENOUGHROOM)) end doSendMagicEffect(position, effect) return TRUE end ELITE GLOBAL serve em construção galera curta nossa pagina no facebook e fique por dentro de tudo e do dia da Extreia facebook = https://www.facebook.com/pages/Elite-global/361726520654949
Postado Novembro 7, 2014 10 anos Abra o arquivo creature.xml em data\talkactions\scripts Apaga tudo de la e coloca esse : function onSay(cid, words, param, channel) local func = doCreateMonster if(words:sub(2, 2) == "n") then func = doCreateNpc end local pid = cid local t = string.explode(param, ",") if(t[2]) then pid = getPlayerByNameWildcard(t[2]) if(not pid) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Player " .. t[2] .. " not found.") return true end end local position = getCreaturePosition(pid) local effect = CONST_ME_MAGIC_RED local ret = func(t[1], position, false) if(tonumber(ret) == nil) then effect = CONST_ME_POFF doPlayerSendDefaultCancel(cid, (ret == false and RETURNVALUE_NOTPOSSIBLE or RETURNVALUE_NOTENOUGHROOM)) end doSendMagicEffect(position, effect) return true end Depois o outro erro e so ir na data\monster abrir o arquivo monsters.xml e excluir a tag aonde esta o monstro hidra < Ou arrumar ele nos scripts Erik123 Cazo Tá subindo, ohyeah! Se te Ajudei De um Quer ver o que você nunca viu?, simplesmente vá aonde você nunca foi. (alguém).
Postado Novembro 25, 2014 10 anos O tópico foi movido para a área correta, preste mais atenção da próxima vez! Leia as regras do fórum: http://tibiaking.com/forum/topic/1281-regras-gerais/?p=7680 Este tópico foi movido: De: "OTServ → OTServ Geral" Para: "OTServ → Suporte OTServ → Suporte de Scripts" STYLLER OT 2022
Postado Novembro 25, 2014 10 anos Um mais doido que o otro kkkkkkkkkkkkkkkk KRA TU ESCREVEU HIDRA COM I POR ISSO DEU O ERRO! SE VOCE ESCREVE O NOME DO BIXO ERRADO, NOTFOUND!
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.