Ir para conteúdo

Santa Doll E Christmas Card


tibiaa4e

Posts Recomendados

+ uma função para natal

trata-se do santa doll e do christmas card

ambos q do se da use falam uma frase

funfa em xike ots 0.6.2 ou svn 17/12 +

scripts

crie em actions/scripts

santa doll.lua

--function by ta4e--

function onUse(cid, item, frompos, item2, topos)

sorte = math.random(1,6)

pos = getPlayerPosition(cid)

if item.itemid == 6567 then

if sorte == 1 then

doPlayerSay(cid,'Ho ho ho!',16)

doSendMagicEffect(pos,22)

elseif sorte == 2 then

doSendMagicEffect(pos,22)

doPlayerSay(cid,'Jingle bells, jingle bells..',16)

elseif sorte == 3 then

doSendMagicEffect(pos,22)

doPlayerSay(cid,'Have you been naughty?',16)

elseif sorte == 4 then

doSendMagicEffect(pos,22)

doPlayerSay(cid,'Have you been nice?',16)

elseif sorte == 5 then

doSendMagicEffect(pos,22)

doPlayerSay(cid,'Merry Christmas!',16)

elseif sorte == 6 then

doSendMagicEffect(pos,22)

doPlayerSay(cid,'Can you stop squeezing me now... I m starting to feel a little sick.',16)

else

end

end

return 1

end

e christmas card.lua

function onUse(cid, item, frompos, item2, topos)

doSendMagicEffect(topos,21)

name = getPlayerName(cid)

doPlayerSay(cid, 'Merry Christmas '..name..'.' ,16)

return 1

end

e em actions.xml add:

<action itemid="6567" script="santa doll.lua"/>

<action itemid="6388" script="christmas card.lua"/>

comentem

flws :bye:

Link para o comentário
Compartilhar em outros sites

  • 3 weeks later...
  • 1 month later...
×
×
  • Criar Novo...