diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-29 12:49:04 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-29 12:49:04 +0000 |
commit | e2ac585b80854892b736173006b9d800bc5e3fd4 (patch) | |
tree | d4bae78326883c0974812e10a3b7616c3dd65036 /db | |
parent | 373b9051ab3596177ebb7e53ddebaf2cd2343ce8 (diff) | |
download | hercules-e2ac585b80854892b736173006b9d800bc5e3fd4.tar.gz hercules-e2ac585b80854892b736173006b9d800bc5e3fd4.tar.bz2 hercules-e2ac585b80854892b736173006b9d800bc5e3fd4.tar.xz hercules-e2ac585b80854892b736173006b9d800bc5e3fd4.zip |
- Fixed a typo in skill_db.
- Fixed issue caused by 'renewal' client support getting rid of lots of version 23 (sakexe) packets.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14177 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/packet_db.txt | 32 | ||||
-rw-r--r-- | db/skill_db.txt | 2 |
2 files changed, 31 insertions, 3 deletions
diff --git a/db/packet_db.txt b/db/packet_db.txt index 250627fbe..b4d79b7d0 100644 --- a/db/packet_db.txt +++ b/db/packet_db.txt @@ -1211,9 +1211,37 @@ packet_ver: 23 0x0438,10,useskilltoid,2:4:6 0x0439,8,useitem,2:4 +//2008-11-13aSakexe +0x043d,8 +0x043e,-1 +0x043f,8 + +//2008-11-26aSakexe +0x01a2,37 +0x0440,10 +0x0441,4 + +//2008-12-10aSakexe +0x0442,-1 +0x0443,8 + +//2009-01-14aSakexe +0x043f,25 +0x0444,-1 +0x0445,10 + +//2009-02-18aSakexe +0x0446,14 + +//2009-02-25aSakexe +0x0448,-1 + +//2009-03-30aSakexe +0x0449,4 + //2009-04-08aSakexe -//0x02a6,-1 -//0x02a7,-1 +0x02a6,-1 +0x02a7,-1 0x044a,6 //Renewal Clients diff --git a/db/skill_db.txt b/db/skill_db.txt index 533f1f432..a0241b22b 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -624,7 +624,7 @@ //682,0,0,0,0,0,0,9,0,no,0,0,0,none,0, NPC_TALK,Talk 683,-9,6,1,-1,0,0,1,1,no,0,0x2,0,none,0, NPC_HELLPOWER,Hell Power 684,0,6,4,0,0x3,-1,1,1,no,0,0x2,0,none,0, NPC_WIDEHELLDIGNITY,Hell Dignity -685,0,0,4,0,0x1,0,1,1,no,0,0x2,0,none,0, NPC_INVINCIBLE,Incinvible +685,0,0,4,0,0x1,0,1,1,no,0,0x2,0,none,0, NPC_INVINCIBLE,Invincible 686,0,0,4,0,0x1,0,1,1,no,0,0x2,0,none,0, NPC_INVINCIBLEOFF,Invincible off 687,0,6,4,0,0x1,0,1,1,yes,0,0x2,0,none,0, NPC_ALLHEAL,Full Heal |