-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.
-
Conteúdo Similar
-
- 0 respostas
- 622 visualizações
-
- 0 respostas
- 524 visualizações
-
- 0 respostas
- 904 visualizações
-
- 0 respostas
- 672 visualizações
-
- 6 respostas
- 1172 visualizações
-

Pergunta
Flaah 18
Tipo eu queria que a bag 1987, começasse aonde esta circulado na foto:
Script:
local firstItems = { [0] = { 2647, 2643 }, [1] ={ 2323, 1988 }, [2] = { 2323, 1988 }, [3] = { 2496, 1988 }, [4] = { 2496, 1988 }, } function onLogin(cid) if getPlayerStorageValue(cid, 30001) == -1 then local tb = firstItems[getPlayerVocation(cid)] or firstItems[0] for i = 1, table.maxn(tb) do doPlayerAddItem(cid, tb[i], 1) end if getPlayerSex(cid) == 0 then doPlayerAddItem(cid, 2160, 1) else doPlayerAddItem(cid, 2160, 1) end local bag = doPlayerAddItem(cid, 1987, 1) doAddContainerItem(bag, 2789, 1) doAddContainerItem(bag, 2789, 2) doAddContainerItem(bag, 2789, 3) doAddContainerItem(bag, 2789, 4) doAddContainerItem(bag, 2789, 5) doAddContainerItem(bag, 2789, 6) doAddContainerItem(bag, 2789, 7) doAddContainerItem(bag, 2789, 8) setPlayerStorageValue(cid, 30001, 1) end return true endVALENDO +REP
Link para o comentário
https://xtibia.com/forum/topic/199403-ajuda-first-itens-por-slot-ajuda/Compartilhar em outros sites
4 respostass a esta questão
Posts Recomendados