Ir para conteúdo

Masturbação System


Leoprotons

Posts Recomendados

Vou postar pra vocês do Xtibia um script totalmente inutio mais muito legal

 

e Bem simples

 

Em talkactions\talkactions.xml e adiciona a linha

       <talkaction words="!masturbar" script="masturbar.lua" />

 

Em talkaction\scripts vc adiciona um script com nome masturbar.lua assim:

function onSay(cid, words, param)
        shake = math.random(0, 4)
        if shake == 4 then
        chock = getPlayerLookDir(cid)
        chicken = getPlayerPosition(cid)
        chocken = getPlayerPosition(cid)
        chak = getPlayerPosition(cid)
        chek = getPlayerPosition(cid)
        chicken.y = (chicken.y-1)
        chocken.x = (chocken.x+1)
        chak.y = (chak.y+1)
        chek.x = (chek.x-1)
        if chock == 0 then
        splash = doCreateItem(2025, 6, chicken)
        elseif chock == 1 then
        splash = doCreateItem(2025, 6, chocken)
        elseif chock == 2 then
        splash = doCreateItem(2025, 6, chak)
        elseif chock == 3 then
        splash = doCreateItem(2025, 6, chek)
        end
        if getPlayerSex(cid) == 1 then
        doSendAnimatedText(getPlayerPosition(cid), "To Gozando!!", TEXTCOLOR_RED)
        else
        doSendAnimatedText(getPlayerPosition(cid), "Que Gostosooo!!", TEXTCOLOR_RED)
        end
        doDecayItem(splash)
        else
        if getPlayerSex(cid) == 1 then
        doSendAnimatedText(getPlayerPosition(cid), "Que Gostoso!", TEXTCOLOR_RED)
        else
        doSendAnimatedText(getPlayerPosition(cid), "Oooh!", TEXTCOLOR_RED)
        end
        doSendAnimatedText(getPlayerPosition(cid), "Sim Puta!", TEXTCOLOR_RED)
        return 0
        end
        return 0
        end

 

Creditos

Cristian : Script

Leoprotons: Tópico

Vlw pessoal

 

Dica: clique dentro desta caixa para carregar o editor

 

Ops Foi mal gente. Coloquei na seção errada.

E porque tava pensando em postar uma outra coisa. Mals aew!!!move o topico ae plix...

Editado por Leoprotons
Link para o comentário
Compartilhar em outros sites

  • 2 months later...

script ta desestructurado

 

un arreglo

 

function onSay(cid, words, param)
function getChockValue(cid)
local chock = getPlayerLookDir(cid)
local splash = 0
       if chock == 0 then
		splash = doCreateItem(2025, 6, chicken)
       elseif chock == 1 then
		splash = doCreateItem(2025, 6, chocken)
       elseif chock == 2 then
		splash = doCreateItem(2025, 6, chak)
       elseif chock == 3 then
		splash = doCreateItem(2025, 6, chek)
	end
return splash
end
local shake = math.random(0, 4)
if shake == 4 then
        chicken = getPlayerPosition(cid)
        chocken = getPlayerPosition(cid)
        chak = getPlayerPosition(cid)
        chek = getPlayerPosition(cid)
        chicken.y = (chicken.y-1)
        chocken.x = (chocken.x+1)
        chak.y = (chak.y+1)
        chek.x = (chek.x-1)

   if getPlayerSex(cid) == 1 then
        doSendAnimatedText(getPlayerPosition(cid), "To Gozando!!", TEXTCOLOR_RED)
   else
        doSendAnimatedText(getPlayerPosition(cid), "Que Gostosooo!!", TEXTCOLOR_RED)
   end
        doDecayItem(getChockValue(cid))
   else
        if getPlayerSex(cid) == 1 then
		doSendAnimatedText(getPlayerPosition(cid), "Que Gostoso!", TEXTCOLOR_RED)

	else
		doSendAnimatedText(getPlayerPosition(cid), "Oooh!", TEXTCOLOR_RED)
       end
		doSendAnimatedText(getPlayerPosition(cid), "Sim Puta!", TEXTCOLOR_RED)
       return 0
		end
        return 0
       end

Editado por Faisher
Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...