diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-18 06:21:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-18 06:21:53 -0300 |
commit | 68d057f1feab0f1056cc7e81ddd198b15dcd378b (patch) | |
tree | aa81bf994fe8bcb799da2bfac6a0f112e2983aa6 /npc/functions/aurora.txt | |
parent | f556467218fde111e3be7b679bbecff4be3973e5 (diff) | |
download | serverdata-68d057f1feab0f1056cc7e81ddd198b15dcd378b.tar.gz serverdata-68d057f1feab0f1056cc7e81ddd198b15dcd378b.tar.bz2 serverdata-68d057f1feab0f1056cc7e81ddd198b15dcd378b.tar.xz serverdata-68d057f1feab0f1056cc7e81ddd198b15dcd378b.zip |
Some specification + Fishing event description (finally)
Diffstat (limited to 'npc/functions/aurora.txt')
-rw-r--r-- | npc/functions/aurora.txt | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index a88caa106..cab1be9c7 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -19,12 +19,27 @@ // pay special attention to them. // $FYEVENT_CYCLE // Current cycle. I thought in using gettimeparam(WEEK) but gave up. +// Q_AuroraEvent +// Quest Variable: DayCtrl, Score, ClaimedControl +// +// Event Specific Variables: // $REGNUM_BLESSMAP$ // Map under Regnum's Blessing // $REGNUM_BLESSMAP_H$ // Human-readable form of the map under Regnum's Blessing -// Q_AuroraEvent -// Quest Variable: DayCtrl, Score, ClaimedControl +// +// $FYREWARD_PT +// Array with minimum points for rewards (primary key) +// $FYREWARD_ID +// Array with claimable reward IDs +// $FYREWARD_AM +// Array with the amount of the reward ID you'll receive +// $FYLOGIN_PTS +// How many event score boost you'll receive for daily login +// +// $WORLDEXPO_ENEMY$ +// Name of the enemy responsible for ruining the World's Expo + // AEF: BEGIN function script FYNewEvent { |