diff options
author | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-19 11:08:28 +0000 |
---|---|---|
committer | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-19 11:08:28 +0000 |
commit | 8802fe420b568c0a93ba0bd88c6005efc1ff5e10 (patch) | |
tree | ead65ffff953ba62df7ff34e0ae15f2c885d686f /doc/script_commands.txt | |
parent | 97941d6ee4ca9d49bf9ce18dc24464ef9d5711e1 (diff) | |
download | hercules-8802fe420b568c0a93ba0bd88c6005efc1ff5e10.tar.gz hercules-8802fe420b568c0a93ba0bd88c6005efc1ff5e10.tar.bz2 hercules-8802fe420b568c0a93ba0bd88c6005efc1ff5e10.tar.xz hercules-8802fe420b568c0a93ba0bd88c6005efc1ff5e10.zip |
Cleaned up the doc folder. Removed outdated, untranslated, useless files and began normalizing a bit other ones~
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10292 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 1f159e7bc..4c90118da 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -1,4 +1,4 @@ -//===== Athena Script ===================================== +//===== Athena Doc ======================================== //= eAthena Script Commands //===== By ================================================ //= Fredzilla @@ -73,8 +73,6 @@ //= Adjusted the 'itemskill' description due to recent change [ultramage] //= 3.04.20070409 //= Fixed the incorrect order of parameters in 'makeitem' [ultramage] -//===== Compatible With =================================== -//= LOL, can be used by anyone hopefully //===== Description ======================================= //= A reference manual for the eAthena scripting language, //= sorted out depending on their functionality. @@ -4222,6 +4220,7 @@ specified amount permanently. The amount can be negative. See 'statusup'. *bonus2 <bonus type>,<val1>,<val2>; *bonus3 <bonus type>,<val1>,<val2>,<val3>; *bonus4 <bonus type>,<val1>,<val2>,<val3>,<val4>; +*bonus5 <bonus type>,<val1>,<val2>,<val3>,<val4>,<val5>; These commands are meant to be used in item scripts. They will probably work outside item scripts, but the bonus will not persist for long. They, as |