diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-16 04:20:55 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-16 04:20:55 +0000 |
commit | a2c41ae05a34029adf70f7e11f47c4e4ba56566b (patch) | |
tree | ead4aace769121712737e5d20aa109f66245c828 /Changelog.txt | |
parent | ec576ee55559c2375d240b16d07ca860acdeb8bd (diff) | |
download | hercules-a2c41ae05a34029adf70f7e11f47c4e4ba56566b.tar.gz hercules-a2c41ae05a34029adf70f7e11f47c4e4ba56566b.tar.bz2 hercules-a2c41ae05a34029adf70f7e11f47c4e4ba56566b.tar.xz hercules-a2c41ae05a34029adf70f7e11f47c4e4ba56566b.zip |
Added 'BaseJob' const and 'indoors' mapflag
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@209 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index bd0fc7404..1ca473251 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -6,6 +6,11 @@ Date Added at first it'll delete common items then, if necessary, delete the rest items but upgraded/named/with cards. [Lupus] * Added checks for Perfect hiding [celest] * Modified level 0 skill check to allow auto blitz beat and steal. [celest] + * Added constant BaseJob. [celest] Usage: For example, instead of + If (Class==12) || (Class==4012) || (Class==4035) + you can use + If (BaseJob==12) or If (BaseJob==Job_Assassin) + * Added 'indoors' mapflag : When in-doors players will not be affected by Night [celest] 11/15 * Added a Database Changelog.txt File, use it for any changes inside the db folder. [shadowlady] |