diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-18 14:41:02 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-18 14:41:02 +0000 |
commit | a6867e5a3fbf02bc42ec1ccc8bdef6575508acda (patch) | |
tree | dc3f0bdcf340fd5a4eaf886a4c2e0803c51b9961 /Changelog-Trunk.txt | |
parent | 95454f80676a0619583a91e7194007fd433a755f (diff) | |
download | hercules-a6867e5a3fbf02bc42ec1ccc8bdef6575508acda.tar.gz hercules-a6867e5a3fbf02bc42ec1ccc8bdef6575508acda.tar.bz2 hercules-a6867e5a3fbf02bc42ec1ccc8bdef6575508acda.tar.xz hercules-a6867e5a3fbf02bc42ec1ccc8bdef6575508acda.zip |
added script function 'getmonsterinfo'
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5659 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 748b30756..40844982d 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,8 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/03/18
+ * Added 'GetMonsterInfo(MobID,Idx)' script function. [Lupus]
+ You can get monsters name,level,race, etc by its Id. Check npc\sample\getmonsterinfo.txt
* Fixed warnings on compilers again. [Lance]
2006/03/17
|