diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-18 10:51:12 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-18 10:51:12 +0000 |
commit | 487155b16f73ecc5477355fea50816c63b83fa80 (patch) | |
tree | 851cb85943bf06c625828feb249f23813abe3c46 /db/item_db.txt | |
parent | 7240602291b2756057f942105bd7b2f4fbc05bad (diff) | |
download | hercules-487155b16f73ecc5477355fea50816c63b83fa80.tar.gz hercules-487155b16f73ecc5477355fea50816c63b83fa80.tar.bz2 hercules-487155b16f73ecc5477355fea50816c63b83fa80.tar.xz hercules-487155b16f73ecc5477355fea50816c63b83fa80.zip |
* Added more of the X.4 and 11.1 drops [Playtester]
- ATTENTION: All Stone of Sage (etc) drops have been changed to Stone of Sage (usable) drops, the etc item is not used anymore!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7724 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/item_db.txt')
-rw-r--r-- | db/item_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index a5affc610..add0e511d 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -2433,7 +2433,7 @@ 12037,Lotto_Box_03,Lotto Box 03,2,,10,20,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem rand(7381,7390),1; },{},{}
12038,Lotto_Box_04,Lotto Box 04,2,,10,20,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem groupranditem(IG_LottoBox),1; },{},{}
12039,Lotto_Box_05,Lotto Box 05,2,,10,20,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem rand(7542,7546),1; },{},{}
-12040,Philosopher's_Stone,Philosopher's Stone,2,,50000,300,,,,,0xFFFFFFFF,7,2,,,,,,{ homevolution ; },{},{}
+12040,Stone_of_Sage_,Stone of Sage,2,,50000,300,,,,,0xFFFFFFFF,7,2,,,,,,{ homevolution ; },{},{}
// Mixed Foods (+1 to +5)
12041,Boiled_Down_Locust,Boiled Down Locust,0,2000,,60,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_STRFood, 1200000, 1; percentheal 5,0; },{},{}
12042,Seasoned_Webs,Seasoned Webs,0,4000,,500,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_STRFood, 1200000, 2; percentheal 5,0; },{},{}
|