Ir para conteúdo
  • Cadastre-se

Posts Recomendados

function onSay(cid, words, param)



local femaleOutfits = { ["citizen"]={136}, ["hunter"]={137}, ["knight"]={139}, ["noblewoman"]={140}, ["druid"]={148}, ["wizard"]={149}, ["oriental"]={150}, ["pirate"]={155}, ["beggar"]={157}, ["shaman"]={158}, ["norsewoman"]={252}, ["nightmare"]={269}, ["jester"]={270}, ["brotherhood"]={279}, ["demonhunter"]={288}, ["yalaharian"]={324}, ["warmaster"]={336},["wayfarer"]={366}, ["afflicted"]={431}, ["elementalist"]={433}, ["deepling"]={464}, ["insectoid"]={466}, ["crystal warlord"]={513}, ["soil guardian"]={514}, ["demon"]={542},["cave explorer"]={575},["dream warden"]={578} }
local maleOutfits = { ["citizen"]={128}, ["hunter"]={129}, ["knight"]={131}, ["nobleman"]={132}, ["druid"]={144}, ["wizard"]={145}, ["oriental"]={146}, ["pirate"]={151}, ["beggar"]={153}, ["shaman"]={154}, ["norsewoman"]={251}, ["nightmare"]={268}, ["jester"]={273}, ["brotherhood"]={278}, ["demonhunter"]={289}, ["yalaharian"]={325}, ["warmaster"]={335}, ["wayfarer"]={367}, ["afflicted"]={430}, ["elementalist"]={432}, ["deepling"]={463}, ["insectoid"]={465}, ["crystal warlord"]={512}, ["soil guardian"]={516},["demon"]={541},["cave explorer"]={574},["dream warden"]={577} }
local player, param = Player(cid), string.lower(param)
local addondoll_id = 9693

if player:getItemCount(addondoll_id) > 0 then
if param ~= "" and maleOutfits[param] and femaleOutfits[param] then
local outfit = player:getSex() == 0 and femaleOutfits[param][1] or maleOutfits[param][1]
if not player:hasOutfit(outfit, 3) then
player:removeItem(addondoll_id, 1)
player:sendTextMessage(MESSAGE_INFO_DESCR, "Seu Addon full foi adicionado!")
Position(getThingPos(cid)):sendMagicEffect(CONST_ME_GIFT_WRAPS)
player:addOutfitAddon(outfit, 3)
else
player:sendTextMessage(MESSAGE_INFO_DESCR, "Voce ja tem este addon")
end
else
player:sendTextMessage(MESSAGE_INFO_DESCR, "Digite novamente, tem algo errado ou precisa adiquirir o addon no site!")
end
else
player:sendTextMessage(MESSAGE_INFO_DESCR, "Voce não tem addon doll!")
end
end

 

É o seguinte , quando é pra fazer o addon doll no jogo tem que usar os as aspas .ex: !addon "nomedoaddon.

 

Eu queria que fosse normal sem as aspas. Ex: !addon nomedoaddon

 

se alguem souber fazer essa alterção, eu agradeço.

 

 

 

 

Link para o post
Compartilhar em outros sites

Substitua por este e tente.

function onSay(cid, words, param)

local femaleOutfits = { ["citizen"]={136}, ["hunter"]={137}, ["knight"]={139}, ["noblewoman"]={140}, ["druid"]={148}, ["wizard"]={149}, ["oriental"]={150}, ["pirate"]={155}, ["beggar"]={157}, ["shaman"]={158}, ["norsewoman"]={252}, ["nightmare"]={269}, ["jester"]={270}, ["brotherhood"]={279}, ["demonhunter"]={288}, ["yalaharian"]={324}, ["warmaster"]={336},["wayfarer"]={366}, ["afflicted"]={431}, ["elementalist"]={433}, ["deepling"]={464}, ["insectoid"]={466}, ["crystal warlord"]={513}, ["soil guardian"]={514}, ["demon"]={542},["cave explorer"]={575},["dream warden"]={578} }
local maleOutfits = { ["citizen"]={128}, ["hunter"]={129}, ["knight"]={131}, ["nobleman"]={132}, ["druid"]={144}, ["wizard"]={145}, ["oriental"]={146}, ["pirate"]={151}, ["beggar"]={153}, ["shaman"]={154}, ["norsewoman"]={251}, ["nightmare"]={268}, ["jester"]={273}, ["brotherhood"]={278}, ["demonhunter"]={289}, ["yalaharian"]={325}, ["warmaster"]={335}, ["wayfarer"]={367}, ["afflicted"]={430}, ["elementalist"]={432}, ["deepling"]={463}, ["insectoid"]={465}, ["crystal warlord"]={512}, ["soil guardian"]={516},["demon"]={541},["cave explorer"]={574},["dream warden"]={577} }
local player, param = Player(cid), string.lower(param)
local addondoll_id = 9693

