Ir para conteúdo

Posts Recomendados

Novo Script Comando De NOOB,GOD,LOL como e e simples sai umas msgs emcima do seu char na hr q vc fala so q com cores diferentes

 

entao vamos ao script logo

 

Primeiro Va Em data/talkactions/talkactions.xml e la dentro add essas 3 tags la

 

<talkaction words="noob" event="script" value="noob.lua"/>

<talkaction words="lol" event="script" value="LoL.lua"/>

<talkaction words="god" event="script" value="god.lua"/>

 

Dps disso va em data/talkactions/scripts/e crie um arquivo.lua chamado god e dentro dele add isso

 

--[[

----- By Baiakzik -----

]]--

 

local colors =

{

TEXTCOLOR_BLUE,

TEXTCOLOR_LIGHTBLUE,

TEXTCOLOR_LIGHTGREEN,

TEXTCOLOR_TEAL,

TEXTCOLOR_PURPLE,

TEXTCOLOR_PLATINUMBLUE,

TEXTCOLOR_LIGHTGREY,

TEXTCOLOR_DARKRED,

TEXTCOLOR_RED,

TEXTCOLOR_ORANGE,

TEXTCOLOR_YELLOW,

TEXTCOLOR_WHITE_EXP

}

function onSay(cid, words, param)

local playerpos = getPlayerPosition(cid)

