From 364b373ddb7a5f536b0bcd92be144810f83780e5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 14 Apr 2019 23:27:13 -0300 Subject: Make the potions really stronger, not just "artificially stronger" --- db/re/item_db.conf | 4 ++-- npc/items/inc_sc_bonus.txt | 6 ++++-- npc/magic/demure.txt | 6 +++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index bd56d8db7..83168037b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2845,7 +2845,7 @@ item_db: ( Script: <" @min = 10; @max = 20; - @delay = 15; + @delay = 17; @type = SC_INCLUK; doevent "inc_sc_bonus::OnUse"; "> @@ -2862,7 +2862,7 @@ item_db: ( Script: <" @min = 20; @max = 30; - @delay = 10; + @delay = 14; @type = SC_INCLUK; doevent "inc_sc_bonus::OnUse"; "> diff --git a/npc/items/inc_sc_bonus.txt b/npc/items/inc_sc_bonus.txt index a4f7cdac5..c4187d4d1 100644 --- a/npc/items/inc_sc_bonus.txt +++ b/npc/items/inc_sc_bonus.txt @@ -3,8 +3,10 @@ // Jesusalva // Description: // Applies effects for INC_* (STR doesn't exist) -// Valid values: INCAGI INCVIT INCINT INCDEX INCLUK INCHIT -/// Untested Values: INCHIT INCFLEE INCMHP INCMSP WALKSPEED INVINCIBLE +// Valid values: INCAGI INCVIT INCINT INCDEX INCLUK INCHIT INCFLEE +// Doesn't works: SC_STRUP +// Works if @min == @max: INCMHP INCMHPRATE INCMSP INCMSPRATE +/// Untested Values: WALKSPEED (reverse logic) INVINCIBLE (broken) // // Variables: // @delay Second of buffing diff --git a/npc/magic/demure.txt b/npc/magic/demure.txt index af0dc13eb..d8a1f349c 100644 --- a/npc/magic/demure.txt +++ b/npc/magic/demure.txt @@ -29,11 +29,11 @@ SC_INCMATKRATE: 202 SC_INCDEFRATE: 203 - SC_WALKSPEED (?) + SC_WALKSPEED SC_INVINCIBLE (?) SC_MANA_PLUS (?) - SC_INCMHP (?) - SC_INCMSP (?) + SC_INCMHP + SC_INCMSP // The basic ones SC_STONE: 0 -- cgit v1.2.3-60-g2f50