diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-02 09:59:58 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-02 09:59:58 +0000 |
commit | 3c67213c5146804c761558d956d95eb34561dd7a (patch) | |
tree | 06730457c811a55cff35644a3a54728090931340 /db | |
parent | 9a4314e14fef7680cda7ae187a2594cf5495d11e (diff) | |
download | hercules-3c67213c5146804c761558d956d95eb34561dd7a.tar.gz hercules-3c67213c5146804c761558d956d95eb34561dd7a.tar.bz2 hercules-3c67213c5146804c761558d956d95eb34561dd7a.tar.xz hercules-3c67213c5146804c761558d956d95eb34561dd7a.zip |
* Updated weapon breaking rates
* Optimized enchanting skills success rates calculation
* Modified Spiral Pierce and Breaker to type ranged
* Updated Berserk Potion
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@891 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 3 | ||||
-rw-r--r-- | db/item_db.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 9d4f127b9..6491ec3c5 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -5,6 +5,9 @@ Ayathoya items == Added but no effect ( all are "ect" itens) Skill databases == celest working on them i believe. +2/1 + * Included Mages and Wizards to be able to use berserk potions [celest] + 12/29 * Corrected Bloody Axe's weight - 400 > 4000 [celest] * Removed Bandit's Beard from item_avail.txt [celest] diff --git a/db/item_db.txt b/db/item_db.txt index 4dec314c1..f2a0af04d 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -127,7 +127,7 @@ 644,Gift_Box,Gift Box,2,2,0,200,,,,,10477567,2,,,,,{ getitem -4,1; },{}, 645,Concentration_Potion,Concentration Potion,2,800,0,100,,,,,10477567,2,,,,,{ sc_start SC_SpeedPot0,1800,0; },{} 656,Awakening_Potion,Awakening Potion,2,1500,0,150,,,,,8904431,2,,,40,,{ sc_start SC_SpeedPot1,1800,0; },{} -657,Berserk_Potion,Berserk Potion,2,3000,0,200,,,,,410786,2,,,85,,{ sc_start SC_SpeedPot2,1800,0; },{} +657,Berserk_Potion,Berserk Potion,2,3000,0,200,,,,,411302,2,,,85,,{ sc_start SC_SpeedPot2,1800,0; },{} 658,Tribal_Solidarity,Tribal Solidarity,2,1000,0,500,,,,,10477567,2,,,,,{ guildgetexp rand(1,10000); },{} 659,Her_Heart,Her Heart,2,500,0,50,,,,,10477567,2,,,,,{ pet 1188; },{} 660,Forbidden_Red_Candle,Red Candle,2,20,0,50,,,,,10477567,2,,,,,{ pet 1200; },{} |