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


Ayudamos Sobre Tibia
 
ÍndiceÚltimas imágenesBuscarRegistrarseConectarse
temas
 TEMAS
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Últimos temas
» Tibia Bot NG 9.71 / Tibia MC 9.71 / Ibot 9.71 / Bbot 9.71 / TibiaAuto 9.71 / RedBot 9.71 / KeraBot 9.71
remove red skull I_icon_minitimeSáb Nov 10, 2012 8:36 pm por Borek

» Waypoints+Script 100% Full Afk 100-350 Level Ibot TibiaAuto RedBot Bbot
remove red skull I_icon_minitimeSáb Nov 10, 2012 8:36 pm por Borek

» REDBOT TIBIA 9.71 script + waypoints UPDATE
remove red skull I_icon_minitimeSáb Nov 10, 2012 8:35 pm por Borek

» Tibia MC 9.71 By BlackD UPDATE
remove red skull I_icon_minitimeSáb Nov 10, 2012 8:35 pm por Borek

» BBOT Tibia 9.71 + SCRIPTS
remove red skull I_icon_minitimeSáb Nov 10, 2012 8:35 pm por Borek

» TIBIA MAGE BOT 9.63 DOWNLOAD
remove red skull I_icon_minitimeMar Oct 09, 2012 9:32 pm por Admin Arni

» Tibia IP Changer 8.6 download
remove red skull I_icon_minitimeMar Oct 09, 2012 9:30 pm por Admin Arni

» Tibia RED BOT PRO 9.61 Download
remove red skull I_icon_minitimeJue Ago 23, 2012 10:01 pm por cohete25

» Servidor TIBIA OT en español y con sonido
remove red skull I_icon_minitimeJue Ago 09, 2012 4:08 pm por latibia

Mejores posteadores
Admin Arni
remove red skull Vote_lcapremove red skull Voting_barremove red skull Vote_rcap 
[Admin]
remove red skull Vote_lcapremove red skull Voting_barremove red skull Vote_rcap 
Borek
remove red skull Vote_lcapremove red skull Voting_barremove red skull Vote_rcap 
latibia
remove red skull Vote_lcapremove red skull Voting_barremove red skull Vote_rcap 
Gm G3org3
remove red skull Vote_lcapremove red skull Voting_barremove red skull Vote_rcap 
[GOD] Darko0
remove red skull Vote_lcapremove red skull Voting_barremove red skull Vote_rcap 
god troll
remove red skull Vote_lcapremove red skull Voting_barremove red skull Vote_rcap 
cohete25
remove red skull Vote_lcapremove red skull Voting_barremove red skull Vote_rcap 
Compañeros
Crear foro

 

 remove red skull

Ir abajo 
AutorMensaje
Admin Arni
moderador
moderador
Admin Arni


Mensajes : 19
Puntos : 45
Reputación : 4
Fecha de inscripción : 29/05/2011
Edad : 33

remove red skull Empty
MensajeTema: remove red skull   remove red skull I_icon_minitimeDom Mayo 29, 2011 12:27 am

bueno se van a "data\actions\scripts" y
crea un "archivo.lua" y ponle de nombre "redskull.lua"

y le copian esto

Código:
 function onUse(cid, item, frompos, item2, topos)
 
        local nonremskulls =  -- These are the skulls it cant remove. If player has any of these, the rune wont work.
{
        white = SKULL_WHITE
}
 
        if isInArray(nonremskulls, getPlayerSkullType(cid)) then
                doPlayerSendCancel(cid,"You can't remove this type of skull.")
                doSendMagicEffect(getPlayerPosition(cid),2)
        else
                db.executeQuery("UPDATE `killers` SET `unjustified` = 0 WHERE `id` IN (SELECT `kill_id` FROM `player_killers` WHERE `player_id` = " .. getPlayerGUID(cid) .. ")")
                doCreatureSetSkullType(cid,0)
                doPlayerSendTextMessage(cid,27,"Your frags & your skull have been removed, thanks for donating!")
                doSendMagicEffect(getPlayerPosition(cid),CONST_ME_MAGIC_RED)
                                doSendAnimatedText(getPlayerPosition(cid), "Removed!", 180)
                doRemoveItem(item.uid, 1)
                                doPlayerSetSkullEnd(cid, 0, getPlayerSkullType(cid))
 
        return TRUE
        end
end



despues se van a actions.xml y copian esto

Código:


<action itemid="9969" script="redskull.lua"/>



y la id del items es el 9969!!

ojala q le aya gustado

si les gusto y le sirvio desnme REP +!
Volver arriba Ir abajo
 
remove red skull
Volver arriba 
Página 1 de 1.

Permisos de este foro:No puedes responder a temas en este foro.
Onix Tibia :: Sprites-
Cambiar a: