diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-16 10:29:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-16 10:29:19 -0300 |
commit | c6702f73a08004b1d64efef43aad69c8ff060be6 (patch) | |
tree | 73e512f8723113a8641213fc453d46a2c8c24724 /npc/functions/aurora.txt | |
parent | e359e56df64f2205e08ec6f98ff1c65a6df3a1c0 (diff) | |
download | serverdata-c6702f73a08004b1d64efef43aad69c8ff060be6.tar.gz serverdata-c6702f73a08004b1d64efef43aad69c8ff060be6.tar.bz2 serverdata-c6702f73a08004b1d64efef43aad69c8ff060be6.tar.xz serverdata-c6702f73a08004b1d64efef43aad69c8ff060be6.zip |
Document better Aurora Event Framework
Diffstat (limited to 'npc/functions/aurora.txt')
-rw-r--r-- | npc/functions/aurora.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index 24e0698a2..3095b333b 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -11,6 +11,19 @@ // Aurora Event Framework functions are called by event.txt // specs override and is overriden by those defined in commands/event.txt +// Variables: +// $MOST_HEROIC$ +// Updated every 2 weeks, the top 1 from previous event +// Only the hero may begin sieges against Fortress Town. +// Every NPC will recognize them, and Lightbringer will also +// pay special attention to them. +// $FYEVENT_CYCLE +// Current cycle. I thought in using gettimeparam(WEEK) but gave up. +// $@REGNUM_BLESSMAP$ +// Map under Regnum's Blessing +// $@REGNUM_BLESSMAP_H$ +// Human-readable form of the map under Regnum's Blessing + // AEF: BEGIN function script FYNewEvent { debugmes "\033[1mFY event is set to happen..."; |