diff options
author | Fate <fate-tmw@googlemail.com> | 2009-05-31 15:38:53 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-05-31 15:38:53 +0000 |
commit | 346ad6d6832887e0e903857660108f0052263a72 (patch) | |
tree | dc4b6b59b625b3322699d262982527d2b4992834 /db | |
parent | 1744e7c2e7c210039487ad13132ae2dbe8ccffe8 (diff) | |
download | serverdata-346ad6d6832887e0e903857660108f0052263a72.tar.gz serverdata-346ad6d6832887e0e903857660108f0052263a72.tar.bz2 serverdata-346ad6d6832887e0e903857660108f0052263a72.tar.xz serverdata-346ad6d6832887e0e903857660108f0052263a72.zip |
Added slow-poison potions and made Wyara sell them
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 1 | ||||
-rw-r--r-- | db/item_db.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 3bdcb3b4..3091efb3 100644 --- a/db/const.txt +++ b/db/const.txt @@ -152,6 +152,7 @@ cPurple 8 cDarkGreen 9 sc_poison 132 +sc_slowpoison 14 NIBBLE_0_SHIFT 0 NIBBLE_0_MASK 15 diff --git a/db/item_db.txt b/db/item_db.txt index 3d8d417b..5d74ef87 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -231,6 +231,7 @@ 747,LacedChocolateCake,Laced Chocolate Cake,0,550,125,10,,,,,,2,,,0,,{ itemheal 11,0; },{}, 748,LacedOrangeCupcake,Laced Orange Cupcake,0,90,45,5,,,,,,2,,,0,,{ itemheal 100,0; },{}, 749,Towel,Towel,5,800,250,1,,,,5,0,2,8,,0,0,{},{}, +750,SlowPoisonPotion,Slow Poison Potion,0,500,200,10,,,,,,2,,,0,,{ itemheal 5,0; sc_start sc_slowpoison, 180000, 180; },{}, ,,,,,,,,,,,,,,,,,,,, 1198,JackOSoul,Jack O Soul,3,100000,1,1,,,,,,,,,,,{},{},, 1199,Arrow,Arrow,10,3,1,1,25,0,0,,0,2,32768,,,,{},{},, |