• Announcement:
    In order to download VIP files, you need to UPGRADE your account.

Solved OTO EVENT SİSTEMİ ARANIYOR

Metin2Hub Bot
M2Hub Bot
Feb
Threads
65
1,623
1
660
113
HubMoney
1,025
Elinde oto event olan varmı

Hello dear user,

Your post will be under surveillance by bots for the next few hours.

Forum description : Metin2 private server, Metin2 download, Metin2 support, Metin2 Forum, Metin2 Pvp Servers, Errors, Bugs, Requests, Metin2 Pvp Forum, Everything About Metin2.
 

DoN

Metin2 Hub -
Valuable
Designer
Developer
Member
May
Threads
84
339
1
986
93
United Kingdom
terra2.eu
HubMoney
5,732
quest auto_events begin
state start begin
when 20086.chat."auto event" with pc.is_gm() begin
say_title(" Hallo "..pc.get_name())
say(" state now "..game.get_event_flag("autoevent").." ")
say(" ")
local s = select(" active "," disable "," close ")
if s == 1 then
setskin(NOWINDOW)
server_loop_timer("auto_event_timer", 1)
game.set_event_flag("autoevent", 1)
elseif s == 2 then
setskin(NOWINDOW)
clear_server_timer("auto_event_timer")
game.set_event_flag("autoevent", 0)
end
end
when auto_event_timer.server_timer begin
local events_info = {
{"Sat 14:00", "hair", "event", "hairup", 1, " 4 hours ", "Sat 18:00", 0},
{"Sun 14:00", "6 Shabe Box", "event", "2006_drop", 1, " 4 hours ", "Sun 18:00", 0},
{"Mon 13:00", "Gold ball", "event", "gold_bool", 1, " 4 hours ", "Mon 18:00", 0},
{"Tue 14:00", "dressup box", "event", "dressup", 1, " 4 hours ", "Tue 18:00", 0},
{"Wed 14:00", "fotball box", "event", "football_drop", 1, " 4 hours ", "Wed 18:00", 0},
{"Thu 14:00", "moon box", "event", "drop_moon", 1, " 4 hours ", "Thu 18:00", 0},
{"Fri 14:00", "mount", "event", "Mount_Ring_Event", 1, " 4 hours ", "Fri 18:00", 0},
}
local day_time = os.date("%a %H:%M")
for i,v in ipairs(events_info) do
if v[1] == day_time then
if game.get_event_flag(v[4]) != v[5] then
notice_all("notice: event "..v[2].." actived for "..v[6].." started from now! ")
game.set_event_flag(v[4], v[5])
end
elseif v[7] == day_time then
if game.get_event_flag(v[4]) != v[8] then
notice_all(" notice: event "..v[2].." finish, see u with other events !! ")
game.set_event_flag(v[4], v[8])
end
end
end
end
end
end
 
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock