diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 518d5b11c..2009945e1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2029,7 +2029,13 @@ item_db: ( Delay: 450 UseEffect: "EFFECT_HEAL" Script: <" - sc_start2 SC_POISON, 1, 30, 6666; + // Read the documentation, Saulc + // Example: + // This will poison the invoking character for 10 minutes at 50% chance. + // sc_start(SC_POISON, 600000, 0, 5000); + // Usage: + // sc_start(<effect type>, <ticks>, <value 1>{, <rate>, <flag>{, <GID>}}) + sc_start SC_POISON, 9000, 30, 6700; @min = 18; @max = 40; @delay = 3; |