summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-18 14:41:02 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-18 14:41:02 +0000
commita6867e5a3fbf02bc42ec1ccc8bdef6575508acda (patch)
treedc3f0bdcf340fd5a4eaf886a4c2e0803c51b9961 /db
parent95454f80676a0619583a91e7194007fd433a755f (diff)
downloadhercules-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 'db')
-rw-r--r--db/const.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt
index e2802b2f0..2e1aba0d7 100644
--- a/db/const.txt
+++ b/db/const.txt
@@ -629,3 +629,25 @@ PET_LEVEL 3
PET_HUNGRY 4
PET_INTIMATE 5
+MOB_NAME 0
+MOB_LV 1
+MOB_MAXHP 2
+MOB_BASEEXP 3
+MOB_JOBEXP 4
+MOB_ATK1 5
+MOB_ATK2 6
+MOB_DEF 7
+MOB_MDEF 8
+MOB_STR 9
+MOB_AGI 10
+MOB_VIT 11
+MOB_INT 12
+MOB_DEX 13
+MOB_LUK 14
+MOB_RANGE 15
+MOB_RANGE2 16
+MOB_RANGE3 17
+MOB_SIZE 18
+MOB_RACE 19
+MOB_ELEMENT 20
+MOB_MODE 21