summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-18 22:51:01 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-18 22:51:01 -0300
commit5a17bc2c79949b0fec683f643a823756f19037bd (patch)
tree7be1aba99c987bdaa9ff945d7697ccaf9ce008d7 /db
parent4c79160f1a80007599ae49075f617b79e7fddfa2 (diff)
downloadserverdata-5a17bc2c79949b0fec683f643a823756f19037bd.tar.gz
serverdata-5a17bc2c79949b0fec683f643a823756f19037bd.tar.bz2
serverdata-5a17bc2c79949b0fec683f643a823756f19037bd.tar.xz
serverdata-5a17bc2c79949b0fec683f643a823756f19037bd.zip
Add the new items to where they belong: Elli's Chest is now complete.
+ Torn Wings for 7,000 Strange Coins so you can spend Moubootaur reward.
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf107
1 files changed, 107 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index b393d0f69..b18c134b5 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -5896,6 +5896,69 @@ item_db: (
noauction: true
}
},
+{
+ Id: 1023
+ AegisName: "AngelWings"
+ Name: "Angel Wings"
+ Type: "IT_ARMOR"
+ Buy: 30000
+ Sell: 10000
+ Weight: 1
+ Loc: 1024
+ Refine: false
+ Trade: {
+ notrade: true
+ nodrop: true
+ nocart: false
+ noselltonpc: true
+ nostorage: false
+ nogstorage: true
+ nomail: true
+ noauction: true
+ }
+},
+{
+ Id: 1024
+ AegisName: "DragonWings"
+ Name: "Dragon Wings"
+ Type: "IT_ARMOR"
+ Buy: 30000
+ Sell: 10000
+ Weight: 1
+ Loc: 1024
+ Refine: false
+ Trade: {
+ notrade: true
+ nodrop: true
+ nocart: false
+ noselltonpc: true
+ nostorage: false
+ nogstorage: true
+ nomail: true
+ noauction: true
+ }
+},
+{
+ Id: 1025
+ AegisName: "TornWings"
+ Name: "Torn Wings"
+ Type: "IT_ARMOR"
+ Buy: 30000
+ Sell: 10000
+ Weight: 1
+ Loc: 1024
+ Refine: false
+ Trade: {
+ notrade: true
+ nodrop: true
+ nocart: false
+ noselltonpc: true
+ nostorage: false
+ nogstorage: true
+ nomail: true
+ noauction: true
+ }
+},
// <!-- Charms -->
{
Id: 1150
@@ -19977,6 +20040,50 @@ item_db: (
callfunc("SC_Bonus", 150, SC_INCMHPRATE, 5);
">
},
+{
+ Id: 8059
+ AegisName: "ElliDisguise"
+ Name: "Elli Disguise"
+ Type: "IT_ARMOR"
+ Buy: 30000
+ Sell: 10000
+ Weight: 0
+ Loc: "EQP_HEAD_MID"
+ EquipLv: 1
+ Refine: false
+ Trade: {
+ notrade: true
+ nodrop: true
+ nocart: false
+ noselltonpc: true
+ nostorage: false
+ nogstorage: true
+ nomail: true
+ noauction: true
+ }
+},
+{
+ Id: 8060
+ AegisName: "ElliEssence"
+ Name: "Elli Essence"
+ Type: "IT_ARMOR"
+ Buy: 30000
+ Sell: 10000
+ Weight: 0
+ Loc: "EQP_HEAD_MID"
+ EquipLv: 1
+ Refine: false
+ Trade: {
+ notrade: true
+ nodrop: true
+ nocart: false
+ noselltonpc: true
+ nostorage: false
+ nogstorage: true
+ nomail: true
+ noauction: true
+ }
+},
)