From fae3410f42f3a2c4c294478c775f936881f31231 Mon Sep 17 00:00:00 2001 From: Playtester Date: Wed, 19 Apr 2006 17:43:48 +0000 Subject: Fixed a zeny exploit by lowering the price of fire cracker. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6180 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 1 + db/item_db.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/db/Changelog.txt b/db/Changelog.txt index a00b51707..e810a63a3 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -27,6 +27,7 @@ ========================= 04/19 + * Fixed a zeny exploit by lowering price of fire cracker [Playtester] * Fixed Attack of Niflheim Mobs being way too low [Playtester] * Reverted the delay for Arrow Shower and Double Strafe to 100ms [Skotlex] * Reverted the cast time for pick stone to 500ms, no delay. [Skotlex] diff --git a/db/item_db.txt b/db/item_db.txt index 12ba8872a..43aa3b344 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -2238,7 +2238,7 @@ // Speed Potions 12016,Speed_Potion,Speed Potion,0,1000,,100,,,,,0xFFFFFFFF,7,2,,,,,,{} 12017,Slow_Potion,Slow Potion,0,1000,,100,,,,,0xFFFFFFFF,7,2,,,,,,{} -12018,Firecracker,Firecracker,2,250,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ misceffect(256); } +12018,Firecracker,Firecracker,2,100,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ misceffect(256); } 12019,Holy_Egg,Holy Egg,2,,10,150,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill 54,2,"Resurrection"; } 12020,Cursed_Water,Cursed_Water,0,,1,30,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_SHADOWWEAPON, 1200000, 1; } 12021,Pork,Pork,0,,10,10,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(70,99),0; } -- cgit v1.2.3-70-g09d2