summaryrefslogtreecommitdiff
path: root/db/re
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2019-04-11 21:13:02 +0000
committerJesusaves <cpntb1@ymail.com>2019-04-11 21:13:02 +0000
commitde8afd9a48f4b6180e30de885d980fb2cf8c7538 (patch)
treecd7b6f9547d0df55b9d45474ddfdbc46fb4bdaca /db/re
parent300fe4c16953b34cb8343bfa6098d7ff44678d47 (diff)
downloadserverdata-de8afd9a48f4b6180e30de885d980fb2cf8c7538.tar.gz
serverdata-de8afd9a48f4b6180e30de885d980fb2cf8c7538.tar.bz2
serverdata-de8afd9a48f4b6180e30de885d980fb2cf8c7538.tar.xz
serverdata-de8afd9a48f4b6180e30de885d980fb2cf8c7538.zip
Add Simon, Wyaras Apprentice, and his Potion shop along with updating (not fixing, really) his potions
Diffstat (limited to 'db/re')
-rw-r--r--db/re/item_db.conf32
1 files changed, 16 insertions, 16 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 0dd35a51..753dc25a 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1294,8 +1294,8 @@ item_db: (
AegisName: "SmallHealing"
Name: "Small Healing Potion"
Type: "IT_HEALING"
- Buy: 2500
- Sell: 300
+ Buy: 500
+ Sell: 45
Weight: 32
Atk: 0
Matk: 0
@@ -1311,8 +1311,8 @@ item_db: (
Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 200;
- @max = 300;
+ @min = 300;
+ @max = 500;
@delay = 3;
@type = 2;
doevent "rand_sc_heal::OnUse";
@@ -1323,8 +1323,8 @@ item_db: (
AegisName: "MediumHealing"
Name: "Medium Healing Potion"
Type: "IT_HEALING"
- Buy: 5000
- Sell: 650
+ Buy: 850
+ Sell: 75
Weight: 64
Atk: 0
Matk: 0
@@ -1340,8 +1340,8 @@ item_db: (
Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 400;
- @max = 600;
+ @min = 500;
+ @max = 800;
@delay = 4;
@type = 2;
doevent "rand_sc_heal::OnUse";
@@ -1352,8 +1352,8 @@ item_db: (
AegisName: "LargeHealing"
Name: "Large Healing Potion"
Type: "IT_HEALING"
- Buy: 10000
- Sell: 1250
+ Buy: 2480
+ Sell: 350
Weight: 128
Atk: 0
Matk: 0
@@ -1381,8 +1381,8 @@ item_db: (
AegisName: "SmallMana"
Name: "Small Mana Potion"
Type: "IT_HEALING"
- Buy: 2000
- Sell: 250
+ Buy: 750
+ Sell: 65
Weight: 32
Atk: 0
Matk: 0
@@ -1406,8 +1406,8 @@ item_db: (
AegisName: "MediumMana"
Name: "Medium Mana Potion"
Type: "IT_HEALING"
- Buy: 5000
- Sell: 600
+ Buy: 1650
+ Sell: 205
Weight: 64
Atk: 0
Matk: 0
@@ -1431,8 +1431,8 @@ item_db: (
AegisName: "LargeMana"
Name: "Large Mana Potion"
Type: "IT_HEALING"
- Buy: 10000
- Sell: 1500
+ Buy: 3240
+ Sell: 340
Weight: 128
Atk: 0
Matk: 0