summaryrefslogtreecommitdiff
path: root/npc/re/instances/saras_memory.txt
AgeCommit message (Collapse)AuthorFilesLines
2018-07-12Fix date part2Unknown1-1/+1
2018-06-05Update instance scripts to follow official behaviourAsheraf1-12/+10
2017-10-26Changes to npc\instances\re\saras_memory.txt script to fit Hercules' Standards.AtlantisRO1-515/+514
- Added mesf and sprintf commands where needed. - Added _$() and _() macros where needed. - Added curly brackets, paragraph breaks, parentheses and spaces to fit Hercules' Standards. - Changed numeric arguments for constants. Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-03-13Fixes #1626. Adds missed mapflags on instances.AtlantisRO1-1/+0
- Mapflags are moved into map_zone_db, this will make easier and more intuitive in the future to add mapflags to new instances and avoid miss any mapflag. - Zone mapflags for renewal instances are moved into renewal folder. Signed-off-by: Ragno <ragno@atlantis-ro.net>
2016-10-16Change *getcharid to use constantsAsheraf1-18/+18
2016-09-10Cleanup Sara's memory instanceAsheraf1-320/+237
* Now it follow Hercules coding style * Various improvments to HULD support
2016-09-02change *strcharinfo to use constantsAsheraf1-11/+11
2016-08-29*strnpcinfo now uses constantsAsheraf1-202/+202
- 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-08-02Sara's Memory Instance implementationRidley88191-0/+1867
* implementation of Sara's memory instance * Update and add missing Sara's memory monster database * Update and add missing Sara's memory quest database