summaryrefslogtreecommitdiff
path: root/db/constants.conf
AgeCommit message (Collapse)AuthorFilesLines
2017-03-28add gettimer() buildingumi1-2/+7
2016-10-22Added Summoner Skills(in DB)Dastgir Pojee1-0/+12
Added Summoner SC ID's in status.h
2016-10-22Added Summoner Class.Dastgir Pojee1-0/+3
(Only Placeholder, other things related to summoner will follow-up soon) Added SQL-Upgrade: Added `class` column in charlog
2016-10-16Change *getcharid to use constantsAsheraf1-0/+7
2016-08-29*strnpcinfo now uses constantsAsheraf1-0/+7
- 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-01Update Old Glastheim announces to use C_colorAsheraf1-20/+21
* now announce commands use constant colors instead of hexadecimal. * added new color C_SPRINGGREEN
2016-03-11Hardcore Parameters from constant database to avoid synchronize issues with ↵hemagx1-118/+0
source now defining new parameters in the constants.conf database is deprecated and should be defined in source instead
2016-02-29Added gender-related constants SEX_MALE/SEX_FEMALEEmistry1-0/+4
2016-02-27Update NPC ID'sJedzkie1-0/+25
2016-01-25Added source support for special comments in the constdbHaru1-45/+42
- To be used by the constdb2doc plugin Signed-off-by: Haru <haru@dotalux.com>
2016-01-16set_constant the LOOK_ constantsAnnieRuru1-16/+0
2016-01-16Remove VAR_ constantsAnnieRuru1-10/+37
- there are 2 same constants for setlook script command, remove the wrong one - VAR_ constant added by lone_wolf is invalid https://github.com/HerculesWS/Hercules/commit/f4278f36db32f35e535a0ea8feb1cf83ca95019e, so use the LOOK_ constant
2016-01-13Marked Job_Alchem and Job_Baby_Alchem as deprecatedHaru1-2/+8
Use respectively Job_Alchemist and Job_Alchemist instead. Signed-off-by: Haru <haru@dotalux.com>
2016-01-13Added support to mark constants in db/constants.conf as deprecatedHaru1-0/+1
Signed-off-by: Haru <haru@dotalux.com>
2016-01-13Converted const.txt to libconfig formatHaru1-0/+3791
- This is necessary for upcoming improvements Signed-off-by: Haru <haru@dotalux.com>