Scripts de Soft Boots
+3
°ஃŠﺕρξŘθஃ°
Falcon
Manuel
7 participantes
- ManuelMiembro
- Mensajes : 4
Scripts de Soft Boots
Dom Oct 02, 2011 7:18 pm
archivo soft.lua
talkactions.xml
commados:
porfavo si quiere me dan +rep
- Código:
local function GIC(cid, x)
return getPlayerItemCount(cid, x)
end
local function getPlayerMoney(cid)
return GIC(cid, 2160)*10000 + GIC(cid, 2152)*100 + GIC(cid, 2148)
end
function onSay(cid, words, param)
if(param == "") then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "di !soft repair o !soft buy")
return TRUE
end
if(param == "buy") then
if getPlayerMoney(cid) >= 10000 then
doPlayerAddItem(cid, 2640, 1)
doSendMagicEffect(getCreaturePosition(cid), 12)
else
doPlayerSendCancel(cid, "Tu necesitas 10k")
end
return TRUE
elseif(param == "repair") then
if getPlayerItemCount(cid, 10021) > 0 then
if getPlayerMoney(cid) >= 10000 then
doPlayerRemoveItem(cid, 10021, 1)
doPlayerAddItem(cid, 2640, 1)
doSendMagicEffect(getCreaturePosition(cid), 12)
else
doPlayerSendCancel(cid, "Tu necesitas 10k y el worn soft boots..")
end
else
doPlayerSendCancel(cid, "Tu no tienes las soft boots.")
end
return TRUE
else
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "di !soft repair o !soft buy")
return TRUE
end
end
talkactions.xml
- Código:
<talkaction words="!soft" event="script" value="softboots.lua"/>
commados:
- Código:
!soft buy
!soft repair
porfavo si quiere me dan +rep
- °ஃŠﺕρξŘθஃ°Aportador
- Mensajes : 213
Re: Scripts de Soft Boots
Dom Oct 02, 2011 8:02 pm
Muy bueno ;D +rep sigue haci
Re: Scripts de Soft Boots
Lun Oct 03, 2011 3:08 pm
Para que pones esto ...
y este script se puede acortar mucho.
- Código:
local function GIC(cid, x)
return getPlayerItemCount(cid, x)
end
local function getPlayerMoney(cid)
return GIC(cid, 2160)*10000 + GIC(cid, 2152)*100 + GIC(cid, 2148)
end
y este script se puede acortar mucho.
Re: Scripts de Soft Boots
Lun Oct 03, 2011 3:49 pm
a me gusta tu idea xD y la de dj death buena de todos modos
- "Ryukend"Miembro
- Mensajes : 120
Re: Scripts de Soft Boots
Dom Nov 13, 2011 11:35 am
man me gusto porque lo nececitava +REP
Permisos de este foro:
No puedes responder a temas en este foro.