diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-14 23:42:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-14 23:42:13 -0300 |
commit | 7f97f3d407933342530082575a9b691498e3df3b (patch) | |
tree | 09dc37028b62d8f9589eb81c9dba8ad033faae9f /db | |
parent | 364b373ddb7a5f536b0bcd92be144810f83780e5 (diff) | |
download | serverdata-7f97f3d407933342530082575a9b691498e3df3b.tar.gz serverdata-7f97f3d407933342530082575a9b691498e3df3b.tar.bz2 serverdata-7f97f3d407933342530082575a9b691498e3df3b.tar.xz serverdata-7f97f3d407933342530082575a9b691498e3df3b.zip |
Potions ID 651 to 669
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 263 |
1 files changed, 260 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 83168037b..2bbca4d1c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2818,7 +2818,7 @@ item_db: ( }, { Id: 648 - AegisName: "IncLukAPotion" + AegisName: "LuckPotionA" Name: "Inc Luck Potion" Type: "IT_USABLE" Buy: 1000000 @@ -2835,7 +2835,7 @@ item_db: ( }, { Id: 649 - AegisName: "IncLukBPotion" + AegisName: "LuckPotionB" Name: "Inc Luck+ Potion" Type: "IT_USABLE" Buy: 1000000 @@ -2852,7 +2852,7 @@ item_db: ( }, { Id: 650 - AegisName: "IncLukCPotion" + AegisName: "LuckPotionC" Name: "Inc Luck++ Potion" Type: "IT_USABLE" Buy: 1000000 @@ -2867,6 +2867,263 @@ item_db: ( doevent "inc_sc_bonus::OnUse"; "> }, +{ + Id: 651 + AegisName: "DexPotionA" + Name: "Inc Dex Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 20 + Refine: false + Script: <" + @min = 5; + @max = 10; + @delay = 20; + @type = SC_INCDEX; + doevent "inc_sc_bonus::OnUse"; + "> +}, +{ + Id: 652 + AegisName: "DexPotionB" + Name: "Inc Dex+ Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 20 + Refine: false + Script: <" + @min = 10; + @max = 20; + @delay = 17; + @type = SC_INCDEX; + doevent "inc_sc_bonus::OnUse"; + "> +}, +{ + Id: 653 + AegisName: "DexPotionC" + Name: "Inc Dex++ Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 20 + Refine: false + Script: <" + @min = 20; + @max = 30; + @delay = 14; + @type = SC_INCDEX; + doevent "inc_sc_bonus::OnUse"; + "> +}, +{ + Id: 654 + AegisName: "IntPotionA" + Name: "Inc Int Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 20 + Refine: false + Script: <" + @min = 5; + @max = 10; + @delay = 20; + @type = SC_INCINT; + doevent "inc_sc_bonus::OnUse"; + "> +}, +{ + Id: 655 + AegisName: "IntPotionB" + Name: "Inc Int+ Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 20 + Refine: false + Script: <" + @min = 10; + @max = 20; + @delay = 17; + @type = SC_INCINT; + doevent "inc_sc_bonus::OnUse"; + "> +}, +{ + Id: 656 + AegisName: "IntPotionC" + Name: "Inc Int++ Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 20 + Refine: false + Script: <" + @min = 20; + @max = 30; + @delay = 14; + @type = SC_INCINT; + doevent "inc_sc_bonus::OnUse"; + "> +}, +{ + Id: 657 + AegisName: "VitPotionA" + Name: "Inc Vit Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 20 + Refine: false + Script: <" + @min = 5; + @max = 10; + @delay = 20; + @type = SC_INCVIT; + doevent "inc_sc_bonus::OnUse"; + "> +}, +{ + Id: 658 + AegisName: "VitPotionB" + Name: "Inc Vit+ Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 20 + Refine: false + Script: <" + @min = 10; + @max = 20; + @delay = 17; + @type = SC_INCVIT; + doevent "inc_sc_bonus::OnUse"; + "> +}, +{ + Id: 659 + AegisName: "VitPotionC" + Name: "Inc Vit++ Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 20 + Refine: false + Script: <" + @min = 20; + @max = 30; + @delay = 14; + @type = SC_INCVIT; + doevent "inc_sc_bonus::OnUse"; + "> +}, +{ + Id: 660 + AegisName: "AgiPotionA" + Name: "Inc Agi Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 20 + Refine: false + Script: <" + @min = 5; + @max = 10; + @delay = 20; + @type = SC_INCAGI; + doevent "inc_sc_bonus::OnUse"; + "> +}, +{ + Id: 661 + AegisName: "AgiPotionB" + Name: "Inc Agi+ Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 20 + Refine: false + Script: <" + @min = 10; + @max = 20; + @delay = 17; + @type = SC_INCAGI; + doevent "inc_sc_bonus::OnUse"; + "> +}, +{ + Id: 662 + AegisName: "AgiPotionC" + Name: "Inc Agi++ Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 20 + Refine: false + Script: <" + @min = 20; + @max = 30; + @delay = 14; + @type = SC_INCAGI; + doevent "inc_sc_bonus::OnUse"; + "> +}, +// Id 663~665 reserved Str+ potions +// Id 666 reserved (change sex candy) +{ + Id: 667 + AegisName: "SacredLifePotion" + Name: "Sacred Life Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 50 + Refine: false + Script: <" + @min = 10; + @max = 10; + @delay = 30; + @type = SC_MHPRATE; + doevent "inc_sc_bonus::OnUse"; + "> +}, +{ + Id: 668 + AegisName: "SacredManaPotion" + Name: "Sacred Mana Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 50 + Refine: false + Script: <" + @min = 10; + @max = 10; + @delay = 30; + @type = SC_MSPRATE; + doevent "inc_sc_bonus::OnUse"; + "> +}, +{ + Id: 669 + AegisName: "DodgePotion" + Name: "Dodge Potion" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 0 + Weight: 20 + Refine: false + Script: <" + @min = 40; + @max = 40; + @delay = 20; + @type = SC_INCFLEE; + doevent "inc_sc_bonus::OnUse"; + "> +}, // Mounts (690 to 699, probably there will be extra IDs) { |