diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-28 04:10:17 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-28 04:10:17 +0000 |
commit | 382f0b77bf009b938e578286b1048ccf8038d443 (patch) | |
tree | 38149064107c7d0cf3fcf8846674b8b4e2e8c6b5 /doc/script_commands.txt | |
parent | df3a626f0375fa50c21b1371d565178ec1415935 (diff) | |
download | hercules-382f0b77bf009b938e578286b1048ccf8038d443.tar.gz hercules-382f0b77bf009b938e578286b1048ccf8038d443.tar.bz2 hercules-382f0b77bf009b938e578286b1048ccf8038d443.tar.xz hercules-382f0b77bf009b938e578286b1048ccf8038d443.zip |
* Added a point to 'npcskill' documentation.
* Added Malangdo Tool Dealer.
* Fixed quest log sample, which never worked to begin with -- thanks clydelion!
* Fixed potential error with clones in custom Hunting Missions script (bugreport:7055).
* Follow-up r16990, forgot to commit the EXP fix.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17055 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 80c528bdb..3aaba5b50 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6631,7 +6631,8 @@ within the default skill range or the command will fail silently. The "stat point" parameter temporarily sets all NPC stats to the given value, and "NPC level" is the temporary level of the NPC (used in some skills). -Neither value can be greater than the max level defined in config. +Neither value can be greater than the max level defined in config, and will +not work properly if the NPC has a mob sprite. // Casts Level 10 Heal on the attached player, calculated with // all stats 99 and base level 60. |