summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2024-03-05 18:20:43 +0000
committerLed Mitz <smoothshifter@tuta.io>2024-03-05 18:20:43 +0000
commit57a6eeee68e3de0ab60236eb962e908f53869790 (patch)
treedb0b5106d6c87c4aa6ae804c91b04912e9743e4b
parente86b4823185c493e7d8a4f8c0fff037d0a2f26e6 (diff)
downloadserverdata-57a6eeee68e3de0ab60236eb962e908f53869790.tar.gz
serverdata-57a6eeee68e3de0ab60236eb962e908f53869790.tar.bz2
serverdata-57a6eeee68e3de0ab60236eb962e908f53869790.tar.xz
serverdata-57a6eeee68e3de0ab60236eb962e908f53869790.zip
Black Armors and stuff
- added Shadow Plant Crystal Dust - added some black armors created through melting the steel and mixing it with the black crystals that can be extracted from a shadow plant <br> removed prsm aura here again to make a new mr with it ****
-rw-r--r--world/map/db/const-aegis.txt8
-rw-r--r--world/map/db/item_db.conf148
-rw-r--r--world/map/db/item_db_chest.txt3
-rw-r--r--world/map/db/item_db_foot.txt1
-rw-r--r--world/map/db/item_db_generic.txt1
-rw-r--r--world/map/db/item_db_head.txt3
6 files changed, 164 insertions, 0 deletions
diff --git a/world/map/db/const-aegis.txt b/world/map/db/const-aegis.txt
index ce49b178..c83948b6 100644
--- a/world/map/db/const-aegis.txt
+++ b/world/map/db/const-aegis.txt
@@ -95,6 +95,7 @@ OrangeCottonBoots 2157
PurpleCottonBoots 2158
DarkGreenCottonBoots 2159
RedStockings 1188
+BlackWarlordBoots 5323
CasinoCoins 503
DecorCandy 504
MaggotSlime 505
@@ -358,6 +359,7 @@ GoldIngot 5315
BromenalOre 5316
BromenalIngot 5317
BromenalDroplet 5318
+ShadowPlantCrystalDust 5319
LeatherShirt 523
DesertShirt 546
Turtleneck 564
@@ -604,6 +606,9 @@ BlackSaviorArmor 5305
OrangeSaviorArmor 5306
PurpleSaviorArmor 5307
DarkGreenSaviorArmor 5308
+BlackChainmailShirt 5320
+BlackLightPlatemail 5321
+BlackWarlordPlate 5322
SantaHat 511
FancyHat 524
MinersHat 525
@@ -829,6 +834,9 @@ PartyHatR 5281
PartyHatG 5282
PartyHatB 5283
HMCPirateHat 5287
+BlackWarlordHelmet 5324
+BlackInfantryHelmet 5325
+BlackCrusadeHelmet 5326
CactusDrink 501
CactusPotion 502
CandyCane 506
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf
index 73cf6802..7895589c 100644
--- a/world/map/db/item_db.conf
+++ b/world/map/db/item_db.conf
@@ -2141,6 +2141,25 @@ item_db: (
">
},
{
+ Id: 5323
+ AegisName: "BlackWarlordBoots"
+ Name: "BlackWarlordBoots"
+ Type: "IT_ARMOR"
+ Buy: 19000
+ Sell: 2000
+ Weight: 550
+ Matk: -22
+ Def: 5
+ Slots: 0
+ Loc: "EQP_SHOES"
+ Refine: false
+ ViewSprite: 5323
+ Script: <"
+ bonus bMatkRate, -22; // @EVOL2
+ ">
+},
+/* Items */
+{
Id: 503
AegisName: "CasinoCoins"
Name: "CasinoCoins"
@@ -5454,6 +5473,27 @@ item_db: (
}
//Disabled: true // @TMWA
},
+{
+ Id: 5319
+ AegisName: "ShadowPlantCrystalDust"
+ Name: "ShadowPlantCrystalDust"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Refine: false
+ ViewSprite: 5319
+ Trade: {
+ notrade: true
+ nodrop: true
+ nostorage: false
+ nogstorage: false
+ nomail: true
+ noauction: true
+ noselltonpc: true
+ }
+},
/* Chest Armor */
{
Id: 523
@@ -10008,6 +10048,60 @@ item_db: (
bonus bMaxHP, 100;
">
},
+{
+ Id: 5320
+ AegisName: "BlackChainmailShirt"
+ Name: "BlackChainmailShirt"
+ Type: "IT_ARMOR"
+ Buy: 15000
+ Sell: 1500
+ Weight: 800
+ Matk: -120
+ Def: 20
+ Slots: 0
+ Loc: "EQP_HEAD_MID"
+ Refine: false
+ ViewSprite: 5320
+ Script: <"
+ bonus bMatkRate, -120; // @EVOL2
+ ">
+},
+{
+ Id: 5321
+ AegisName: "BlackLightPlatemail"
+ Name: "BlackLightPlatemail"
+ Type: "IT_ARMOR"
+ Buy: 50000
+ Sell: 2500
+ Weight: 1200
+ Matk: -150
+ Def: 25
+ Slots: 0
+ Loc: "EQP_HEAD_MID"
+ Refine: false
+ ViewSprite: 5321
+ Script: <"
+ bonus bMatkRate, -150; // @EVOL2
+ ">
+},
+{
+ Id: 5322
+ AegisName: "BlackWarlordPlate"
+ Name: "BlackWarlordPlate"
+ Type: "IT_ARMOR"
+ Buy: 200000
+ Sell: 6000
+ Weight: 2600
+ Matk: -170
+ Def: 27
+ Slots: 0
+ Loc: "EQP_HEAD_MID"
+ Refine: false
+ ViewSprite: 5322
+ Script: <"
+ bonus bMatkRate, -170; // @EVOL2
+ ">
+},
//////////////////////////////////////////////////////////
// Hats
{
@@ -13898,6 +13992,60 @@ item_db: (
bonus bCriticalDef, 5;
">
},
+{
+ Id: 5324
+ AegisName: "BlackWarlordHelmet"
+ Name: "BlackWarlordHelmet"
+ Type: "IT_ARMOR"
+ Buy: 30000
+ Sell: 3000
+ Weight: 900
+ Matk: -36
+ Def: 18
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ Refine: false
+ ViewSprite: 5324
+ Script: <"
+ bonus bMatkRate, -36; // @EVOL2
+ ">
+},
+{
+ Id: 5325
+ AegisName: "BlackInfantryHelmet"
+ Name: "BlackInfantryHelmet"
+ Type: "IT_ARMOR"
+ Buy: 15000
+ Sell: 1500
+ Weight: 400
+ Matk: -30
+ Def: 15
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ Refine: false
+ ViewSprite: 5325
+ Script: <"
+ bonus bMatkRate, -30; // @EVOL2
+ ">
+},
+{
+ Id: 5326
+ AegisName: "BlackCrusadeHelmet"
+ Name: "BlackCrusadeHelmet"
+ Type: "IT_ARMOR"
+ Buy: 25000
+ Sell: 2500
+ Weight: 1300
+ Matk: -36
+ Def: 18
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ Refine: false
+ ViewSprite: 5326
+ Script: <"
+ bonus bMatkRate, -36; // @EVOL2
+ ">
+},
/* Usable items */
{
Id: 501
diff --git a/world/map/db/item_db_chest.txt b/world/map/db/item_db_chest.txt
index 7212fed6..27b04137 100644
--- a/world/map/db/item_db_chest.txt
+++ b/world/map/db/item_db_chest.txt
@@ -260,3 +260,6 @@
5306, OrangeSaviorArmor, 5, 0, 0, 2000, 0, 24, 0, -90, 0, 2, 512, 0, 0, 0, 0, {}, {bonus bDex, 1; bonus bMaxHP, 100;}
5307, PurpleSaviorArmor, 5, 0, 0, 2000, 0, 24, 0, -90, 0, 2, 512, 0, 0, 0, 0, {}, {bonus bDex, 1; bonus bMaxHP, 100;}
5308, DarkGreenSaviorArmor, 5, 0, 0, 2000, 0, 24, 0, -90, 0, 2, 512, 0, 0, 0, 0, {}, {bonus bDex, 1; bonus bMaxHP, 100;}
+5320, BlackChainmailShirt, 5, 15000, 1500, 800, 0, 20, 0, -120, 0, 2, 512, 0, 0, 0, 0, {}, {}
+5321, BlackLightPlatemail, 5, 50000, 2500, 1200, 0, 25, 0, -150, 0, 2, 512, 0, 0, 0, 0, {}, {}
+5322, BlackWarlordPlate, 5, 200000, 6000, 2600, 0, 27, 0, -170, 0, 2, 512, 0, 0, 0, 0, {}, {}
diff --git a/world/map/db/item_db_foot.txt b/world/map/db/item_db_foot.txt
index 606fec57..ac5264de 100644
--- a/world/map/db/item_db_foot.txt
+++ b/world/map/db/item_db_foot.txt
@@ -20,3 +20,4 @@
2157, OrangeCottonBoots, 5, 2000, 500, 10, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, 0, {}, {}
2158, PurpleCottonBoots, 5, 2000, 500, 10, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, 0, {}, {}
2159, DarkGreenCottonBoots, 5, 2000, 500, 10, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, 0, {}, {}
+5323, BlackWarlordBoots, 5, 19000, 2000, 550, 0, 5, 0, -22, 0, 2, 64, 0, 0, 0, 0, {}, {}
diff --git a/world/map/db/item_db_generic.txt b/world/map/db/item_db_generic.txt
index d7e31485..72cc035a 100644
--- a/world/map/db/item_db_generic.txt
+++ b/world/map/db/item_db_generic.txt
@@ -278,3 +278,4 @@
//5316, BromenalOre, 3, 3200, 1600, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
//5317, BromenalIngot, 3, 30000, 3300, 1000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {}
//5318, BromenalDroplet, 3, 15000, 1500, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {}
+5319, ShadowPlantCrystalDust, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {}
diff --git a/world/map/db/item_db_head.txt b/world/map/db/item_db_head.txt
index 29c9c402..bb6c144e 100644
--- a/world/map/db/item_db_head.txt
+++ b/world/map/db/item_db_head.txt
@@ -238,3 +238,6 @@
5282, PartyHatG, 5, 1600, 800, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, 0, {}, {}
5283, PartyHatB, 5, 1600, 800, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, 0, {}, {}
5287, HMCPirateHat, 5, 1600, 800, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, 0, {}, {bonus bMdef, 15; bonus bMaxHP, 50; bonus bCriticalDef, 5;}
+5324, BlackWarlordHelmet, 5, 30000, 3000, 900, 0, 18, 0, -36, 0, 2, 256, 0, 0, 0, 0, {}, {}
+5325, BlackInfantryHelmet, 5, 15000, 1500, 400, 0, 15, 0, -30, 0, 2, 256, 0, 0, 0, 0, {}, {}
+5326, BlackCrusadeHelmet, 5, 25000, 2500, 1300, 0, 18, 0, -36, 0, 2, 256, 0, 0, 0, 0, {}, {}