• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    AYUDA CON UN SCRIPTS

    Compartir:

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

    1AYUDA CON UN SCRIPTS Empty AYUDA CON UN SCRIPTS Lun Sep 21, 2020 3:31 pm

    AmonGod

    AmonGod
    Miembro
    Miembro
    HOLA PROFESIONALES DE TF ESTOY APRENDIENDO A CREAR SCRIPTS Y EN ESTOS MOMENTOS ME ENCUENTRO CREANDO UNO QUE LE OTORGUE UN EFECTO A UN PLAYER QUE TENGA XXX STORAGE... LO ESTOY HACIENDO POR CREATURESCRIPTS AJA LA CUESTION ES QUE YA LO HICE PERO CREO QUE ESTA MALO PORQUE AHORA LOS PLAYERS QUE POSEEN EL STORAGE REQUERIDO NO SE PUEDE CONECTAR, Sad QUISIERA UN POCO DE AYUDA PARA ENCONTRAR ESTE PROBLEMA, AQUI LES DEJO EL SCRIPTS PARA VER SI ME AYUDAN A ENCONTRAR EL PROBLE POR FAVOR SI ESTE SCRIPTS ESTA MUY PATETICO LES PIDO QUE NO SE BURLEN MUCHO JAJAJAJA ESTOY ABIERTO A CRITICAS CONSTRUCTIVAS PARA MEJORAR YA QUE ME ESTOY INICIANDO EN ESTO Smile

    ESTE ES EL SCRIPTS
    Código:

    local tempo = 5

    function onLogin(cid)
      local stor = getPlayerStorageValue(cid,11117) >= 1
          if (Stor) then
            StorageEffect(cid)
          end
      end


    function Storageefect(cid)
      if isPlayer(cid) then
          doSendAnimatedText(getCreaturePosition(cid), "[EPIC]", TEXTCOLOR_LIGHTBLUE)
          doSendMagicEffect(getCreaturePosition(cid), 36)
          addEvent(StorEffect, tempo*1000, cid)
      end
      return TRUE
    end

    ESTOY COLOQUE EN EL CREATURESCRIPTS.XML
    Código:
    <event type="login" name="storefect" script="storefect.lua"/>

    Y ESTE FUE EL QUE COLOQUE EN LOGIN.LUAR
    Código:

     function onLogin(cid)
              if(getPlayerStorageValue(cid, 11117) >=1) then
                  doSendMagicEffect(getCreaturePosition(cid), 36)
              end
              return TRUE
            end

    return true

    2 participantes

    2AYUDA CON UN SCRIPTS Empty Re: AYUDA CON UN SCRIPTS Lun Sep 21, 2020 3:50 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    [Tienes que estar registrado y conectado para ver este vínculo]

    Quieres algo como esto



    AYUDA CON UN SCRIPTS YNU5B25
    2 participantes
    http://www.tibiaface.com

    3AYUDA CON UN SCRIPTS Empty EXACTAMENTE Lun Sep 21, 2020 5:15 pm

    AmonGod

    AmonGod
    Miembro
    Miembro
    SI ALGO COMO ESO, PERO QUE NO SE ACABE SE SEAN COMO EL TOP EFECTO PERO CON UN AURA COMO ESA, ME GUSTARIA SABER QUE ES LO QUE ESTOY HACIENDO MAL.
    LA VERDAD MI IDE ES QUE LOS PALYERS QUE TENGAN LA ULTIMA PROMOTION SEAN DIFERENCIADOS POR ESO EL POST ANTERIOR SOBRE LA PROMOTION QUE OTORGUE STORAGE Smile

    2 participantes

    4AYUDA CON UN SCRIPTS Empty Re: AYUDA CON UN SCRIPTS Lun Sep 21, 2020 8:45 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    aqui tienes

    globalevents/scripts/magic-effect.lua
    Código:

    local effects = {
       -- vocation => effect
       [1] = 15,  -------> vocation id, efecto
       [2] = 15,
       [3] = 15,
       [4] = 15
    }

    function onThink(interval)
       for _, pid in ipairs(getPlayersOnline()) do
          local effect = effects[getPlayerVocation(pid)]
          if(effect) then
             doSendMagicEffect(getCreaturePos(pid), effect)
          end
       end

       return true
    end


    en globalevents.xml


    Código:
    <globalevent name="magic-effect" interval="1" event="script" value="magic-effect.lua"/>



    AYUDA CON UN SCRIPTS YNU5B25
    2 participantes
    http://www.tibiaface.com

    5AYUDA CON UN SCRIPTS Empty me encanta Mar Sep 22, 2020 6:44 pm

    AmonGod

    AmonGod
    Miembro
    Miembro
    wao amigo perfecto funcionando al 100% bueno me toca seguir estudiando para aprender, se que algun dia llegare a su nivel de programacion y tambien lo pasare jajaja gracias Smile tema resuelto Smile

    2 participantes

    6AYUDA CON UN SCRIPTS Empty Re: AYUDA CON UN SCRIPTS Mar Sep 22, 2020 7:22 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Tema Resuelto



    AYUDA CON UN SCRIPTS YNU5B25
    2 participantes
    http://www.tibiaface.com

    Contenido patrocinado


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