Dia 03/07
Ainda n testei mais se tiver bom te dou Rep ++
Dia 04/07
Testado e funfando cara a unica coisa a mudar seria esse para n dar bug
function onSay(cid, words, param, channel)
if(param == '') then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Coloque espaço entre ! eo codigo do emoticon [EX: !
].")
return true
end
if param == "
" then
if isPlayer(cid) == TRUE then
doSendMagicEffect(getCreaturePosition(cid), 183)
end
elseif param == "
" then
if isPlayer(cid) == TRUE then
doSendMagicEffect(getCreaturePosition(cid), 170)
end
elseif param == "
" then
if isPlayer(cid) == TRUE then
doSendMagicEffect(getCreaturePosition(cid), 182)
end
elseif param == "
" then
if isPlayer(cid) == TRUE then
doSendMagicEffect(getCreaturePosition(cid), 169)
end
elseif param == ":@" then
if isPlayer(cid) == TRUE then
doSendMagicEffect(getCreaturePosition(cid), 168)
end
elseif param == ":S" then
if isPlayer(cid) == TRUE then
doSendMagicEffect(getCreaturePosition(cid), 167)
end
elseif param == "!" then
if isPlayer(cid) == TRUE then
doSendMagicEffect(getCreaturePosition(cid), 173)
end
elseif param == "yes" then
if isPlayer(cid) == TRUE then
doSendMagicEffect(getCreaturePosition(cid), 175)
end
elseif param == "no" then
if isPlayer(cid) == TRUE then
doSendMagicEffect(getCreaturePosition(cid), 176)
end
elseif param == "..." then
if isPlayer(cid) == TRUE then
doSendMagicEffect(getCreaturePosition(cid), 166)
end
elseif param == "go" then
if isPlayer(cid) == TRUE then
doSendMagicEffect(getCreaturePosition(cid), 167)
end
elseif param == "lol" then
if isPlayer(cid) == TRUE then
doSendMagicEffect(getCreaturePosition(cid), 179)
end
elseif param == "-.-" then
if isPlayer(cid) == TRUE then
doSendMagicEffect(getCreaturePosition(cid), 186)
end
elseif param == "test !!" then
if isPlayer(cid) == TRUE then
doSendMagicEffect(getCreaturePosition(cid), 186)
end
stopEvent(say_events[getPlayerGUID(cid)])
say_events[getPlayerGUID(cid)] = nil
end
return TRUE
end
este = elseif param == "test !!" then é para q n de bug no ! -.-
tava dando um pequeno bug tirando isso seu script ta 10 :smile_positivo:



info
Grupo: Campones
Registrado: 31/01/08
Posts: 91
Reputação: +4
Esse script e um pouco parecido com o do pokemon Original...
emoticons.lua
talkactions.xml
Para o emoticon funcionar coloque espaço na frente do ! [EX : !
].
Editado Abril 3 por mucio