Esse Script e Mo Legal Quando vc falar Oiie Eles Solta Uns Effect E UMas Palavras Vamos La o code é esse. cole dentro de qualquer arquivo e salve renomeie para oiie.lua
function onSay(cid, words, param) --não edite------------------- player = getPlayerPosition(cid) parametros = cid, words, param ------------------------------ --Edite ---------------------- --animation animation1 = 29 animation2 = 29 animation3 = 29 --text collor --obs para descobrir novas cores ponhão em números (255 = preto)(0 = preto) text_collor1 = 100 text_collor2 = 150 text_collor3 = 200 --tempo time = 500 -- 1000 = 1segundo --textos texto1 = "Oiie" texto2 = "Como" texto3 = "Vai?" ------------------------------ if player == player then doSendMagicEffect(player,animation1) doSendAnimatedText(player,texto1,text_collor1) addEvent(love, time, parametros) end end function love(parametros) if player == player then doSendMagicEffect(player,animation2) doSendAnimatedText(player,texto2,text_collor2) addEvent(you, time, parametros) end end function you(parametros) if player == player then doSendMagicEffect(player,animation3) doSendAnimatedText(player,texto3,text_collor3) end end
Agora abra o talkactions.xml e cole o codigo
<talkaction words="oiie" script="oiie.lua"/>
http://www.youtube.com/watch?v=qSdse-xSAP8&feature=player_embedded
Rep ++ ?