Si te robaron algo aqui tienes tu solucion
5 participantes
- °ஃŠﺕρξŘθஃ°Aportador
- Mensajes : 213
Si te robaron algo aqui tienes tu solucion
Miér Sep 07, 2011 6:09 pm
funciona asi tu pones !drop PlayerNombre y todos sus item ke tiene en su bag aparecen alfrente tuyo jaja sin mas nada que decir toma el Script:
data/talckation/scripts Crea un archivo llamado drop.lua y esto adentro
y esto en Talckation.xml :
Bueno teminamos espero les alla sido util y me den mi rep jeje
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
- Dj MajestickMiembro
- Mensajes : 131
Re: Si te robaron algo aqui tienes tu solucion
Miér Sep 07, 2011 8:30 pm
Buen post D:
- MasakreMiembro
- Mensajes : 36
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] OscarMiembro
- Mensajes : 83
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.
Gracias.
Lo agregare a mi ot.
Gracias.
Permisos de este foro:
No puedes responder a temas en este foro.