diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-05-29 13:07:54 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-05-29 13:07:54 +0000 |
commit | 81b0693fe117080673fb252f297b14e61a550e5d (patch) | |
tree | 040aa71774b5b3e51de660bfab57afb03768c7e8 /doc/script_commands.txt | |
parent | 2d7d5b8c0f59c6641e4b452492438b3fc9c982fc (diff) | |
download | hercules-81b0693fe117080673fb252f297b14e61a550e5d.tar.gz hercules-81b0693fe117080673fb252f297b14e61a550e5d.tar.bz2 hercules-81b0693fe117080673fb252f297b14e61a550e5d.tar.xz hercules-81b0693fe117080673fb252f297b14e61a550e5d.zip |
- Added support for NPC with different sizes (setnpcdisplay).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12744 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 5f4aa13ab..00c604d01 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -4931,12 +4931,14 @@ complete the effect. --------------------------------------- +*setnpcdisplay("<npc name>", "<display name>", <class id>, <size>) *setnpcdisplay("<npc name>", "<display name>", <class id>) *setnpcdisplay("<npc name>", "<display name>") *setnpcdisplay("<npc name>", <class id>) Changes the display name and/or display class of the target npc. Returns 0 is successful, 1 if the npc does not exist. +Size is 0 = norma 1 = small 2 = big. Since trunk r11779 |