diff options
author | greenboxal2 <greenboxal2@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-21 10:28:02 +0000 |
---|---|---|
committer | greenboxal2 <greenboxal2@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-21 10:28:02 +0000 |
commit | 7cb15efd94f0b12cd269862888be653def1e3633 (patch) | |
tree | 0d1e2bda737205f2f0cc1e73d5c340a25b03c990 /doc | |
parent | 830076271d4c670008744fa56951818757816a37 (diff) | |
download | hercules-7cb15efd94f0b12cd269862888be653def1e3633.tar.gz hercules-7cb15efd94f0b12cd269862888be653def1e3633.tar.bz2 hercules-7cb15efd94f0b12cd269862888be653def1e3633.tar.xz hercules-7cb15efd94f0b12cd269862888be653def1e3633.zip |
Added mercenary and elemental objects support for getmapxy.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16326 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-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 6e6c9127f..6ce6b186f 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2766,7 +2766,10 @@ Type is the type of object to search for: 0 - Character object 1 - NPC object 2 - Pet object - 3 - Monster object. + 3 - Monster object + 4 - Homunculus object + 5 - Mercenary object + 6 - Elemental object While 3 is meant to look for a monster object, no searching will be done if you specify type 3, and the function will always return -1. |