summaryrefslogtreecommitdiff
path: root/npc/other/arena/arena_lvl60.txt
AgeCommit message (Collapse)AuthorFilesLines
2017-06-03remove specialeffect2 from npcsgumi1-3/+3
2016-09-02change *strcharinfo to use constantsAsheraf1-4/+4
2015-12-31Replace -1,{ with FAKE_NPC,{AnnieRuru1-29/+29
replace using Notepad++
2015-12-15Standardized header in scripts (part 14)Haru1-13/+34
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Other scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-11-15Fixed too-generic constant names of gettime() typesHaru1-4/+4
- Follow-up to 3bd77ffc0daca508352834add828766490075aee - The names were too generic (not namespaced), and were easily clashing with custom (and potential future official) constants or variables. - Constants are now prefixed with a 'GETTIME_' namespace: - GETTIME_SECOND - GETTIME_MINUTE - GETTIME_HOUR - GETTIME_WEEKDAY - GETTIME_DAYOFMONTH - GETTIME_MONTH - GETTIME_YEAR - GETTIME_DAYOFYEAR - Fixed some excessive (and some times incorrect) parentheses in various scripts using gettime(). - Updated documentation. Signed-off-by: Haru <haru@dotalux.com>
2015-10-27Replaced parameter type with constant.Emistry1-4/+4
constant for gettime( <type> ) constant for Weekday and Month.
2014-11-02Replaced 'set' with direct assignment where applicable (common folder)Haru1-20/+21
Signed-off-by: Haru <haru@dotalux.com>
2014-05-13Removed trailing whitespace (scripts)Haru1-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2013-10-28Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵Kisuka1-14/+14
npcs to use this.
2013-10-24Update to last rAthena npc.Michieru1-519/+436
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt
2013-02-19-Moved Arena to main folder so it can be used by pre-re and reStreusel1-0/+1108
Signed-off-by: Streusel