summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-05 22:29:57 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-05 22:29:57 -0300
commit1e5f543b5f14a8b83337583749b96ca3d08376ed (patch)
treeee8a17efea40d216a6e116c882f647470c5a4b73
parente830aac8aaf362f3f05656ea6aea394045448a07 (diff)
downloadserverdata-1e5f543b5f14a8b83337583749b96ca3d08376ed.tar.gz
serverdata-1e5f543b5f14a8b83337583749b96ca3d08376ed.tar.bz2
serverdata-1e5f543b5f14a8b83337583749b96ca3d08376ed.tar.xz
serverdata-1e5f543b5f14a8b83337583749b96ca3d08376ed.zip
Reduce poisoning probability from sewer water (67% -> 32%)
Probably using some other status instead of poison would be nice
-rw-r--r--db/re/item_db.conf2
-rw-r--r--npc/003-1/oldwell.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index f5f830530..def677159 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1960,7 +1960,7 @@ item_db: (
// sc_start(SC_POISON, 600000, 0, 5000);
// Usage:
// sc_start(<effect type>, <ticks>, <value 1>{, <rate>, <flag>{, <GID>}})
- sc_start SC_POISON, 9000, 0, 6700;
+ sc_start SC_POISON, 9000, 0, 3200;
@min = 18;
@max = 40;
@delay = 3;
diff --git a/npc/003-1/oldwell.txt b/npc/003-1/oldwell.txt
index deb95ea7c..ff96e8a56 100644
--- a/npc/003-1/oldwell.txt
+++ b/npc/003-1/oldwell.txt
@@ -20,7 +20,7 @@
inventoryplace BottleOfSewerWater, .@count;
delitem EmptyBottle, .@count;
- getitem "BottleOfSewerWater", .@count;
+ getitem BottleOfSewerWater, .@count;
closeclientdialog;
dispbottom("Eek, Sewer Water! What the?! Better not drink this!");
close;