Replaced empty system messages with proper text.
This commit is contained in:
		| @@ -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; | ||||
| 				} | ||||
| 				 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment