Untitled
unknown
plain_text
a year ago
2.6 kB
1
Indexable
Never
----------------------------------------------------------------------------------------------------------------- --Creative Metin2 --Quest realizat de Strumf ----------------------------------------------------------------------------------------------------------------- quest anunturi begin state start begin when login begin -- Anunturi ------------------------------------------------------------------ announcements = io.open("locale/romania/quest/install_ro/anunturi/anunturi.txt") events = io.open("locale/romania/quest/install_ro/anunturi/evenimente.txt") news = io.open("locale/romania/quest/install_ro/anunturi/noutati.txt") rezolvat = io.open("locale/romania/quest/install_ro/anunturi/rezolvat.txt") rezolvat1 = io.open("locale/romania/quest/install_ro/anunturi/rezolvat1.txt") rezolvat2 = io.open("locale/romania/quest/install_ro/anunturi/rezolvat2.txt") rezolvat3 = io.open("locale/romania/quest/install_ro/anunturi/rezolvat3.txt") update = io.open("locale/romania/quest/install_ro/anunturi/update.txt") ------------------------------------------------------------------------------------- notice("-----------------------------------------------------------------------------------------------------------------------------------------------") notice("Ultimele buguri rezolvate :") notice("1: "..rezolvat:read()) notice("2: "..rezolvat1:read()) notice("3: "..rezolvat2:read()) notice("4: "..rezolvat3:read()) notice("Ultimul update a avut loc pe: "..update:read()) notice("-----------------------------------------------------------------------------------------------------------------------------------------------") notice("Anunturi: "..announcements:read()) notice("-----------------------------------------------------------------------------------------------------------------------------------------------") notice("Noutati: "..news:read()) notice("-----------------------------------------------------------------------------------------------------------------------------------------------") notice("Putem fi contactati pe ro.metin2creative.top/support") notice("-----------------------------------------------------------------------------------------------------------------------------------------------") notice("Urmatorul eveniment: "..events:read()) notice("-----------------------------------------------------------------------------------------------------------------------------------------------") end end -- state "start" end -- quest