• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    [CreatureEvents] Anti Guild Attack ( usted no puede atakar a miembro de su guild)

    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 usarios de tibiaface

    aqui le traigo el script para no atakar a miembro de su propia guild.


    Instalacion

    Nos vamos a:

    data/creaturescripts/creaturescripts.xml

    y adicionamos esta tag:

    Código:
    <event type="attack" name="attackguild" script="attackguild.lua"/>


    Luego nos vamos a:

    data/creaturescripts/scripts

    copiamos cualquier archivo y renombramos por attackguild.lua y pegamos esto dentro:

    Código:
    function onAttack(cid, target)

      if isPlayer(target) and getPlayerGuildId(cid) == getPlayerGuildId(target) then
        local storageId = 101
       
      if getPlayerStorageValue(cid, storageId) == 1 then
          doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You choose not to attack and not to be attacked by guild members.")
        doCreatureSetSkullType(cid, 0)
        return false
      elseif getPlayerStorageValue(target, storageId) == 1 then
          doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Your target choose to not to attack and not to be attacked by guild members.")
          doCreatureSetSkullType(cid, 0)
         return false
      end
      end
     
    return true
    end

    y listo.


    creditos: Absolute



    [CreatureEvents] Anti Guild Attack ( usted no puede atakar a miembro de su guild) YNU5B25
    3 participantes
    http://www.tibiaface.com

    2[CreatureEvents] Anti Guild Attack ( usted no puede atakar a miembro de su guild) Empty [Aporte] Muy bueno Jue Nov 27, 2014 12:17 pm

    Mikex

    Mikex
    Miembro
    Miembro
    :(MG): +1

    3 participantes

    ijuchia

    ijuchia
    Miembro
    Miembro
    muchas gracias este script se puede pasar a version TFS 1.0 ?

    3 participantes

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    ijuchia escribió:muchas gracias este script se puede pasar a version TFS 1.0 ?

    no lamentablemente no se puede



    [CreatureEvents] Anti Guild Attack ( usted no puede atakar a miembro de su guild) YNU5B25
    3 participantes
    http://www.tibiaface.com

    Contenido patrocinado


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