diff options
author | Poki#3 <Poki#3@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-14 23:15:02 +0000 |
---|---|---|
committer | Poki#3 <Poki#3@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-14 23:15:02 +0000 |
commit | 83e2e93b0fc640dfc733dd67f55bbb9cae3178cf (patch) | |
tree | 0d2a8be638eb66487fec1396fe7d7c2e71c4854a /db/item_db.txt | |
parent | efebfe7c4c3f3633c81416b6b7071a80ff5351a6 (diff) | |
download | hercules-83e2e93b0fc640dfc733dd67f55bbb9cae3178cf.tar.gz hercules-83e2e93b0fc640dfc733dd67f55bbb9cae3178cf.tar.bz2 hercules-83e2e93b0fc640dfc733dd67f55bbb9cae3178cf.tar.xz hercules-83e2e93b0fc640dfc733dd67f55bbb9cae3178cf.zip |
* Part 1 of Gravitys "Zeny Inflation Control Update"
- All potion type drops from monsters are changed with Herbs (Excluding MvP Monsters).
Red Potions -> Red Herb
Orange Potion -> Yellow Herb
Yellow Potion -> Yellow Herb
White Potion -> White Herb
Green Potion -> Green Herb
- 'Mastela Fruit', dropped by 'Enchanted Peach Tree' monster, will be deleted.
You can buy it in Hugel.
- All Awakening Potions replaced with Grapes.
- All Berserk Potions replaced by Lemon.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5281 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 27355edef..f987aa45a 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -27,7 +27,7 @@ 519,Milk,Milk,0,25,,30,,,,,127918079,7,2,,,,,,{ itemheal rand(27,36),0; }
520,Hinalle_Leaflet,Hinalle Leaflet,0,150,,10,,,,,127918079,7,2,,,,,,{ itemheal rand(175,234),0; }
521,Aloe_Leaflet,Aloe Leaflet,0,360,,20,,,,,127918079,7,2,,,,,,{ itemheal rand(325,404),0; }
-522,Mastela_Fruit,Mastela Fruit,0,840,,30,,,,,127918079,7,2,,,,,,{ itemheal rand(400,599),0; }
+522,Mastela_Fruit,Mastela Fruit,0,3600,,30,,,,,127918079,7,2,,,,,,{ itemheal rand(400,599),0; }
523,Holy_Water,Holy Water,0,,10,30,,,,,127918079,7,2,,,,,,{ sc_end SC_Curse; }
525,Panacea,Panacea,0,500,,100,,,,,127918079,7,2,,,,,,{ sc_end SC_Poison; sc_end SC_Silence; sc_end SC_Blind; sc_end SC_Confusion; sc_end SC_Curse; sc_end SC_Hallucination; }
526,Royal_Jelly,Royal Jelly,0,7000,,150,,,,,127918079,7,2,,,,,,{ itemheal rand(325,404),rand(40,59); sc_end SC_Poison; sc_end SC_Silence; sc_end SC_Blind; sc_end SC_Confusion; sc_end SC_Curse; sc_end SC_Hallucination; }
|