• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    [Ayuda] Aol forever se cae el BackPack

    Compartir:

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

    1[Ayuda] Aol forever se cae el BackPack Empty [Ayuda] Aol forever se cae el BackPack Miér Dic 17, 2014 12:57 am

    djvins2015

    djvins2015
    Miembro
    Miembro
    Hola bueno aqui pidiendo otra ayudita

    Bueno tengo el Aol Forever en mi server Otx server 2 mapa Rl 8.6
    lo que pasa que cuando muere un player y lleba puesto el Aol Forever Pierde sus backpack y su armaduras entre otras cosas no se pierden.


    Cuando muere solo se le cae el backpack este es mi codigo del aol forever en Creaturescripts.

    data/creaturescripts/aol forever.lua

    Code:

    function onDeath(cid, corpse, deathlist)
    if getCreatureSkullType(cid) <= 2 and getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == 2196 then
    doCreatureSetDropLoot(cid, false)
    doSendMagicEffect(getCreaturePosition(cid), CONST_ME_HOLYAREA)
    doCreatureSay(cid, "Forever Aol!! NO LOOT FOR YOU!", TALKTYPE_ORANGE_1)
    end
    return true
    end

    REGRISTRO EN:
    data/creaturescripts.xml
    <event type="death" name="Forever Aol" event="script" value="forever aol.lua"/>
    Registrado en:
    data/creaturescripts/login.lua

    registerCreatureEvent(cid, "Forever Aol")

    Eso es lo que tengo, y cada ves que muere el player pierde su backpack no funciona mi aol forever me pueden ayudar que error tiene o darme un otro scritps que funciones al 100% saludos.
    GOD MAYA

    2 participantes
    http://tibianeca.com

    2[Ayuda] Aol forever se cae el BackPack Empty Re: [Ayuda] Aol forever se cae el BackPack Miér Dic 17, 2014 2:00 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    pero yo veo que el item que dice que es el amulet aol infinito es este

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

    pero apra que sea un amulet y proteja infinitamente tiene que tene otra linea como estas te va a item.zml y editas el item 2196

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



    [Ayuda] Aol forever se cae el BackPack YNU5B25
    2 participantes
    http://www.tibiaface.com

    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).