summaryrefslogtreecommitdiff
path: root/npc/woe-se
AgeCommit message (Collapse)AuthorFilesLines
2018-10-06mesf npc/woe-seHabilya1-592/+592
2017-06-03remove specialeffect2 from npcsgumi1-4/+4
2017-03-01Adds a protection to 1st Barricade line on WoE SE maps to avoid splash ↵AtlantisRO1-0/+29
damage without destroying Guardian Stones previously.
2016-10-16Change *getcharid to use constantsAsheraf1-10/+10
2016-09-02change *strcharinfo to use constantsAsheraf1-4/+4
2016-08-29*strnpcinfo now uses constantsAsheraf1-265/+265
- 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 woe-se folderDastgir1-27/+27
2015-12-31Replaced leftover -1 view IDs with FAKE_NPCHaru10-90/+90
Signed-off-by: Haru <haru@dotalux.com>
2015-12-31Replace -1,{ with FAKE_NPC,{AnnieRuru2-12/+12
replace using Notepad++
2015-12-18ItemID to Constant: quests/woe FolderDastgir1-20/+20
2015-12-15Standardized header in scripts (part 7)Haru13-135/+425
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Battlegrounds and WoE scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-11-15Fixed too-generic constant names of gettime() typesHaru1-10/+6
- 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-07-05Removed blank text contents in NPC scripts.Emistry1-3/+3
http://herc.ws/board/tracker/issue-8677-lots-of-blank-things-in-scripts/
2015-06-05Renamed guild and guild2 folder to woe-fe and woe-seDastgir13-0/+2729