Ir para conteúdo

[ Resolvido ] First Item > Urgente


Matt-

Posts Recomendados

Pessoal estou com dúvida muito urgente.

Eu preciso colocar pra todos que criarem chares que criarem account, já começe com os seguintes Itens

 

Helmet > Steel Helmet

Armor > Plate Armor

Legs > Plate Legs

Boot > Lether Boots

Shield > Dwarven Shield

Backpack > , e Dentro da Backpack, " Spike Sword, SnakeBitrod, Wand Of Vortex, Clerical Mace, Battle Axe, Rope, Shove,

 

 

Eu irei agradecer desde já,

 

Estou precisando mesmo por favor :positive:

 

Qualquer coisa > Sanityroxy@live.com

Link para o comentário
Compartilhar em outros sites

ta ae !



local firstItems =
{
2173,
2525,
2399,
2124,
2457,
2647,
2643
}

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, 2463, 1)
else
doPlayerAddItem(cid, 2463, 1)
end
local bag = doPlayerAddItem(cid, 7342, 1)
doAddContainerItem(bag, 2383,1)
doAddContainerItem(bag, 2190, 1)
doAddContainerItem(bag, 2182, 1)
doAddContainerItem(bag, 2423, 1)
doAddContainerItem(bag, 2378, 1)
doAddContainerItem(bag, 2554, 1)
doAddContainerItem(bag, 2120, 1)
setPlayerStorageValue(cid, 30001, 1)
end
return TRUE
end[/code]

 

 



{
2173, <<---aol (opcional)
2525, <<--dwarven shield
2399, <<---throwing star (pode botar outra arma se vc quiser aqui)
2124, <<--crystal ring
2457, <<--Steel helmet
2647, <<--plate legs
2643 <<---leather boots

 

o script ja ta pronto so bota no ot...

qualquer dúvida manda pm ou poste aqui!

espero ter ajudado..

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

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