diff options
Diffstat (limited to 'world/map/db')
-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 |