Replaced empty system messages with proper text.
This commit is contained in:
parent
85ac1990a9
commit
29de4fb347
@ -338,7 +338,7 @@ public class ClanHallAuctioneer extends AbstractNpcAI
|
||||
final ClanHall playerClanHall = ClanHallData.getInstance().getClanHallByClan(clan);
|
||||
if (playerClanHall != null)
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_457);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ public class ExtractableItems implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_458);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_458);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -80,7 +80,7 @@ public class ItemSkillsTemplate implements IItemHandler
|
||||
{
|
||||
if (itemSkill.hasEffectType(EffectType.EXTRACT_ITEM) && (playable.getActingPlayer() != null) && !playable.getActingPlayer().isInventoryUnder80(false))
|
||||
{
|
||||
playable.getActingPlayer().sendPacket(SystemMessageId.EMPTY_458);
|
||||
playable.getActingPlayer().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;
|
||||
}
|
||||
|
||||
|
@ -338,7 +338,7 @@ public class ClanHallAuctioneer extends AbstractNpcAI
|
||||
final ClanHall playerClanHall = ClanHallData.getInstance().getClanHallByClan(clan);
|
||||
if (playerClanHall != null)
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_462);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ public class ExtractableItems implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_463);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_463);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -80,7 +80,7 @@ public class ItemSkillsTemplate implements IItemHandler
|
||||
{
|
||||
if (itemSkill.hasEffectType(EffectType.EXTRACT_ITEM) && (playable.getActingPlayer() != null) && !playable.getActingPlayer().isInventoryUnder80(false))
|
||||
{
|
||||
playable.getActingPlayer().sendPacket(SystemMessageId.EMPTY_463);
|
||||
playable.getActingPlayer().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;
|
||||
}
|
||||
|
||||
|
@ -338,7 +338,7 @@ public class ClanHallAuctioneer extends AbstractNpcAI
|
||||
final ClanHall playerClanHall = ClanHallData.getInstance().getClanHallByClan(clan);
|
||||
if (playerClanHall != null)
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_462);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ public class ExtractableItems implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_463);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_463);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -80,7 +80,7 @@ public class ItemSkillsTemplate implements IItemHandler
|
||||
{
|
||||
if (itemSkill.hasEffectType(EffectType.EXTRACT_ITEM) && (playable.getActingPlayer() != null) && !playable.getActingPlayer().isInventoryUnder80(false))
|
||||
{
|
||||
playable.getActingPlayer().sendPacket(SystemMessageId.EMPTY_463);
|
||||
playable.getActingPlayer().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;
|
||||
}
|
||||
|
||||
|
@ -338,7 +338,7 @@ public class ClanHallAuctioneer extends AbstractNpcAI
|
||||
final ClanHall playerClanHall = ClanHallData.getInstance().getClanHallByClan(clan);
|
||||
if (playerClanHall != null)
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_462);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ public class ExtractableItems implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_463);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_463);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -80,7 +80,7 @@ public class ItemSkillsTemplate implements IItemHandler
|
||||
{
|
||||
if (itemSkill.hasEffectType(EffectType.EXTRACT_ITEM) && (playable.getActingPlayer() != null) && !playable.getActingPlayer().isInventoryUnder80(false))
|
||||
{
|
||||
playable.getActingPlayer().sendPacket(SystemMessageId.EMPTY_463);
|
||||
playable.getActingPlayer().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;
|
||||
}
|
||||
|
||||
|
@ -338,7 +338,7 @@ public class ClanHallAuctioneer extends AbstractNpcAI
|
||||
final ClanHall playerClanHall = ClanHallData.getInstance().getClanHallByClan(clan);
|
||||
if (playerClanHall != null)
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_462);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ public class ExtractableItems implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_463);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_463);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -80,7 +80,7 @@ public class ItemSkillsTemplate implements IItemHandler
|
||||
{
|
||||
if (itemSkill.hasEffectType(EffectType.EXTRACT_ITEM) && (playable.getActingPlayer() != null) && !playable.getActingPlayer().isInventoryUnder80(false))
|
||||
{
|
||||
playable.getActingPlayer().sendPacket(SystemMessageId.EMPTY_463);
|
||||
playable.getActingPlayer().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;
|
||||
}
|
||||
|
||||
|
@ -338,7 +338,7 @@ public class ClanHallAuctioneer extends AbstractNpcAI
|
||||
final ClanHall playerClanHall = ClanHallData.getInstance().getClanHallByClan(clan);
|
||||
if (playerClanHall != null)
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_462);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ public class ExtractableItems implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_463);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_463);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -80,7 +80,7 @@ public class ItemSkillsTemplate implements IItemHandler
|
||||
{
|
||||
if (itemSkill.hasEffectType(EffectType.EXTRACT_ITEM) && (playable.getActingPlayer() != null) && !playable.getActingPlayer().isInventoryUnder80(false))
|
||||
{
|
||||
playable.getActingPlayer().sendPacket(SystemMessageId.EMPTY_463);
|
||||
playable.getActingPlayer().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;
|
||||
}
|
||||
|
||||
|
@ -338,7 +338,7 @@ public class ClanHallAuctioneer extends AbstractNpcAI
|
||||
final ClanHall playerClanHall = ClanHallData.getInstance().getClanHallByClan(clan);
|
||||
if (playerClanHall != null)
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_462);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -63,7 +63,7 @@ public class ExtractableItems implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_463);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ public class FatedSupportBox implements IItemHandler
|
||||
|
||||
if (!player.isInventoryUnder80(false))
|
||||
{
|
||||
player.sendPacket(SystemMessageId.EMPTY_463);
|
||||
player.sendMessage("You do not meet the requirements to participate in an auction.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -80,7 +80,7 @@ public class ItemSkillsTemplate implements IItemHandler
|
||||
{
|
||||
if (itemSkill.hasEffectType(EffectType.EXTRACT_ITEM) && (playable.getActingPlayer() != null) && !playable.getActingPlayer().isInventoryUnder80(false))
|
||||
{
|
||||
playable.getActingPlayer().sendPacket(SystemMessageId.EMPTY_463);
|
||||
playable.getActingPlayer().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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user