diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-04-16 20:15:20 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-04-16 20:15:20 +0000 |
commit | 432ec6db58f1c10a4c1050d5af6ebe329c03cf91 (patch) | |
tree | 3eb41aeb402cda096bcf61190dd02d501482837e /db | |
parent | 15a067108a3cf465a4eaddd655770e96ff5c5092 (diff) | |
download | hercules-432ec6db58f1c10a4c1050d5af6ebe329c03cf91.tar.gz hercules-432ec6db58f1c10a4c1050d5af6ebe329c03cf91.tar.bz2 hercules-432ec6db58f1c10a4c1050d5af6ebe329c03cf91.tar.xz hercules-432ec6db58f1c10a4c1050d5af6ebe329c03cf91.zip |
* Added support for visible garments/robes.
- For SQL apply upgrade_svn14797.sql to upgrade table `char`; for TXT no action is necessary, as it upgrades itself.
- This also fixes NPCs not being visible with clients 2011-01-11aRagexeRE+ (bugreport:4865).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14797 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/item_db.txt | 2 | ||||
-rw-r--r-- | db/packet_db.txt | 5 |
3 files changed, 8 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 394e837ce..c1b2a26ed 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -9,6 +9,8 @@ 13005 Angelic Wing Dagger: NEED INFO. ======================= +2011/04/16 + * Rev. 14797 Added Archangel Wings (2573) and their respective Box (16998) item based on client-side kRO description. [Ai4rei] 2011/03/19 * Rev. 14748 Fixed Beast Strafing (HT_POWER) SP requirement as provided by Playtester (bugreport:4675). [Gepard] 2011/03/06 diff --git a/db/item_db.txt b/db/item_db.txt index 3effafee9..047bcd9fe 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -1445,6 +1445,7 @@ //2558,Freya_Soul_Scarf4,Freya Soul Scarf, //2559,Guardian_Manteau,Guardian Manteau, //2560,Para_Team_Manteau,Eden Team Manteau,5,0,,0,,14,,0,0xFFFFFFFF,7,2,4,,12,0,0,{ bonus2 bSubEle,Ele_Neutral,10; },{},{} +2573,Archangel_Wings,Archangel Wings,5,0,,200,,18,,1,0xFFFFFFFF,7,2,4,,0,1,1,{},{},{} // Accessories //=================================================================== 2601,Ring,Ring,5,30000,,100,,0,,0,0xFFFFFFFE,7,2,136,,20,0,0,{ bonus bStr,2; },{},{} @@ -6192,6 +6193,7 @@ 16680,Universal_Catalog_Gold_Box50,Universal Catalog Gold 50 Box,2,0,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 12581,50; },{},{} 16776,Universal_Catalog_Gold_Box10,Universal Catalog Gold 10 Box,2,0,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 12581,10; },{},{} 16777,Universal_Catalog_Gold_Box50,Universal Catalog Gold 50 Box,2,0,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 12581,50; },{},{} +16998,Archangel_Wings_Box,Archangel Wings Box,2,0,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 2573,1; },{},{} //18000,Cannon_Ball //18001,Holy_Cannon_Ball //18002,Dark_Cannon_Ball diff --git a/db/packet_db.txt b/db/packet_db.txt index 48d262845..dc5b72346 100644 --- a/db/packet_db.txt +++ b/db/packet_db.txt @@ -1586,7 +1586,7 @@ packet_ver: 25 0x0842,6,recall2,2 0x0843,6,remove2,2 -//2010-11-23aRagexeRE +//2010-11-24aRagexeRE packet_ver: 26 0x0436,19,wanttoconnection,2:6:10:14:18 0x035f,5,walktoxy,2 @@ -1600,6 +1600,9 @@ packet_ver: 26 0x0367,90,useskilltoposinfo,2:4:6:8:10 0x0368,6,getcharnamerequest,2 0x0369,6,solvecharname,2 +0x0856,-1 +0x0857,-1 +0x0858,-1 //Add new packets here //packet_ver: 27 |