- °ஃŠﺕρξŘθஃ°Aportador
- Mensajes : 213
[TalkaActions]!Soft Y !Firewalker Por Comando
Miér Sep 07, 2011 10:16 am
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:
Para Las Firewalker Boots:
Ahora En TalkActions.xml Ponen Estas Lineas:
Aki Lo Q Quieren Q Diga Cuando Las Aya Reparado
Aki Lo Q Dira Cuando Digan El Comando Y No Tenga Money
Aki Lo Q Dira Cuando No Tenga Las Worn
Creditos : 99% BT y 1% yo
¿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)
Creditos : 99% BT y 1% yo
- Dj MajestickMiembro
- Mensajes : 131
Re: [TalkaActions]!Soft Y !Firewalker Por Comando
Miér Sep 07, 2011 8:27 pm
Buena men
Permisos de este foro:
No puedes responder a temas en este foro.