diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-14 22:54:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-14 22:55:07 -0300 |
commit | a8680c39fbc3aea65a2185b07e3987a8bf1ca102 (patch) | |
tree | 5deda6e247120c9099f83dc84edf781cc69c2d18 /db/re/item_db.conf | |
parent | 6c56174d9de8adbbd3ee217f7993589fdc90e380 (diff) | |
download | serverdata-a8680c39fbc3aea65a2185b07e3987a8bf1ca102.tar.gz serverdata-a8680c39fbc3aea65a2185b07e3987a8bf1ca102.tar.bz2 serverdata-a8680c39fbc3aea65a2185b07e3987a8bf1ca102.tar.xz serverdata-a8680c39fbc3aea65a2185b07e3987a8bf1ca102.zip |
Luck Increasing Potions (A, B and C)
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 9174ec7f0..bd56d8db7 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2816,6 +2816,57 @@ item_db: ( sc_start SC_INCHIT,20000,40; "> }, +{ + Id: 648 + AegisName: "IncLukAPotion" + Name: "Inc Luck Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 20 + Refine: false + Script: <" + @min = 5; + @max = 10; + @delay = 20; + @type = SC_INCLUK; + doevent "inc_sc_bonus::OnUse"; + "> +}, +{ + Id: 649 + AegisName: "IncLukBPotion" + Name: "Inc Luck+ Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 20 + Refine: false + Script: <" + @min = 10; + @max = 20; + @delay = 15; + @type = SC_INCLUK; + doevent "inc_sc_bonus::OnUse"; + "> +}, +{ + Id: 650 + AegisName: "IncLukCPotion" + Name: "Inc Luck++ Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 20 + Refine: false + Script: <" + @min = 20; + @max = 30; + @delay = 10; + @type = SC_INCLUK; + doevent "inc_sc_bonus::OnUse"; + "> +}, // Mounts (690 to 699, probably there will be extra IDs) { |