diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-06 19:05:37 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-06 19:05:37 +0000 |
commit | aec807d9ba3c67308ac10cfe0de8d1a4568e9aaa (patch) | |
tree | f80a26aa0d80b10f4b0c95081edd072908c874f7 /db | |
parent | 6b459b8eeed83ca4c18782c85fa853993cc58731 (diff) | |
download | hercules-aec807d9ba3c67308ac10cfe0de8d1a4568e9aaa.tar.gz hercules-aec807d9ba3c67308ac10cfe0de8d1a4568e9aaa.tar.bz2 hercules-aec807d9ba3c67308ac10cfe0de8d1a4568e9aaa.tar.xz hercules-aec807d9ba3c67308ac10cfe0de8d1a4568e9aaa.zip |
* Added a null-pointer check to skill_initunit() to prevent a crash
* Added a while() loop to the client packet processor (for performance)
* Added support for kRO 2007-05-14aSakexe langtype 0 login packet 0x2b0
* Added Job_Baby_Alchemist define to complement the Job_Alchemist update
* Added custom Hollow Poring mob_db2 entry
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10954 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 5 | ||||
-rw-r--r-- | db/const.txt | 1 | ||||
-rw-r--r-- | db/mob_db2.txt | 2 | ||||
-rw-r--r-- | db/packet_db.txt | 5 |
4 files changed, 10 insertions, 3 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 2dc633e74..0fa023b6c 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -48,8 +48,11 @@ 13107 Western_Outlaw Need correct HIT and ASPD Rate ---- ======================== +08/06 + * Added custom Hollow Poring mob_db2 entry + * Added Job_Baby_Alchemist define to complement the Job_Alchemist update 08/04 - * Added missing /blackmith packet action to packet_db.txt + * Added missing /blacksmith packet action to packet_db.txt * Removed "eathena's custom equipped mobs" from mob&skill db [ultramage] 08/01 * Added the remaining arrow craftings [Playtester] diff --git a/db/const.txt b/db/const.txt index 4bde60b07..2f6f4957d 100644 --- a/db/const.txt +++ b/db/const.txt @@ -69,6 +69,7 @@ Job_Baby_Monk 4038 Job_Baby_Sage 4039 Job_Baby_Rogue 4040 Job_Baby_Alchem 4041 +Job_Baby_Alchemist 4041 Job_Baby_Bard 4042 Job_Baby_Dancer 4043 Job_Baby_Crusader2 4044 diff --git a/db/mob_db2.txt b/db/mob_db2.txt index 9a6266f24..2afa2cbf5 100644 --- a/db/mob_db2.txt +++ b/db/mob_db2.txt @@ -21,5 +21,7 @@ 1903,POKI,Poki#3,Poki#3,99,1349000,0,4093000,1526000,9,4892,9113,22,35,1,180,39,67,193,130,10,12,1,7,64,1973,120,500,672,480,92100,7000,603,5500,617,3000,1723,1000,1228,100,1236,500,617,2500,1234,75,1237,125,1722,250,1724,100,1720,50,0,0,0,0 1904,SENTRY,Sentry,Sentry,99,668000,0,107250,37895,2,3220,4040,35,45,1,152,96,85,120,95,10,10,2,6,67,1973,100,1068,768,576,13000,5000,608,1000,750,400,923,3800,1466,200,2256,200,2607,800,714,500,617,3000,984,4300,985,5600,0,0,0,0,4147,1 +//Custom Hollow Poring (overrrides/collides with META_ANDRE) +//1237,HOLLOW_PORING,Hollow Poring,Hollow Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,909,7000,1202,100,938,400,512,1000,713,1500,512,150,619,20,0,0,0,0,4001,10 //Custom Fire Poring. Warning, Colides with META_DENIRO //1239,FIRE_PORING,Fire Poring,Fire Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,0,0,0,0,0,0,0,0,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20 diff --git a/db/packet_db.txt b/db/packet_db.txt index 7ea2fe913..7bcba9b61 100644 --- a/db/packet_db.txt +++ b/db/packet_db.txt @@ -995,7 +995,7 @@ packet_ver: 22 //2007-05-07aSakexe 0x01fd,15,repairitem,2 -//2007-07-11aSakexe (grouped changes between this and 2007-02-27aSakexe) +//2007-07-31aSakexe (grouped changes between this and 2007-02-27aSakexe) 0x0288,10 0x0289,12 0x02a6,22 @@ -1006,7 +1006,8 @@ packet_ver: 22 0x02ae,10 0x02af,2 0x02b0,85 -0x02b3,7 +0x02b1,-1 +0x02b3,31 0x02b4,6 0x02b5,12 0x02b6,7 |