diff options
-rw-r--r-- | npc/functions/event.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt index a627788de..c9368898f 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -392,7 +392,7 @@ OnTimer90000: .users=getusers(1); .score+=.users; - // Do event (lasts 30 minutes) + // Do event (lasts 45 minutes) if (!.event && !$@MK_SCENE && .score > 300 && .users > 3) { /* Reserve Aeros */ $@MK_SCENE=MK_LOCKED; @@ -402,9 +402,9 @@ OnTimer90000: donpcevent("Mana Being#001-1::OnAutoSched"); /* Open the event */ $@GM_EVENT = 2; - .event = gettimetick(2) + 1800; + .event = gettimetick(2) + 2700; announce ("The mana bridge to Aeros is open! To participate on event, talk to ##BSoul Menhir##b!"), bc_all|bc_npc; - announce ("##1THANKSGIVING SPECIAL. TIME LIMIT: ##B30 MINUTES.##b##0"), bc_all|bc_npc; + announce ("##1THANKSGIVING SPECIAL. TIME LIMIT: ##B45 MINUTES.##b##0"), bc_all|bc_npc; channelmes("#world", "An event is happening on Aeros! Hurry up!"); } |