Ir para conteúdo

Featured Replies

Postado

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:

Mostrar conteúdo oculto

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)

Resolvido por Orochi Elf

Ir para solução
  • Respostas 9
  • Visualizações 3k
  • Created
  • Última resposta

Top Posters In This Topic

Most 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.   http://pastebin.com/Md7btezj

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

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

Postado
  • Autor
[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

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

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.6k

Informação Importante

Confirmação de Termo