diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-05-06 22:28:50 +0200 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-05-16 17:03:04 +0000 |
commit | d23d9cca49e0c02db47431524f9a4f8be8723ce6 (patch) | |
tree | 0643d26d63bee3f16a09e2b8b7177480a177861b /world/map/db/const-quest.txt | |
parent | ab4d03dd3751a6c34db83d31c6aed17fbde2e4f4 (diff) | |
download | serverdata-d23d9cca49e0c02db47431524f9a4f8be8723ce6.tar.gz serverdata-d23d9cca49e0c02db47431524f9a4f8be8723ce6.tar.bz2 serverdata-d23d9cca49e0c02db47431524f9a4f8be8723ce6.tar.xz serverdata-d23d9cca49e0c02db47431524f9a4f8be8723ce6.zip |
miner mania
Diffstat (limited to 'world/map/db/const-quest.txt')
-rw-r--r-- | world/map/db/const-quest.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/world/map/db/const-quest.txt b/world/map/db/const-quest.txt index 1bea162b..88ecb334 100644 --- a/world/map/db/const-quest.txt +++ b/world/map/db/const-quest.txt @@ -157,8 +157,14 @@ FLAG_KESHLAM_RAREDROP 131072 // player got the super rare from Keshlam's // BOSS_MEDALS is using bits 1-8 (BYTE_0_SHIFT, BYTE_0_MASK) // BOSS_MEDALS_AVAILABLE is using bits 9-16 (BYTE_1_SHIFT, BYTE_1_MASK) CHRONOS_BOSS_MEDALS_MAX 255 + // constants can only be -2147483648 till 2147483647 so its not possible to make the mask 4293918720 +// Bif rarity constants: +GEM_BIF_CHANCE 5 +NORMAL_BIF_CHANCE 4 +BIG_BIF_CHANCE 8 + // Flags for the battle caves. BATTLE_CAVE1 1 BATTLE_CAVE2 2 |