From c375779a43bde588c37c3a735d76fbdb4d5aee34 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Thu, 28 Jul 2022 11:34:30 +0000 Subject: [PATCH] Fixed inventory under 80% message. --- .../data/scripts/handlers/itemhandlers/ExtractableItems.java | 2 +- .../data/scripts/handlers/itemhandlers/FatedSupportBox.java | 2 +- .../data/scripts/handlers/itemhandlers/ExtractableItems.java | 2 +- .../data/scripts/handlers/itemhandlers/FatedSupportBox.java | 2 +- .../data/scripts/handlers/itemhandlers/ExtractableItems.java | 2 +- .../data/scripts/handlers/itemhandlers/FatedSupportBox.java | 2 +- .../data/scripts/handlers/itemhandlers/ExtractableItems.java | 2 +- .../data/scripts/handlers/itemhandlers/FatedSupportBox.java | 2 +- .../data/scripts/handlers/itemhandlers/ExtractableItems.java | 2 +- .../data/scripts/handlers/itemhandlers/FatedSupportBox.java | 2 +- .../data/scripts/handlers/itemhandlers/ExtractableItems.java | 2 +- .../data/scripts/handlers/itemhandlers/FatedSupportBox.java | 2 +- .../data/scripts/handlers/itemhandlers/ExtractableItems.java | 2 +- .../data/scripts/handlers/itemhandlers/FatedSupportBox.java | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java index 7b9fa54972..1f3235cb75 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java @@ -62,7 +62,7 @@ public class ExtractableItems implements IItemHandler if (!player.isInventoryUnder80(false)) { - player.sendMessage("You do not meet the requirements to participate in an auction."); + player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity."); return false; } diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java index 41f4897c01..5088c4b4b0 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java @@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler if (!player.isInventoryUnder80(false)) { - player.sendMessage("You do not meet the requirements to participate in an auction."); + player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity."); return false; } diff --git a/L2J_Mobius_Classic_2.5_Zaken/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java b/L2J_Mobius_Classic_2.5_Zaken/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java index 7b9fa54972..1f3235cb75 100644 --- a/L2J_Mobius_Classic_2.5_Zaken/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java +++ b/L2J_Mobius_Classic_2.5_Zaken/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java @@ -62,7 +62,7 @@ public class ExtractableItems implements IItemHandler if (!player.isInventoryUnder80(false)) { - player.sendMessage("You do not meet the requirements to participate in an auction."); + player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity."); return false; } diff --git a/L2J_Mobius_Classic_2.5_Zaken/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java b/L2J_Mobius_Classic_2.5_Zaken/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java index 41f4897c01..5088c4b4b0 100644 --- a/L2J_Mobius_Classic_2.5_Zaken/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java +++ b/L2J_Mobius_Classic_2.5_Zaken/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java @@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler if (!player.isInventoryUnder80(false)) { - player.sendMessage("You do not meet the requirements to participate in an auction."); + player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity."); return false; } diff --git a/L2J_Mobius_Classic_2.7_Antharas/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java b/L2J_Mobius_Classic_2.7_Antharas/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java index 7b9fa54972..1f3235cb75 100644 --- a/L2J_Mobius_Classic_2.7_Antharas/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java +++ b/L2J_Mobius_Classic_2.7_Antharas/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java @@ -62,7 +62,7 @@ public class ExtractableItems implements IItemHandler if (!player.isInventoryUnder80(false)) { - player.sendMessage("You do not meet the requirements to participate in an auction."); + player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity."); return false; } diff --git a/L2J_Mobius_Classic_2.7_Antharas/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java b/L2J_Mobius_Classic_2.7_Antharas/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java index 41f4897c01..5088c4b4b0 100644 --- a/L2J_Mobius_Classic_2.7_Antharas/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java +++ b/L2J_Mobius_Classic_2.7_Antharas/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java @@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler if (!player.isInventoryUnder80(false)) { - player.sendMessage("You do not meet the requirements to participate in an auction."); + player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity."); return false; } diff --git a/L2J_Mobius_Classic_2.8_SevenSigns/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java b/L2J_Mobius_Classic_2.8_SevenSigns/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java index 7b9fa54972..1f3235cb75 100644 --- a/L2J_Mobius_Classic_2.8_SevenSigns/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java +++ b/L2J_Mobius_Classic_2.8_SevenSigns/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java @@ -62,7 +62,7 @@ public class ExtractableItems implements IItemHandler if (!player.isInventoryUnder80(false)) { - player.sendMessage("You do not meet the requirements to participate in an auction."); + player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity."); return false; } diff --git a/L2J_Mobius_Classic_2.8_SevenSigns/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java b/L2J_Mobius_Classic_2.8_SevenSigns/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java index 41f4897c01..5088c4b4b0 100644 --- a/L2J_Mobius_Classic_2.8_SevenSigns/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java +++ b/L2J_Mobius_Classic_2.8_SevenSigns/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java @@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler if (!player.isInventoryUnder80(false)) { - player.sendMessage("You do not meet the requirements to participate in an auction."); + player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity."); return false; } diff --git a/L2J_Mobius_Classic_2.9_SecretOfEmpire/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java b/L2J_Mobius_Classic_2.9_SecretOfEmpire/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java index 7b9fa54972..1f3235cb75 100644 --- a/L2J_Mobius_Classic_2.9_SecretOfEmpire/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java +++ b/L2J_Mobius_Classic_2.9_SecretOfEmpire/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java @@ -62,7 +62,7 @@ public class ExtractableItems implements IItemHandler if (!player.isInventoryUnder80(false)) { - player.sendMessage("You do not meet the requirements to participate in an auction."); + player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity."); return false; } diff --git a/L2J_Mobius_Classic_2.9_SecretOfEmpire/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java b/L2J_Mobius_Classic_2.9_SecretOfEmpire/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java index 41f4897c01..5088c4b4b0 100644 --- a/L2J_Mobius_Classic_2.9_SecretOfEmpire/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java +++ b/L2J_Mobius_Classic_2.9_SecretOfEmpire/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java @@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler if (!player.isInventoryUnder80(false)) { - player.sendMessage("You do not meet the requirements to participate in an auction."); + player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity."); return false; } diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java index 7b9fa54972..1f3235cb75 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java @@ -62,7 +62,7 @@ public class ExtractableItems implements IItemHandler if (!player.isInventoryUnder80(false)) { - player.sendMessage("You do not meet the requirements to participate in an auction."); + player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity."); return false; } diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java index 41f4897c01..5088c4b4b0 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java @@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler if (!player.isInventoryUnder80(false)) { - player.sendMessage("You do not meet the requirements to participate in an auction."); + player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity."); return false; } diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java index 52fb6e051a..03f3e98e89 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/itemhandlers/ExtractableItems.java @@ -63,7 +63,7 @@ public class ExtractableItems implements IItemHandler if (!player.isInventoryUnder80(false)) { - player.sendMessage("You do not meet the requirements to participate in an auction."); + player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity."); return false; } diff --git a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java index 41f4897c01..5088c4b4b0 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java +++ b/L2J_Mobius_Classic_Interlude/dist/game/data/scripts/handlers/itemhandlers/FatedSupportBox.java @@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler if (!player.isInventoryUnder80(false)) { - player.sendMessage("You do not meet the requirements to participate in an auction."); + player.sendMessage("Not enough space in inventory. Unable to process this request until your inventory's weight is less than 80% and slot count is less than 90% of capacity."); return false; }