Poccnn 385 Postado Agosto 15, 2017 Share Postado Agosto 15, 2017 Funcionou com character male? Link para o comentário Compartilhar em outros sites More sharing options...
Crypter 136 Postado Agosto 17, 2017 Share Postado Agosto 17, 2017 function onLogin(cid) local config = { [1] = {m=311,f=312}, [2] = {m=316,f=313} } local voc = config[getPlayerVocation(cid)] if voc then if getPlayerStorageValue(cid, 13000) < 0 then local newtype = "" if getPlayerSex(cid) == 0 then newtype = {lookType = voc.m} else newtype = {lookType = voc.f} end doCreatureChangeOutfit(cid, newtype) setPlayerStorageValue(cid, 13000, 1) end end return TRUEend Link para o comentário Compartilhar em outros sites More sharing options...
Stigal 584 Postado Novembro 29, 2017 Share Postado Novembro 29, 2017 A questão neste tópico de suporte foi encerrada por falta de resposta. Este tópico está fechado e foi movido para Suporte - Tópicos Sem Resposta. Link para o comentário Compartilhar em outros sites More sharing options...
Posts Recomendados