Ir para conteúdo
  • 0

Comando


glebber

Pergunta

4 respostass a esta questão

Posts Recomendados

  • 0

Você está cometendo Flood,criando mais de 1 tópico para a mesma duvida/pedido

tome mais cuidado.

 

 

tenta usar o script que eu fiz

 

em talkactions/script crie um arquivo.lua e renomeie para

 

setvocation.lua

--[[ Desenvolvido by Vodkart ]]-- 
function onSay(cid, words, param) 

local t = string.explode(param, ",") 
if not t[2] then 
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Invalid param specified.") 
end 

local player = getPlayerByName(t[1]) 
local voc = t[2] 
local pid = getPlayerByNameWildcard(t[1]) 
if(not pid or (isPlayerGhost(pid) and getPlayerGhostAccess(pid) > getPlayerGhostAccess(cid))) then 
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Player with this name doesn\'t exist or is offline.") 
return TRUE 
end 


doPlayerSetVocation(cid,voc) 
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Você alterou a vocação do jogador " .. getCreatureName(pid) .. " para " .. getVocationInfo(getPlayerVocation(pid)).name .. ".") 
doPlayerSendTextMessage(player, MESSAGE_INFO_DESCR, "sua vocação foi alterada para " .. getVocationInfo(getPlayerVocation(pid)).name .. ".") 
return TRUE 
end

 

em talkactions.xml adicione a tag:

 

 

       <talkaction log="yes" access="5" words="/vocation" event="script" value="setvocation.lua"/>

 

 

 

/vocation Nome,numero da voc

exemplo:

/vocation Vodkart,9

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...