Ir para conteúdo
  • Cadastre-se

(Resolvido)[Talkactions] Comando !addon


Ir para solução Resolvido por Orochi Elf,

Posts Recomendados

Olá galerinha!  ;D 

Gostaria de mudar o comando do meu servidor de EX: !addon Citizen, 1 para: !addon citizen, first...

Alguém sabe como mudar e poderia me ajudar?

Segue o script:

function onSay(cid, words, param) 

local femaleOutfits = { ["citizen"]={136}, ["hunter"]={137}, ["mage"]={138}, ["knight"]={139}, ["noblewoman"]={140}, ["summoner"]={141}, ["warrior"]={142}, ["barbarian"]={147}, ["druid"]={148}, ["wizard"]={149}, ["oriental"]={150}, ["pirate"]={155}, ["assassin"]={156}, ["beggar"]={157}, ["shaman"]={158}, ["norsewoman"]={252}, ["nightmare"]={269}, ["jester"]={270}, ["brotherhood"]={279}, ["demonhunter"]={288}, ["yalaharian"]={324}, ["warmaster"]={336} } 
local maleOutfits = { ["citizen"]={128}, ["hunter"]={129}, ["mage"]={130}, ["knight"]={131}, ["nobleman"]={132},["summoner"]={133}, ["warrior"]={134}, ["barbarian"]={143}, ["druid"]={144}, ["wizard"]={145}, ["oriental"]={146}, ["pirate"]={151}, ["assassin"]={152}, ["beggar"]={153}, ["shaman"]={154}, ["norsewoman"]={251}, ["nightmare"]={268}, ["jester"]={273}, ["brotherhood"]={278}, ["demonhunter"]={289}, ["yalaharian"]={325}, ["warmaster"]={335}, ["wayfarer"]={366} } 
local msg = {"Command requires GOOD param!", "You dont have Addon Doll!", "Bad param!", "Addon Set sucesfully added!"} 
local x = string.explode(param, ",") 
local current = getCreatureOutfit(cid)
 
 
if(getPlayerItemCount(cid, 9693) > 0) then 
if param ~= "" then 
if maleOutfits[x[1]:lower()] and femaleOutfits[x[1]:lower()] then
if(getPlayerSex(cid) == 0)then
if femaleOutfits[x[1]:lower()][1] then
if (x[2] == '1' or x[2] == '2') then
doPlayerRemoveItem(cid, 9693, 1) 
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, msg[4]) 
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_GIFT_WRAPS)
doPlayerAddOutfit(cid, femaleOutfits[x[1]:lower()][1], x[2])
else
doPlayerSendTextMessage(cid, 27, msg[3])
end
else
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, msg[5])
return true
end
else
if maleOutfits[x[1]:lower()][1] then
if (x[2] == '1' or x[2] == '2') then
doPlayerRemoveItem(cid, 9693, 1) 
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, msg[4]) 
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_GIFT_WRAPS)
doPlayerAddOutfit(cid, maleOutfits[x[1]:lower()][1], x[2])
else
doPlayerSendTextMessage(cid, 27, msg[3])
end
else
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, msg[5])
return true
end
end
else
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, msg[3])
end
else 
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, msg[1]) 
end 
else 
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, msg[2]) 
end
return true
end

Editado por Leoo Zanin (veja o histórico de edições)
Link para o post
Compartilhar em outros sites
  • Respostas 9
  • Created
  • Última resposta

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Bom amigo, eu tentei rescrever os códigos assim   do mesmo jeito, não fico tão bonito   // OBS: Não testei // OBS²: Tá no pastebin, pra não perder a identaçao.   Hidden Content Give reaction to this post to see the hidden content.

Aaah, perdão novamente...   Eu estava fazendo sem debuggar antes... Erros de escrita, ctza que não tem mais...   se tiver, é so nas funçoes...   Estou sem um servidor pra testar, sorry..   Tai :  Hidden Content Give reaction to this post to see the hidden content.

Amnha voce testa então.   Dscp, não posso dar suporte via skype :c

Bom amigo,

eu tentei rescrever os códigos assim

 

do mesmo jeito, não fico tão bonito

 

// OBS: Não testei

// OBS²: Tá no pastebin, pra não perder a identaçao.

 

Hidden Content

    Give reaction to this post to see the hidden content.

Tony Araújo  ;D 

 

Link para o post
Compartilhar em outros sites

[23:53:08.286] data/talkactions/scripts/doll.lua:31: 'then' expected near 'doPlayerSendCancel'

Da esse erro cara :/

Link para o post
Compartilhar em outros sites
[23:59:24.649] [Error - LuaInterface::loadFile] data/talkactions/scripts/doll.lua:37: function arguments expected near ']'
[23:59:24.650] [Warning - Event::loadScript] Cannot load script (data/talkactions/scripts/doll.lua)
[23:59:24.650] data/talkactions/scripts/doll.lua:37: function arguments expected near ']'

Esse erro agr, rs
Link para o post
Compartilhar em outros sites

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

  • Estatísticas dos Fóruns

    96844
    Tópicos
    519600
    Posts



×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo