diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-27 19:06:40 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-27 19:06:40 +0000 |
commit | bba15f5d17900a5e9cb85c796555f8ed1591ea2a (patch) | |
tree | 37842cee4078170b560984ffb540a1ec329e1419 /db | |
parent | e82df73e8a0d6c1757ef10a8532545ab0cd80ac4 (diff) | |
download | hercules-bba15f5d17900a5e9cb85c796555f8ed1591ea2a.tar.gz hercules-bba15f5d17900a5e9cb85c796555f8ed1591ea2a.tar.bz2 hercules-bba15f5d17900a5e9cb85c796555f8ed1591ea2a.tar.xz hercules-bba15f5d17900a5e9cb85c796555f8ed1591ea2a.zip |
* Simplified exp gain equations (now more FPU-friendly and precise), also fixes the uninitialized variable problem
* Corrected one exp calculation overflow (mainly affected high-rate pk servers)
* Fixed Neuralizer item script typo
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10921 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/item_db.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 964015a39..1922329a2 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -48,6 +48,8 @@ 13107 Western_Outlaw Need correct HIT and ASPD Rate ---- ======================== +07/27 + * Fixed Neuralizer item script typo [ultramage] 07/26 * Rev. 10917 Updated Cash Shop Skill Scrolls to behave more like official scrolls. [L0ne_W0lf] - Kafra Card, Neuralizer, Giant Fly Wing and Dungeon teleport scroll now call functions. diff --git a/db/item_db.txt b/db/item_db.txt index 9c3372ce4..1f4310783 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -2919,7 +2919,7 @@ 12210,Bubble_Gum,Bubble Gum,3,,,10,,,,,,,,,,,,,{},{},{} 12211,Kafra_Card,Kafra Card,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "F_CashStore"; },{},{} 12212,Giant_Fly_Wing,Giant Fly Wing,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "F_CashPartyCall"; },{},{} -12213,Neuralizer,Neuralizer,2,,,0,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "C_CashReset"; },{},{} +12213,Neuralizer,Neuralizer,2,,,0,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "F_CashReset"; },{},{} 12214,Convex_Mirror,Convex Mirror,3,20,,10,,,,,,,,,,,,,{},{},{} 12215,Blessing_10_Scroll,LV10 Blessing Scroll,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ skilleffect 34,0; sc_start SC_BLESSING,600000,10; },{},{} 12216,Inc_Agi_10_Scroll,LV10 Agil Scroll,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ skilleffect 29,0; sc_start SC_INCREASEAGI,600000,10; },{},{} |