• TibiaFace

    Tibiaface | Una comunidad Open Tibia donde encontras : mapas, scripts, Otserver, npc y amigos etc ...

    .
    demo menumenu

    Afiliados



    Votar:

    [CreatureEvents] Red Skull Amulet (no pierde item)

    Compartir:

    Ver el tema anterior Ver el tema siguiente Ir abajo  Mensaje (Página 1 de 1.)

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    hola usuarios de tibiaface

    hoy les traigo un amulet para pkred para evitar las perdidas de item la cual pueden darle uso para item vip

    instlacion:

    Nos vamos a:


    [CreatureEvents] Red Skull Amulet (no pierde item) Note10 data\creaturescripts\scripts


    copiamos cualquier archivo y renombramos por preparedeath.lua y pegamos esto dentro

    Código:
    function onDeath(cid, corpse, deathList)
    if (getPlayerSlotItem(cid, 2).itemid == 2196) and getPlayerSkullType(cid) >= 4 then
    doPlayerRemoveItem(cid, 2196, 1)
    doCreatureSetDropLoot(cid, false) 
    end
    return true
    end


    luego añadimos esta linea en :


    [CreatureEvents] Red Skull Amulet (no pierde item) Note10 data\creaturescripts\scripts\login.lua


    Código:
    registerCreatureEvent(cid, "SkullAmulet")


    siguidamente añadimos esta tag en:


    [CreatureEvents] Red Skull Amulet (no pierde item) Note10 data\creaturescripts\creaturescripts.xml


    Código:
    <event type="death" name="SkullAmulet" event="script" value="preparedeath.lua"/>

    y por ultimo remplasamos esta linea en:

    [CreatureEvents] Red Skull Amulet (no pierde item) Note10 data/items/items.xml


    buscamos:

    Código:
    <item id="2196" article="a" name="broken amulet">
          <attribute key="weight" value="420" />
          <attribute key="slotType" value="necklace" />
       </item>

    y reemplazamos por:

    Código:
    <item id="2196" article="a" name="Red Skull Amulet">
          <attribute key="weight" value="420" />
          <attribute key="slotType" value="necklace" />
       </item>


    y listo ya tienen su amuleto para player red skull (para que no pierda item) tambien es para black skull


    creditos: Sebasbe and Nicekid






    [CreatureEvents] Red Skull Amulet (no pierde item) YNU5B25
    2 participantes
    http://www.tibiaface.com

    krippy dan

    krippy dan
    Nuevo Miembro
    Nuevo Miembro
    no funciona

    2 participantes

    Ver el tema anterior Ver el tema siguiente Volver arriba  Mensaje (Página 1 de 1.)

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

     

    BienvenidosTibiaFace es una comunidad de Open Tibia. Para participar debes estar registrado (click para Regístrate).