diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-29 12:08:59 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-29 12:08:59 +0000 |
commit | 13132344467b3f5e2c968bb7cfaec8eaf269280e (patch) | |
tree | f178af553d5c2048fe2aa5febf97870f68501923 /doc/script_commands.txt | |
parent | 72cd35c33dee93b88969b579a0cc3327b2e7f2d6 (diff) | |
download | hercules-13132344467b3f5e2c968bb7cfaec8eaf269280e.tar.gz hercules-13132344467b3f5e2c968bb7cfaec8eaf269280e.tar.bz2 hercules-13132344467b3f5e2c968bb7cfaec8eaf269280e.tar.xz hercules-13132344467b3f5e2c968bb7cfaec8eaf269280e.zip |
- Added BaseClass explanation to script_commands.txt .
- Some updates to the custom folder / the old eAAC Scripts which are now in there.
- Fixed custom/warper.txt prontera location to not collide with Ash Vacuum warper. bugreport:5857
- Fixed Platinum Skill Quests properly checking for BaseClass now. bugreport:5853
- Fixed some typos in Ranger Job change Quest & Eden Paradise. bugreport:5858
- Fixed a typo in scripts_athena.conf . bugreport:5852
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16165 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 1c9e254b2..6803e5fae 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -529,7 +529,10 @@ NextJobExp - Same for job levels. Hp - Current amount of hit points. MaxHp - Maximum amount of hit points. Sp - Current spell points. -MaxSp - Maximum amount of spell points. +MaxSp - Maximum amount of spell points +BaseClass - This will return the starter Class of the invoking Character. + For example: If you're an Knight this would return Swordsman, + or if you're an Bard it will return Archer. BaseJob - This is sneaky, apparently meant for baby class support. This will supposedly equal Job_Acolyte regardless of whether the character is an acolyte or a baby acolyte, for example. |