marliin 0 Postado Novembro 1, 2011 Share Postado Novembro 1, 2011 E aew Brothers, to precisando de um tuto pra encinar a como colocar items free quando cria char , tipo pvp enforced não só items como runas pot e food, se alguem souber posta ae dou +REP Link para o comentário Compartilhar em outros sites More sharing options...
gustavoMtek 31 Postado Novembro 1, 2011 Share Postado Novembro 1, 2011 (editado) abra data\creaturescripts\scripts\firstitems.lua local firstItems = {} firstItems[0] = { 2173, 2525, 2428, 2124, 2460, 2478, 2643 } firstItems[1] = { 2525, 2187, 2173, 2457, 2463, 2647, 7590, 2643 } firstItems[2] = { 2525, 2183, 2173, 2457, 2463, 2647, 7590, 2643 } firstItems[3] = { 7368, 2525, 2173, 2457, 2463, 2647, 8472, 2643 } firstItems[4] = { 2383, 2525, 2173, 2457, 2463, 8473, 2647, 2643 } function onLogin(cid) if getPlayerStorageValue(cid, 30001) == -1 then for i = 1, table.maxn(firstItems[getPlayerVocation(cid)]) do doPlayerAddItem(cid, firstItems[getPlayerVocation(cid)][i], 1) end if getPlayerSex(cid) == 0 then doPlayerAddItem(cid, 2173, 1) else end local bag = doPlayerAddItem(cid, 1988, 1) doAddContainerItem(bag, 2554, 1) doAddContainerItem(bag, 2120, 1) doAddContainerItem(bag, 2160, 2) setPlayerStorageValue(cid, 30001, 1) end return TRUE end firstItems[1] Para sorc firstItems[2] Para druid firstItems[3] Para pally firstItems[4] Para kina em baixo de kda tag vc coloca o id dos itens que vc quer que coméçe com a vocaçao e em baixo de local bag = doPlayerAddItem(cid, 1988, 1) aonde tem doAddContainerItem(bag, 2554, 1) voce edita os itens que vc quer que vai para a bp, como potion e runas Editado Novembro 1, 2011 por gustavo010 Link para o comentário Compartilhar em outros sites More sharing options...
marliin 0 Postado Novembro 1, 2011 Autor Share Postado Novembro 1, 2011 O véi vlw ae +REP pra vc Link para o comentário Compartilhar em outros sites More sharing options...
Posts Recomendados