diff options
author | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-17 00:15:33 +0000 |
---|---|---|
committer | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-17 00:15:33 +0000 |
commit | 7b2f7c0503cb5be8bc45f57353d838a4dbf84d7b (patch) | |
tree | 34fb42eb5bf938c6c02b56e26931c6b1937e4c89 /db/packet_db.txt | |
parent | 5a064d5a6723601d08610082ab6c203bc94cdab0 (diff) | |
download | hercules-7b2f7c0503cb5be8bc45f57353d838a4dbf84d7b.tar.gz hercules-7b2f7c0503cb5be8bc45f57353d838a4dbf84d7b.tar.bz2 hercules-7b2f7c0503cb5be8bc45f57353d838a4dbf84d7b.tar.xz hercules-7b2f7c0503cb5be8bc45f57353d838a4dbf84d7b.zip |
Orn's and Albator's Homunculus system, finally, YAY!!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7706 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/packet_db.txt')
-rw-r--r-- | db/packet_db.txt | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/db/packet_db.txt b/db/packet_db.txt index 9c4296926..6a00e18f9 100644 --- a/db/packet_db.txt +++ b/db/packet_db.txt @@ -676,9 +676,9 @@ packet_ver: 17 0x022b,57
0x022c,64
0x022d,5
-0x0232,9
-0x0233,11
-0x0234,-1
+0x0232,9,hommoveto,6
+0x0233,11,homattack,0
+0x0234,6,hommovetomaster,0
//2005-06-28aSakexe by Sara
packet_ver: 18
@@ -695,18 +695,22 @@ packet_ver: 18 0x00f3,-1,globalmessage,2:4
0x00f5,13,takeitem,9
0x00f7,18,movefromkafra,11:14
+0x0112,4,homuseskillpoint,0
0x0113,33,useskilltopos,12:15:18:31
0x0116,12,dropitem,3:10
0x0143,10,npcamountinput,2:6
0x0190,24,actionrequest,11:23
0x0193,2,closekafra,0
0x20e,10
-//Homon Status
-0x22e,71
-//Start Homunculus?
-0x230,12
-//Homon Skill list
-0x235,115
+0x022d,5,hommenu,4 // Menu (1 = feed ; 2 = dead)
+0x022e,71 // Status
+0x022f,5 // Feeding reply
+0x0230,12 // Is Homunculus
+0x0231,26,changehomunculusname,0
+0x0232,9,hommoveto,6
+0x0233,11,homattack,0
+0x0234,6,hommovetomaster,0
+0x0235,115 // Skills
0x237,2,rankingpk,0
0x23d,-1
0x23e,4
|