diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-04-21 01:44:14 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-04-21 01:47:23 +0200 |
commit | c8d5b5ec9cc1e022274bc0af3c212fdc4d891cf7 (patch) | |
tree | c13b89e48a4fbcb9c301c703ff395c8fe12538dc /world | |
parent | b0d1f2b26b9461ab04a43ba9509d71ec1e19278f (diff) | |
download | classic-serverdata-luvia_hat.tar.gz classic-serverdata-luvia_hat.tar.bz2 classic-serverdata-luvia_hat.tar.xz classic-serverdata-luvia_hat.zip |
Add PointyWitchHat rare drop (0.01%) to Luvia,Tormenta,Zax,Xakluvia_hat
(all that have equipment/head/wizard-hat.xml in monsters.xml)
Diffstat (limited to 'world')
-rw-r--r-- | world/map/db/mob_db.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/world/map/db/mob_db.conf b/world/map/db/mob_db.conf index 256c8e99..c97b044f 100644 --- a/world/map/db/mob_db.conf +++ b/world/map/db/mob_db.conf @@ -2541,6 +2541,7 @@ mob_db: ( GambogeScroll: 10 MauveScroll: 10 JoyplimScroll: 10 + PointyWitchHat: 1 } }, { @@ -3447,6 +3448,7 @@ mob_db: ( GambogeScroll: 10 MauveScroll: 10 JoyplimScroll: 10 + PointyWitchHat: 1 } }, { @@ -3664,6 +3666,9 @@ mob_db: ( AttackDelay: 672 AttackMotion: 672 DamageMotion: 50 + Drops: { + PointyWitchHat: 1 + } }, { Id: 1143 @@ -4552,6 +4557,9 @@ mob_db: ( AttackDelay: 672 AttackMotion: 672 DamageMotion: 50 + Drops: { + PointyWitchHat: 1 + } }, { Id: 1004 |