OTHispano
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Ir abajo
°ஃŠﺕρξŘθஃ°
°ஃŠﺕρξŘθஃ°
Aportador
Mensajes Mensajes : 213

[TalkaActions]!Soft Y !Firewalker Por Comando Empty [TalkaActions]!Soft Y !Firewalker Por Comando

Miér Sep 07, 2011 10:16 am
Reputación del mensaje :100% (1 voto)
Los Comandos !soft y !firewalker

¿Que Hacen?

!Soft= Repara Tus Soft Boots Cuando Se Te Allan Acabado

!Firewalker= Repara Tus Firewalker Boots Cuando Se Te Allan Acabado
Aqui los Scripts :

Para Las Soft Boots:

Código:
function onSay(cid, words, param, channel)
local k = getPlayerItemById(cid, true, 10021).uid
if k == 0 then
doCreatureSay(cid, 'You don\'t have worn Soft Boots.', TALKTYPE_ORANGE_1, false, cid)
elseif not doPlayerRemoveMoney(cid, 10000) then
doCreatureSay(cid, 'You don\'t have enough money.', TALKTYPE_ORANGE_1, false, cid)
else
doCreatureSay(cid, 'You refilled your Soft Boots.', TALKTYPE_ORANGE_1, false, cid)
doTransformItem(k, 6132)
doSendMagicEffect(getThingPos(cid), CONST_ME_MAGIC_GREEN)
return true
end
return doSendMagicEffect(getThingPos(cid), CONST_ME_POFF)
end

Para Las Firewalker Boots:

Código:
function onSay(cid, words, param, channel)
local k = getPlayerItemById(cid, true, 10022).uid
if k == 0 then
doCreatureSay(cid, 'You don\'t have worn Firewalker Boots.', TALKTYPE_ORANGE_1, false, cid)
elseif not doPlayerRemoveMoney(cid, 10000) then
doCreatureSay(cid, 'You don\'t have enough money.', TALKTYPE_ORANGE_1, false, cid)
else
doCreatureSay(cid, 'You refilled your Firewalker Boots.', TALKTYPE_ORANGE_1, false, cid)
doTransformItem(k, 9933)
doSendMagicEffect(getThingPos(cid), CONST_ME_MAGIC_GREEN)
return true
end
return doSendMagicEffect(getThingPos(cid), CONST_ME_POFF)
end

Ahora En TalkActions.xml Ponen Estas Lineas:

Código:
elseif not doPlayerRemoveMoney(cid, 10000) then

Aki Lo Q Quieren Q Diga Cuando Las Aya Reparado

Código:
doCreatureSay(cid, 'EDITA AKI.', TALKTYPE_ORANGE_1, false, cid

Aki Lo Q Dira Cuando Digan El Comando Y No Tenga Money

Código:
doCreatureSay(cid, 'EDITA AKI.', TALKTYPE_ORANGE_1, false, cid)

Aki Lo Q Dira Cuando No Tenga Las Worn

Código:
doCreatureSay(cid, 'EDITA AKI.', TALKTYPE_ORANGE_1, false, cid)
Espero les alla servido este comando es muy util Very Happy
Creditos : 99% BT y 1% yo Wink
Dj Majestick
Dj Majestick
Miembro
Mensajes Mensajes : 131

[TalkaActions]!Soft Y !Firewalker Por Comando Empty Re: [TalkaActions]!Soft Y !Firewalker Por Comando

Miér Sep 07, 2011 8:27 pm
Buena men
Volver arriba
Permisos de este foro:
No puedes responder a temas en este foro.