diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index c9bd029553..948631baee 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index c9bd029553..948631baee 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index c9bd029553..948631baee 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index c9bd029553..948631baee 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index c9bd029553..948631baee 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index c9bd029553..948631baee 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index c9bd029553..948631baee 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index c9bd029553..948631baee 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index 888bbd671e..46fbc3e377 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index 888bbd671e..46fbc3e377 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index 42ca4af902..f2275aadd9 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -199,7 +199,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index 42ca4af902..f2275aadd9 100644 --- a/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_CT_2.6_HighFive/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -199,7 +199,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index c9bd029553..948631baee 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index c9bd029553..948631baee 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index c9bd029553..948631baee 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index c9bd029553..948631baee 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index c9bd029553..948631baee 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index c9bd029553..948631baee 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index c9bd029553..948631baee 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index 888bbd671e..46fbc3e377 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else { diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java index 888bbd671e..46fbc3e377 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/handlers/communityboard/DropSearchBoard.java @@ -208,7 +208,7 @@ public class DropSearchBoard implements IParseBoardHandler } else if (cbDropHolder.isRaid) { - rateAmount *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; + rateChance *= Config.RATE_RAID_DROP_CHANCE_MULTIPLIER; } else {