Ir para conteúdo

[erro]creaturescripts


Zafor

Posts Recomendados

Foto do Problema no .EXE

errocre.png

 

 

 

FIRSTITEMS.LUA

 

local firstItems =

{

}

 

function onLogin(cid)

if getPlayerStorageValue(cid, 30001) == -1 then

for i = 1, table.maxn(firstItems) do

doPlayerAddItem(cid, firstItems, 1)

end

if getPlayerSex(cid) == 0 then

doPlayerAddItem(cid, 2651, 1)

else

doPlayerAddItem(cid, 2650, 1)

end

local bag = doPlayerAddItem(cid, 1988, 1)

doAddContainerItem(bag, 2463, 1)

doAddContainerItem(bag, 2647, 1)

doAddContainerItem(bag, 2457, 1)

doAddContainerItem(bag, 2525, 1)

doAddContainerItem(bag, 2643, 1)

doAddContainerItem(bag, 8602, 1)

doAddContainerItem(bag, 2389, 100)

doAddContainerItem(bag, 2190, 1)

doAddContainerItem(bag, 2182, 1)

doAddContainerItem(bag, 2160, 1)

doAddContainerItem(bag, 8601, 1)

doAddContainerItem(bag, 7414, 1)

doAddContainerItem(bag, 2050, 1)

doAddContainerItem(bag, 2382, 1)

setPlayerStorageValue(cid, 30001, 1)

end

return TRUE

end

Link para o comentário
Compartilhar em outros sites

isso é simples ... vc colocou itens muito pesados, a capacidade de um player lvl 8 é 435 isso ai deve ser +- 600 cap por isso da um erro no .exe é só vc ajeitar os itens, para dar cap total 435, para nao dar erro no exe de jeito nenhum entre no seu banco de dados e coloque a capacidade do account manager em 999.

espero ter ajudado

Link para o comentário
Compartilhar em outros sites

Oia pode ser o problema acima também

 

+ o script tem uns erros estranhos :p

 

eu fiz uma porquinho aqui

 

function onLogin(cid)

if getPlayerStorageValue(cid, 30001) == -1 then
		local bag = doPlayerAddItem(cid, 1988, 1)
		doAddContainerItem(bag, 2463, 1)
		doAddContainerItem(bag, 2647, 1)
		doAddContainerItem(bag, 2457, 1)
		doAddContainerItem(bag, 2525, 1)
		doAddContainerItem(bag, 2643, 1)
		doAddContainerItem(bag, 8602, 1)
		doAddContainerItem(bag, 2389, 100)
		doAddContainerItem(bag, 2190, 1)
		doAddContainerItem(bag, 2182, 1)
		doAddContainerItem(bag, 2160, 1)
		doAddContainerItem(bag, 8601, 1)
		doAddContainerItem(bag, 7414, 1)
		doAddContainerItem(bag, 2050, 1)
		doAddContainerItem(bag, 2382, 1)
		setPlayerStorageValue(cid, 30001, 1)
	if getPlayerSex(cid) == 0 then
		doPlayerAddItem(cid, 2651, 1)
	else
		doPlayerAddItem(cid, 2650, 1)
	end
end
return TRUE
end

 

Se sanou sua duvida reporte o topico como duvida sanada

Editado por tibiaa4e
Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...