local random = math.random(1, #colors)

 

if math.max(math.abs(playerpos.x-23), math.abs(playerpos.y-30)) < 9999 then

doSendAnimatedText(playerpos, "GoD!", colors[random])

return 0

end

return 1

end

 

 

 

Dps Outro arquivo.lua chamado lol e dentro dele ponha isso dentro

 

--[[

----- By Baiakzik -----

]]--

 

local colors =

{

TEXTCOLOR_BLUE,

TEXTCOLOR_LIGHTBLUE,

TEXTCOLOR_LIGHTGREEN,

TEXTCOLOR_TEAL,

TEXTCOLOR_PURPLE,

TEXTCOLOR_PLATINUMBLUE,

TEXTCOLOR_LIGHTGREY,

TEXTCOLOR_DARKRED,

TEXTCOLOR_RED,

TEXTCOLOR_ORANGE,

TEXTCOLOR_YELLOW,

TEXTCOLOR_WHITE_EXP

}

function onSay(cid, words, param)

local playerpos = getPlayerPosition(cid)

local random = math.random(1, #colors)

 

if math.max(math.abs(playerpos.x-23), math.abs(playerpos.y-30)) < 9999 then

doSendAnimatedText(playerpos, "LoL!", colors[random])

return 0

end

return 1

end

 

 

e dps crie outro chamado noob e dentro dele escreva isso dentro

 

--[[

---- By Baiakzik ----

]]--

 

local colors =

{

TEXTCOLOR_BLUE,

TEXTCOLOR_LIGHTBLUE,

TEXTCOLOR_LIGHTGREEN,

TEXTCOLOR_TEAL,

TEXTCOLOR_PURPLE,

TEXTCOLOR_PLATINUMBLUE,

TEXTCOLOR_LIGHTGREY,

TEXTCOLOR_DARKRED,

TEXTCOLOR_RED,

TEXTCOLOR_ORANGE,

TEXTCOLOR_YELLOW,

TEXTCOLOR_WHITE_EXP

}

function onSay(cid, words, param)

local playerpos = getPlayerPosition(cid)

local random = math.random(1, #colors)

 

if math.max(math.abs(playerpos.x-23), math.abs(playerpos.y-30)) < 9999 then

doSendAnimatedText(playerpos, "NOOB!", colors[random])

return 0

end

return 1

end

 

 

 

se gostou dos scripts nao custa nada da um + rep

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

  • 11 months later...

Novo Script Comando De NOOB,GOD,LOL como e e simples sai umas msgs emcima do seu char na hr q vc fala so q com cores diferentes

 

entao vamos ao script logo

 

Primeiro Va Em data/talkactions/talkactions.xml e la dentro add essas 3 tags la

 

<talkaction words="noob" event="script" value="noob.lua"/>

<talkaction words="lol" event="script" value="LoL.lua"/>

<talkaction words="god" event="script" value="god.lua"/>

 

Dps disso va em data/talkactions/scripts/e crie um arquivo.lua chamado god e dentro dele add isso

 

--[[

----- By Baiakzik -----

]]--

 

local colors =

{

TEXTCOLOR_BLUE,

TEXTCOLOR_LIGHTBLUE,

TEXTCOLOR_LIGHTGREEN,

TEXTCOLOR_TEAL,

TEXTCOLOR_PURPLE,

TEXTCOLOR_PLATINUMBLUE,

TEXTCOLOR_LIGHTGREY,

TEXTCOLOR_DARKRED,

TEXTCOLOR_RED,

TEXTCOLOR_ORANGE,

TEXTCOLOR_YELLOW,

TEXTCOLOR_WHITE_EXP

}

function onSay(cid, words, param)

local playerpos = getPlayerPosition(cid)

local random = math.random(1, #colors)

 

if math.max(math.abs(playerpos.x-23), math.abs(playerpos.y-30)) < 9999 then

doSendAnimatedText(playerpos, "GoD!", colors[random])

return 0

end

return 1

end

 

 

 

Dps Outro arquivo.lua chamado lol e dentro dele ponha isso dentro

 

--[[

----- By Baiakzik -----

]]--

 

local colors =

{

TEXTCOLOR_BLUE,

TEXTCOLOR_LIGHTBLUE,

TEXTCOLOR_LIGHTGREEN,

TEXTCOLOR_TEAL,

TEXTCOLOR_PURPLE,

TEXTCOLOR_PLATINUMBLUE,

TEXTCOLOR_LIGHTGREY,

TEXTCOLOR_DARKRED,

TEXTCOLOR_RED,

TEXTCOLOR_ORANGE,

TEXTCOLOR_YELLOW,

TEXTCOLOR_WHITE_EXP

}

function onSay(cid, words, param)

local playerpos = getPlayerPosition(cid)

local random = math.random(1, #colors)

 

if math.max(math.abs(playerpos.x-23), math.abs(playerpos.y-30)) < 9999 then

doSendAnimatedText(playerpos, "LoL!", colors[random])

return 0

end

return 1

end

 

 

e dps crie outro chamado noob e dentro dele escreva isso dentro

 

--[[

---- By Baiakzik ----

]]--

 

local colors =

{

TEXTCOLOR_BLUE,

TEXTCOLOR_LIGHTBLUE,

TEXTCOLOR_LIGHTGREEN,

TEXTCOLOR_TEAL,

TEXTCOLOR_PURPLE,

TEXTCOLOR_PLATINUMBLUE,

TEXTCOLOR_LIGHTGREY,

TEXTCOLOR_DARKRED,

TEXTCOLOR_RED,

TEXTCOLOR_ORANGE,

TEXTCOLOR_YELLOW,

TEXTCOLOR_WHITE_EXP

}

function onSay(cid, words, param)

local playerpos = getPlayerPosition(cid)

local random = math.random(1, #colors)

 

if math.max(math.abs(playerpos.x-23), math.abs(playerpos.y-30)) < 9999 then

doSendAnimatedText(playerpos, "NOOB!", colors[random])

return 0

end

return 1

end

 

 

 

se gostou dos scripts nao custa nada da um + rep

 

Cara eu ja tenho uma pasta chamada god o que eu faço ?

Link para o comentário
Compartilhar em outros sites

Fácil: renomeie essa pasta pra ao que quiser, e la em talkactions.xml em vez de colocar:

<talkaction words="god" event="script" value="god.lua"/>

Coloca:

<talkaction words="god" event="script" value="o que você colocou la.lua"/>

 

 

Se te ajudei da um rep ae pf :)

Link para o comentário
Compartilhar em outros sites

Fácil: renomeie essa pasta pra ao que quiser, e la em talkactions.xml em vez de colocar:

<talkaction words="god" event="script" value="god.lua"/>

Coloca:

<talkaction words="god" event="script" value="o que você colocou la.lua"/>

 

 

Se te ajudei da um rep ae pf :)

 

Ganho meu R+ concerteza otima talk

Link para o comentário
Compartilhar em outros sites

  • 3 weeks later...

Dava pra fazer tudo em um script só:

local mama = {
["god"] = "Good =)",
["lol"] = "LLOOOOLLL !!!!",
["noob"] = "NooB...",
}
function onSay(cid, words, param)
return doSendAnimatedText(getThingPos(cid),mama[param:lower()],math.random(1,255))
end

 

E usar assim:

<talkaction words="noob;lol;god" event="script" value="mensagens.lua"/>

 

E vou falar, esse código tá muito fraco e cheio de coisas inúteis

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

  • 1 month later...
Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...