Fixed inventory under 80% message.

This commit is contained in:
MobiusDevelopment 2022-07-28 11:34:30 +00:00
parent 29de4fb347
commit c375779a43
14 changed files with 14 additions and 14 deletions

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}