Desbug Por Lavanca
Desbug Por Lavanca
Ola Amigos Aqui Postarei Para Vocês Como Colocar Desbug por Lavanca em Seu Servidor De WoDBO.
1°Va na pasta de seu server abra a pasta data/talkactions/scripts e crie um arquivo .LUA.e Digite o Seguinte Codigo:
function onSay(cid, words, param)
if doPlayerRemoveItem(cid,2160,10) == TRUE then
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Voce Desbugou!")
doSendMagicEffect(getPlayerPosition(cid), 12)
addLevel(cid, 1)
else
doPlayerSendCancel(cid, "Presisa De 10 Gold Para Desbugar!")
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Presisa De 10 Gold Para Desbugar!")
doSendMagicEffect(getPlayerPosition(cid), 2)
end
end
2°Va na pasta de seu server abra a pasta data/talkactions e abra o Talkactions .xml E digite:
Créditos:
By Mozark