From 9069c1aaac3ea72b06c0c07991d27397ac4e5b9b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 30 Aug 2019 10:52:34 -0300 Subject: Mess up with Herbal Tea --- db/re/item_db.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index ce8a3d2ac..cdbb7a161 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2281,7 +2281,7 @@ item_db: ( { Id: 615 AegisName: "HerbalTea" - Name: "Herbal Tea" + Name: "Nightshade Tea" Type: "IT_USABLE" Buy: 1240 Sell: 480 @@ -2291,7 +2291,8 @@ item_db: ( UseEffect: "EFFECT_HEAL" Script: <" sc_start SC_ATTHASTE_POTION1, 30000, 60; - sc_start SC_POISON, 40000, 0; + if (rand(10000) < 6000) + sc_start callfunc("any", SC_POISON, SC_SILENCE, SC_POISON, SC_CONFUSE, SC_POISON, SC_BLIND, SC_POISON), rand(20000, 40000), 0; itemheal 0, rand(10,200); "> }, -- cgit v1.2.3-70-g09d2