diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-11-02 14:13:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-11-02 14:13:02 -0300 |
commit | cedbd6e91f240259eefd166fb3988f5dd93cfb95 (patch) | |
tree | c35f2d6efcd7439109f983b96da424037fc8a7b8 /npc/functions | |
parent | 827e7f9cebffdf4a0f92cc762aa4339a2dd8a56f (diff) | |
download | serverdata-cedbd6e91f240259eefd166fb3988f5dd93cfb95.tar.gz serverdata-cedbd6e91f240259eefd166fb3988f5dd93cfb95.tar.bz2 serverdata-cedbd6e91f240259eefd166fb3988f5dd93cfb95.tar.xz serverdata-cedbd6e91f240259eefd166fb3988f5dd93cfb95.zip |
Extend Thanksgiving Festivity from 30 minutes to 45 minutes
Diffstat (limited to 'npc/functions')
-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!"); } |