summaryrefslogtreecommitdiff
path: root/npc/other/arena/arena_aco.txt
AgeCommit message (Collapse)AuthorFilesLines
2017-06-03remove specialeffect2 from npcsgumi1-4/+4
2016-09-02change *strcharinfo to use constantsAsheraf1-13/+13
2016-01-17Script Standardization: changed select format in other folderDastgir1-3/+3
2015-12-31Replaced leftover -1 view IDs with FAKE_NPCHaru1-20/+20
Signed-off-by: Haru <haru@dotalux.com>
2015-12-31Replace -1,{ with FAKE_NPC,{AnnieRuru1-25/+25
replace using Notepad++
2015-12-15Standardized header in scripts (part 14)Haru1-14/+33
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Other scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-05-08Replaced checkre() calls with constantsHaru1-3/+3
Signed-off-by: Haru <haru@dotalux.com>
2014-11-02Replaced 'set' with direct assignment where applicable (common folder)Haru1-98/+98
Signed-off-by: Haru <haru@dotalux.com>
2013-11-28Corrected operator precedence table.Haru1-1/+1
- [ This commit is part of a larger script engine related update ] - Operator precedence rules now closely follow those of languages such as C and derivates/related (C++, Java, PHP, etc.) - Please note that if you had custom scripts with non parenthesized expressions containing bitwise |, &, ^ operators, they may behave incorrectly now (or perhaps they were already behaving incorrectly, since the previous behavior was undocumented). - Added an up to date operator precedence/associativity table in the script documentation. - Added an operator/keyword self-test script in the npc/custom folder, in case if may be of some use for future regression-testing.
2013-10-28Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵Kisuka1-10/+10
npcs to use this.
2013-10-24Update to last rAthena npc.Michieru1-283/+225
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/+1845
Signed-off-by: Streusel