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

Ir abajo
ﻝhonLedit
ﻝhonLedit
Moderador
Mensajes Mensajes : 312
http://www.otsuporter.com/

 [Action] Poción multi-automatica, da 1 Level, Full stamina, remove todas FRAG y SKULL (PARA VIP O DONATE) Empty [Action] Poción multi-automatica, da 1 Level, Full stamina, remove todas FRAG y SKULL (PARA VIP O DONATE)

Vie Mayo 18, 2012 3:55 pm
Reputación del mensaje :100% (1 voto)
Bueno.. vi muchos script separados de Black Skulls, Golem Heads y Level Machine.
Pense en porque no juntarlos todos en un solo item, para poder venderlo muy caro o de donacion?
Esta multi-pocion o item te otorga 1 nivel, recupera las 42 horas de Stamina.
Tambien removera cualquier SKULL y frags.

Este script esta TESTEADO por precauciones.

multipotion.lua (localizada en data/actions/script/multipotion.lua)


Código:
function onUse(cid, item, fromPosition, itemEx, toPosition)
    local cfg = {}
    cfg.refuel = 42 * 60 * 1000
explevel = getExperienceForLevel(getPlayerLevel(cid))
explevel2 = getExperienceForLevel(getPlayerLevel(cid)+1)
exp = (explevel2 - explevel)/100
random = math.random(100,100)
expfinal = random*exp
soul = getPlayerSoul(cid)

    if(getPlayerStamina(cid) <= cfg.refuel) then
doPlayerAddExp(cid,expfinal)
        doPlayerSetStamina(cid, cfg.refuel)
        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, MESSAGE_STATUS_CONSOLE_ORANGE, "Your stamina has been refilled, received one level and removed all your frags and skull.")
doSendAnimatedText(getPlayerPosition(cid), "MULTI POT", math.random(01,255))
doSendMagicEffect(getPlayerPosition(cid),5)
        doPlayerSetSkullEnd(cid, 0, getPlayerSkullType(cid))
        doRemoveItem(item.uid)
else
doPlayerSendTextMessage(cid,22,"An error has ocurred with the stadistics!")
    end
    return true
end

TAG (en actions.xml)

Código:
<action itemid="ITEMID" event="script" value="multipotion.lua"/>


Porfavor, Comenten y usen el script.
Para que crear un script asi? Muchos jugadores donan por artos items en servers,
Seguro que esta multi-pocion sera la mas comprada en el Shop Offer Donation...
Les saldria mas economico y servible..

Creditos:
chavoz 30% (juntar todos los script y hacerlo uno)
creadores de los script golem head, black skull e level machine 70%
Gracias por ver el tema, si les ha ayudado denme rep S; XD, Nada mas es por ayudarlos xD

COPY Y PASTE


Carlos [Zipto]
Carlos [Zipto]
Aportador
Mensajes Mensajes : 233

 [Action] Poción multi-automatica, da 1 Level, Full stamina, remove todas FRAG y SKULL (PARA VIP O DONATE) Empty Re: [Action] Poción multi-automatica, da 1 Level, Full stamina, remove todas FRAG y SKULL (PARA VIP O DONATE)

Vie Mayo 18, 2012 5:27 pm
Very Happy Chido we pero Pon unas imagenes ala otra Pliz
*º~[Darkar]~º*
*º~[Darkar]~º*
Miembro
Mensajes Mensajes : 42

 [Action] Poción multi-automatica, da 1 Level, Full stamina, remove todas FRAG y SKULL (PARA VIP O DONATE) Empty Re: [Action] Poción multi-automatica, da 1 Level, Full stamina, remove todas FRAG y SKULL (PARA VIP O DONATE)

Vie Mayo 18, 2012 8:20 pm
Esta Super Ultra Mega Duper Genial Maestro Kiba Pero Unas Imagenes No Le Cairian Mal Al Post
Contenido patrocinado

 [Action] Poción multi-automatica, da 1 Level, Full stamina, remove todas FRAG y SKULL (PARA VIP O DONATE) Empty Re: [Action] Poción multi-automatica, da 1 Level, Full stamina, remove todas FRAG y SKULL (PARA VIP O DONATE)

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