summaryrefslogtreecommitdiff
path: root/npc/re/woe-fe
AgeCommit message (Collapse)AuthorFilesLines
2017-09-12Fix several typos and grammar mistakesHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2017-03-13Fixes #1625. Fixes checks on Guild Dungeon Investment and separates Guild ↵AtlantisRO1-175/+337
Dungeon mapflags for pre-renwal and renewal. Signed-off-by: Ragno <ragno@atlantis-ro.net>
2016-10-16Change *getcharid to use constantsAsheraf1-3/+3
2016-08-29*strnpcinfo now uses constantsAsheraf1-30/+30
- NPC_NAME for the whole npc name including hidden part - NPC_NAME_VISIBLE for the visible part of the npc name - NPC_NAME_HIDDEN for the hidden part of the npc name - NPC_NAME_UNIQUE for the npc unique name - NPC_MAP for npc map
2016-01-17Script Standardization: changed select format in RE folderDastgir1-15/+15
2015-12-31Replace -1,{ with FAKE_NPC,{AnnieRuru1-5/+5
replace using Notepad++
2015-12-18ItemID to Constant: re FolderDastgir1-17/+17
2015-12-15Standardized header in scripts (part 7)Haru2-81/+108
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Battlegrounds and WoE scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-12-14Added some missing spaces (syntax error) in the renewal WoE:FE invest_main ↵Haru1-11/+11
script Signed-off-by: Haru <haru@dotalux.com>
2015-11-15Fixed too-generic constant names of gettime() typesHaru1-7/+7
- 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-7/+7
constant for gettime( <type> ) constant for Weekday and Month.
2015-06-05Renamed guild and guild2 folder to woe-fe and woe-seDastgir2-0/+1741