From d23d9cca49e0c02db47431524f9a4f8be8723ce6 Mon Sep 17 00:00:00 2001 From: HoraK-FDF Date: Mon, 6 May 2024 22:28:50 +0200 Subject: miner mania --- world/map/db/const-quest.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'world/map/db/const-quest.txt') 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 -- cgit v1.2.3-60-g2f50