if player:getItemCount(addondoll_id) > 0 then
if param = and maleOutfits[param] and femaleOutfits[param] then
local outfit = player:getSex() == 0 and femaleOutfits[param][1] or maleOutfits[param][1]
if not player:hasOutfit(outfit, 3) then
player:removeItem(addondoll_id, 1)
player:sendTextMessage(MESSAGE_INFO_DESCR, "Seu Addon full foi adicionado!")
Position(getThingPos(cid)):sendMagicEffect(CONST_ME_GIFT_WRAPS)
player:addOutfitAddon(outfit, 3)
else
player:sendTextMessage(MESSAGE_INFO_DESCR, "Voce ja tem este addon")
end
else
player:sendTextMessage(MESSAGE_INFO_DESCR, "Digite novamente, tem algo errado ou precisa adiquirir o addon no site!")
end
else
player:sendTextMessage(MESSAGE_INFO_DESCR, "Voce não tem addon doll!")
end
end

YDmXTU2.png

 

Entenda tudo sobre VPS, DEDICADOS & HOSPEDAGENS. => Clique aqui

Global Full Download 10.9x - TFS 1.2/FERUMBRAS/KRAILOS. => Clique aqui

 

Muitos querem aquilo que você tem, 
mas vão desistir quando souberem o preço que você pagou.

 

skype-favicon.png lu.lukinha

message-16.png [email protected]

Link para o post
Compartilhar em outros sites

Não funcionou

Já tentou muda a Tag do talkactions.xml ? 

Link para o post
Compartilhar em outros sites

A tag só ta  <talkaction words="!addon" script="addondoll.lua"/>.

local femaleOutfits = { ["citizen"]={136}, ["hunter"]={137}, ["knight"]={139}, ["noblewoman"]={140}, ["druid"]={148}, ["wizard"]={149}, ["oriental"]={150}, ["pirate"]={155}, ["beggar"]={157}, ["shaman"]={158}, ["norsewoman"]={252}, ["nightmare"]={269}, ["jester"]={270}, ["brotherhood"]={279}, ["demonhunter"]={288}, ["yalaharian"]={324}, ["warmaster"]={336},["wayfarer"]={366}, ["afflicted"]={431}, ["elementalist"]={433}, ["deepling"]={464}, ["insectoid"]={466}, ["crystal warlord"]={513}, ["soil guardian"]={514}, ["demon"]={542},["cave explorer"]={575},["dream warden"]={578} }
local maleOutfits = { ["citizen"]={128}, ["hunter"]={129}, ["knight"]={131}, ["nobleman"]={132}, ["druid"]={144}, ["wizard"]={145}, ["oriental"]={146}, ["pirate"]={151}, ["beggar"]={153}, ["shaman"]={154}, ["norsewoman"]={251}, ["nightmare"]={268}, ["jester"]={273}, ["brotherhood"]={278}, ["demonhunter"]={289}, ["yalaharian"]={325}, ["warmaster"]={335}, ["wayfarer"]={367}, ["afflicted"]={430}, ["elementalist"]={432}, ["deepling"]={463}, ["insectoid"]={465}, ["crystal warlord"]={512}, ["soil guardian"]={516},["demon"]={541},["cave explorer"]={574},["dream warden"]={577} }
local player, param = Player(cid), string.lower(param)
local addondoll_id = 9693

if player:getItemCount(addondoll_id) > 0 then
local outfit = player:getSex() == 0 and femaleOutfits[param][1] or maleOutfits[param][1]
if not player:hasOutfit(outfit, 3) then
player:removeItem(addondoll_id, 1)
player:sendTextMessage(MESSAGE_INFO_DESCR, "Seu Addon full foi adicionado!")
Position(getThingPos(cid)):sendMagicEffect(CONST_ME_GIFT_WRAPS)
player:addOutfitAddon(outfit, 3)
else
player:sendTextMessage(MESSAGE_INFO_DESCR, "Voce ja tem este addon")
end
else
player:sendTextMessage(MESSAGE_INFO_DESCR, "Digite novamente, tem algo errado ou precisa adiquirir o addon no site!")
end
else
player:sendTextMessage(MESSAGE_INFO_DESCR, "Voce não tem addon doll!")
end
end
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.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo