• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    [Function] Pz UnLocked

    Compartir:

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

    1[Function] Pz UnLocked Empty [Function] Pz UnLocked Mar Feb 23, 2021 1:08 am

    daneraots

    daneraots
    Miembro
    Miembro
    Descripcion escribió:Hola, mi plan es que cuando un player de exit game deje entrenando su mono, asi que encontre donde modificar ya que el pzLocked = 60 * 1 no funciona de config.lua


    C:\OTX12\data\events\scripts\creature.lua
    ________________________________________________________________

    function Creature:onTargetCombat(target)
    if not self then
    return true
    end

    if not __picif[target.uid] then
    if target:isMonster() then
    target:registerEvent("RewardSystemSlogan")
    __picif[target.uid] = {}
    end
    end

    if target:isPlayer() then
    if self:isMonster() then
    local protectionStorage = target:getStorageValue(Storage.combatProtectionStorage)

    if target:getIp() == 0 then -- If player is disconnected, monster shall ignore to attack the player
    if protectionStorage <= 0 then
    addEvent(removeCombatProtection, 30 * 1000, target.uid)   <<<<< MODIFICAR!!!  <<<<<<<
    target:setStorageValue(Storage.combatProtectionStorage, 1)
    elseif protectionStorage == 1 then
    self:searchTarget()
    return RETURNVALUE_YOUMAYNOTATTACKTHISPLAYER
    end

    return true
    end

    if protectionStorage >= os.time() then
    return RETURNVALUE_YOUMAYNOTATTACKTHISPLAYER
    end
    end
    end
    __________________________________________________________________________

    Modificaremos addEvent(removeCombatProtection, 30 * 1000, target.uid

    al gusto de cada quien :

    addEvent(removeCombatProtection, 720 * 60 * 1000, target.uid << equivale a 12 horas
    Captura del Error escribió:Imagen del error: [Function] Pz UnLocked Empty
    La config. radica en: MoveEvents

    2 participantes
    http://imperio.servegame.com/

    2[Function] Pz UnLocked Empty Re: [Function] Pz UnLocked Mar Feb 23, 2021 7:54 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    lo que tu tienes que hacer es colocar no logouto mejor dicho pintar toda la zona de marillo con el rme

    [Function] Pz UnLocked Captur10



    [Function] Pz UnLocked 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).