diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-10 19:05:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-10 19:05:01 -0300 |
commit | 73901179e78b0ac98ae910eece38f00b6cf0f64e (patch) | |
tree | 32a630928575606d0a20caf0e46e15b34f6e3b5d /db/re | |
parent | 745174c5214b099bc6ba88419c4d002026a1f328 (diff) | |
download | serverdata-73901179e78b0ac98ae910eece38f00b6cf0f64e.tar.gz serverdata-73901179e78b0ac98ae910eece38f00b6cf0f64e.tar.bz2 serverdata-73901179e78b0ac98ae910eece38f00b6cf0f64e.tar.xz serverdata-73901179e78b0ac98ae910eece38f00b6cf0f64e.zip |
Alliance Hero special exchange for event server
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index bf9573b2f..966f33a8f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -15185,7 +15185,7 @@ item_db: ( AegisName: "AlchemyBlueprintA" Name: "Alchemy Blueprint A" Type: "IT_USABLE" - Buy: 0 + Buy: 3000 Sell: 0 Weight: 40 Script: <" @@ -15209,7 +15209,7 @@ item_db: ( AegisName: "AlchemyBlueprintB" Name: "Alchemy Blueprint B" Type: "IT_USABLE" - Buy: 0 + Buy: 6000 Sell: 0 Weight: 40 Script: <" @@ -15236,7 +15236,7 @@ item_db: ( AegisName: "AlchemyBlueprintC" Name: "Alchemy Blueprint C" Type: "IT_USABLE" - Buy: 0 + Buy: 9000 Sell: 0 Weight: 40 Script: <" @@ -15263,7 +15263,7 @@ item_db: ( AegisName: "AlchemyBlueprintD" Name: "Alchemy Blueprint D" Type: "IT_USABLE" - Buy: 0 + Buy: 12000 Sell: 0 Weight: 40 Script: <" @@ -15290,7 +15290,7 @@ item_db: ( AegisName: "AlchemyBlueprintE" Name: "Alchemy Blueprint E" Type: "IT_USABLE" - Buy: 0 + Buy: 15000 Sell: 0 Weight: 40 Script: <" @@ -15314,7 +15314,7 @@ item_db: ( AegisName: "EquipmentBlueprintA" Name: "Equipment Blueprint A" Type: "IT_USABLE" - Buy: 0 + Buy: 3000 Sell: 0 Weight: 40 Script: <" @@ -15338,7 +15338,7 @@ item_db: ( AegisName: "EquipmentBlueprintB" Name: "Equipment Blueprint B" Type: "IT_USABLE" - Buy: 0 + Buy: 6000 Sell: 0 Weight: 40 Script: <" @@ -15365,7 +15365,7 @@ item_db: ( AegisName: "EquipmentBlueprintC" Name: "Equipment Blueprint C" Type: "IT_USABLE" - Buy: 0 + Buy: 9000 Sell: 0 Weight: 40 Script: <" @@ -15392,7 +15392,7 @@ item_db: ( AegisName: "EquipmentBlueprintD" Name: "Equipment Blueprint D" Type: "IT_USABLE" - Buy: 0 + Buy: 12000 Sell: 0 Weight: 40 Script: <" @@ -15419,7 +15419,7 @@ item_db: ( AegisName: "EquipmentBlueprintE" Name: "Equipment Blueprint E" Type: "IT_USABLE" - Buy: 0 + Buy: 15000 Sell: 0 Weight: 40 Script: <" |