Ir para conteúdo

/newtype Duvida


juanbrando

Posts Recomendados

Ei ei a tlakaction de /Newtype ela mostra todos os addons existentes ???

pq eu jogueii um server aquii cheio de sprite ai meu amigo me mando as sprites ai eu n consiguu acha as sprite no /newtype

TEM COMO ESSAS SPRITES DE ADDONS ESTAREM DESABILITADAS NO /NEWTYPE ??

 

 

TalkAciton do /Newtype usado

"function onSay(cid, words, param, channel)

if(param == '') then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command requires param.")

return true

end

 

local t = string.explode(param, ",")

t[1] = tonumber(t[1])

if(not t[1]) then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command requires numeric param.")

return true

end

 

local pid = cid

if(t[2]) then

pid = getPlayerByNameWildcard(t[2])

if(not pid or (isPlayerGhost(pid) and getPlayerGhostAccess(pid) > getPlayerGhostAccess(cid))) then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Player " .. t[2] .. " not found.")

return true

end

end

 

if(t[1] <= 1 or t[1] == 135 or (t[1] > 160 and t[1] < 192) or t[1] > 333) then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Such outfit does not exist.")

return true

end

 

local tmp = getCreatureOutfit(pid)

tmp.lookType = t[1]

 

doCreatureChangeOutfit(pid, tmp)

return true

end"

 

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

depende,se o cara tiver feito a sprite apartir de um monstro ja existente,feito o pokemon online lá é tudo de monstro que ja existe

exemplo demon=naruto sei la... ae vc usa a newtype do demon para aparecer o naturo.

Link para o comentário
Compartilhar em outros sites

  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...