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

Si te robaron algo aqui tienes tu solucion Empty Si te robaron algo aqui tienes tu solucion

Miér Sep 07, 2011 6:09 pm
Reputación del mensaje :100% (1 voto)
funciona asi tu pones !drop PlayerNombre y todos sus item ke tiene en su bag aparecen alfrente tuyo Wink jaja sin mas nada que decir toma el Script:

data/talckation/scripts Crea un archivo llamado drop.lua y esto adentro

Código:
function onSay(cid, words, param, channel)
local pid = getPlayerByName(param)
if(pid) then
if getPlayerGroupId(cid) >= 6 then
for i = 0, 10 do
local eqItems = getPlayerSlotItem(pid, i).uid
if eqItems > 0 then
doTeleportThing(eqItems, getPlayerLookPos(cid))
end
end
doPlayerSendTextMessage(cid, 22, "You have received all items from the player: ".. param)

else
doPlayerSendCancel(cid, "You must have group id 6 or higher.")
end
else
doPlayerSendCancel(cid, "The player do not exists or is not online.")
end
return 0
end

y esto en Talckation.xml :

Código:
<talkaction words="!drop" event="script" value="drop.lua"/>

Bueno teminamos espero les alla sido util y me den mi rep jeje
ﻝhonLedit
ﻝhonLedit
Moderador
Mensajes Mensajes : 312
http://www.otsuporter.com/

Si te robaron algo aqui tienes tu solucion Empty Re: Si te robaron algo aqui tienes tu solucion

Miér Sep 07, 2011 6:12 pm
buena men rep Very Happy
Dj Majestick
Dj Majestick
Miembro
Mensajes Mensajes : 131

Si te robaron algo aqui tienes tu solucion Empty Re: Si te robaron algo aqui tienes tu solucion

Miér Sep 07, 2011 8:30 pm
Buen post D:
avatar
Masakre
Miembro
Mensajes Mensajes : 36

Si te robaron algo aqui tienes tu solucion Empty Re: Si te robaron algo aqui tienes tu solucion

Dom Ago 05, 2012 9:25 pm
¿Si quiero que sólo robe un ítem aleatorio?
[GOD] Oscar
[GOD] Oscar
Miembro
Mensajes Mensajes : 83

Si te robaron algo aqui tienes tu solucion Empty Re: Si te robaron algo aqui tienes tu solucion

Sáb Ago 25, 2012 12:40 am
Buena aportación.
Lo agregare a mi ot.
Very Happy
Gracias.
Contenido patrocinado

Si te robaron algo aqui tienes tu solucion Empty Re: Si te robaron algo aqui tienes tu solucion

Volver arriba
Permisos de este foro:
No puedes responder a temas en este foro.