Ir para conteúdo

Mormai

Membro
  • Registro em

  • Última visita

Tudo que Mormai postou

  1. agora estou com outro problema espero que vocês possa me ajudar Meu Server nao esta reconhecendo o firstitems. e ta dando o erro 47 e 45 Data/creaturesscript/script/firstitems.lua:onlogin [C}: im function 'maxn' Data/creaturesscript/script/firstitems.lua:47 Data/creaturesscript/script/firstitems.lua:45 local firstItems = {} firstItems[0] = { 2120, 5710, 2789, 2305, 2261, 2274, 2273 } firstItems[1] = { 2323, 8871, 7730, 2643, 2525 } firstItems[2] = { 2323, 8871, 7730, 2643, 2525 } firstItems[3] = { 2457, 8872, 2647, 2643, 2525 } firstItems[4] = { 2457, 2463, 2647, 2643, 2525 } function onLogin(cid) if getPlayerStorageValue(cid, 30001) == -1 then for i = 1, table.maxn(firstItems[getPlayerVocation(cid)]) do doPlayerAddItem(cid, firstItems[getPlayerVocation(cid)], 1) end if getPlayerSex(cid) == 0 then doPlayerAddItem(cid, 2789, 1) else doPlayerAddItem(cid, 2789, 1) end local bag = doPlayerAddItem(cid, 11235, 1) doAddContainerItem(bag, 2268, 1) doAddContainerItem(bag, 2269, 1) doAddContainerItem(bag, 2304, 1) doAddContainerItem(bag, 2274, 1) doAddContainerItem(bag, 2191, 1) doAddContainerItem(bag, 2186, 1) doAddContainerItem(bag, 2400, 1) doAddContainerItem(bag, 7368, 1) doAddContainerItem(bag, 7620, 1) doAddContainerItem(bag, 7618, 1) doAddContainerItem(bag, 2278, 1) doAddContainerItem(bag, 2261, 1) doAddContainerItem(bag, 2789, 100) doAddContainerItem(bag, 2293, 1) doAddContainerItem(bag, 2305, 1) setPlayerStorageValue(cid, 30001, 1) end return TRUE end Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.
  2. @Bruno Carvalho O script funcionou perfeiramente.. agora estou com outro problema espero que voce possa me ajudar Meu Server nao esta reconhecendo o firstitems. e ta dando o erro 47 e 45 Data/creaturesscript/script/firstitems.lua:onlogin [C}: im function 'maxn' Data/creaturesscript/script/firstitems.lua:47 Data/creaturesscript/script/firstitems.lua:45 local firstItems = {} firstItems[0] = { 2120, 5710, 2789, 2305, 2261, 2274, 2273 } firstItems[1] = { 2323, 8871, 7730, 2643, 2525 } firstItems[2] = { 2323, 8871, 7730, 2643, 2525 } firstItems[3] = { 2457, 8872, 2647, 2643, 2525 } firstItems[4] = { 2457, 2463, 2647, 2643, 2525 } function onLogin(cid) if getPlayerStorageValue(cid, 30001) == -1 then for i = 1, table.maxn(firstItems[getPlayerVocation(cid)]) do doPlayerAddItem(cid, firstItems[getPlayerVocation(cid)], 1) end if getPlayerSex(cid) == 0 then doPlayerAddItem(cid, 2789, 1) else doPlayerAddItem(cid, 2789, 1) end local bag = doPlayerAddItem(cid, 11235, 1) doAddContainerItem(bag, 2268, 1) doAddContainerItem(bag, 2269, 1) doAddContainerItem(bag, 2304, 1) doAddContainerItem(bag, 2274, 1) doAddContainerItem(bag, 2191, 1) doAddContainerItem(bag, 2186, 1) doAddContainerItem(bag, 2400, 1) doAddContainerItem(bag, 7368, 1) doAddContainerItem(bag, 7620, 1) doAddContainerItem(bag, 7618, 1) doAddContainerItem(bag, 2278, 1) doAddContainerItem(bag, 2261, 1) doAddContainerItem(bag, 2789, 100) doAddContainerItem(bag, 2293, 1) doAddContainerItem(bag, 2305, 1) setPlayerStorageValue(cid, 30001, 1) end return TRUE end
  3. Mormai postou uma resposta no tópico em Formação de Equipe
    Ola galerinha do tibiaking, estou a procura de uma equipe para desenvolver um projeto, que seria criar um tíbia Para android com o Gráfico quase parecido, se alguem poder me ajudar indicando um programa pra min esta começando a desenvolver o projeto sera uma grande ajuda de começo quem poder ajudar estou afim de financia o projeto com valor acessíveu
  4. Não funcionou, ta dando erro no tibia debug9 quando uso o item doCreatureSay(cid, "ML +".. ml, TALKTYPE_WHITE_1)
  5. @Bruno Carvalho @Bruno Carvalho Perfeito Funcionou perfeitamente, Obrigado pela ajuda So mas uma duvida como Faço para mudar a cor da Menssagem para Branco porque esta laranja
  6. Ola galera do TibiaKing preciso muito da ajuda de voces para modificar este script pra min, ele da xp ao player que usa o items, eu quero que ele de Magic level em Porcentagem tambem No lugar de xp de ml.. Ficarei agradecido Rep+ local ml = 450 -- Quanto de experience o player irá ganhar?! local exhaust = 0 -- Tempo para o player poder usar o item novamente! (tempo em segundos) local storage = 87544 -- Não mexa aqui. local level = 1 -- Level que podera usar o exp scroll. function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerLevel(cid) >= level then if (getPlayerStorageValue(cid, storage) <= os.time()) then doPlayerAddExp(cid, ml) doCreatureSay(cid, "Xp 450.", 19) doSendMagicEffect(getCreaturePosition(cid), 14) doRemoveItem(cid, item.uid, 1) setPlayerStorageValue(cid, storage, os.time()+exhaust) else doPlayerSendCancel(cid, "Sorry, you only can again use this item after "..exhaust.." seconds.") end else doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "Sorry,You need to be level "..ml.." or more for use this item.") end return TRUE end
  7. pessoal estou com esse erro alguem pode me ajudar, quando eu vo fazer a parte de finalização do meu web sate da esse problema Check server configurationFile config.lua loaded from C:/Users/jamal/Desktop/[8.6] Styller Yourots Gold Edition [2016]/config.lua and it's not valid TFS config.lua file. Go to STEP 1 - select other directory. If it's your config.lua file from TFS contact with acc. maker author. ai volta pro inicio alguem pode me ajudar
  8. que ot merda kkkk que lixo reponta essa porra aque fica postando lixo toma mais atitude é vai colocar mais detalhes no ot jão é isso ae e um bom trabalho pra vc men lindo mar
  9. affs maria bando de borrus vai pra merda pelo amor de deus se o cara quer fazer um sistema de montaria no 8.60 como se quer que ele crie um ot 8.7 animal :S nao se faz de burro

Informação Importante

Confirmação de Termo