diff options
author | +seeds <abby.hulka@gmail.com> | 2023-03-05 00:18:54 +0000 |
---|---|---|
committer | +seeds <abby.hulka@gmail.com> | 2023-03-05 00:18:54 +0000 |
commit | 181de88c329902299082dfb61f8a8e644b8e89bf (patch) | |
tree | 5f71528bfdb5a8859040f6dee43ee0466693acfb /db | |
parent | 63f4343f835bfe3d403bb9492dab4f6eca79970a (diff) | |
parent | 6abb5c9876dffc03e13a6445c6a61af437e37aa7 (diff) | |
download | serverdata-181de88c329902299082dfb61f8a8e644b8e89bf.tar.gz serverdata-181de88c329902299082dfb61f8a8e644b8e89bf.tar.bz2 serverdata-181de88c329902299082dfb61f8a8e644b8e89bf.tar.xz serverdata-181de88c329902299082dfb61f8a8e644b8e89bf.zip |
Merge branch 'PiouIsles_quests' into 'master'
Update db/constants.conf
See merge request ml/serverdata!94
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 2 | ||||
-rw-r--r-- | db/quest_db.conf | 16 | ||||
-rw-r--r-- | db/re/item_db.conf | 29 |
3 files changed, 46 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf index 185f72428..3467360a8 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -1853,7 +1853,7 @@ constants_db: { NPC_PIOU_MAGE: 266 NPC_PIOU_QUEEN: 267 NPC_PIOU_KNIGHT_L: 268 - NPC_PIOU_KNIGHT_R: 260 + NPC_PIOU_KNIGHT_R: 269 NPC_PIOU_ALCHEMIST: 270 NPC_DUCK_ELDER: 271 NPC_GUINEVERE: 272 diff --git a/db/quest_db.conf b/db/quest_db.conf index 565adf2dc..0ae55974c 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -565,6 +565,22 @@ quest_db: ( Id: 254 Name: "LilitQuest_Raify" }, +{ + Id: 255 + Name: "LilitQuest_Glim" +}, +{ + Id: 256 + Name: "LilitQuest_PiouChef" +}, +{ + Id: 257 + Name: "LilitQuest_Hatchling" +}, +{ + Id: 258 + Name: "LilitQuest_Pouf" +}, // ID 270 to 299: Land Of Fire Quests { diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e02612173..dfe317e77 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3170,6 +3170,35 @@ item_db: ( // Mounts (690 to 699, probably there will be extra IDs) { + Id: 695 + AegisName: "BronzePin" + Name: "Bronze Pin" + Type: "IT_ARMOR" + Loc: "EQP_SHADOW_SHOES" + Buy: 45000 + Sell: 15000 + Weight: 300 + Def: 5 + EquipLv: 30 + Refine: false + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nomail: true + noauction: true + } + Script: <" + bonus bFlee,25; + bonus bAtkRate,5; + bonus bSpeedRate,10; + bonus bNoKnockback,1; + bonus bHPRegenRate,-50; + bonus bSPRegenRate,-50; + bonus bMaxHP,-200; + "> +}, +{ Id: 696 AegisName: "RidingMouboo" Name: "Riding Mouboo" |