Jump to content

Fr3zy94

Member
  • Posts

    201
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by Fr3zy94

  1. ----------------------------------------------------
    ----    Quest:    Auto Notice                   ----
    ----    Server:    Metin2 TBX                   ----
    ----    Author:    [Fr3zy]                      ----
    ----------------------------------------------------
    
    quest auto_msg begin
        state start begin
            when login begin
                timer("msq_auto", 900)
            end
            when msq_auto.timer begin
                local msg_randome = number(1,3)
                msg = io.open(string.format("locale/romania/quest/files/msg/msg_%d.txt", msg_randome))
                notice(""..msg:read().."")
                timer("msq_auto2", 3600)
            end
            when msq_auto2.timer begin
                local msg_randome = number(1,3)
                msg = io.open(string.format("locale/romania/quest/files/msg/msg_%d.txt", msg_randome))
                notice(""..msg:read().."")
                timer("msq_auto", 3600)
            end
        end
    end

    That is a simple quest with 2 timers  first at 15 minutes from login after that at 30 minutes. You will need to change at :

    msg = io.open...bla bla and make 3 files msg_1.txt 2 and 3.

     

  2. I'am searching for a developer ( C++ - Python - Lua ). I working at a new private server and need some really big and complex systems. All systems i need to be private ( just for my server ). There are alot of systems and my bouget is +2000 euro. Method of payment is BANK Transfer,after he finish one of the system and he show it to me i make the payment, and then the next one. For all systems my time limit is 4 months.

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.