//lastly, check mobs inventory for godly or disc runes to send a server announcement
//lastly, check mobs inventory for godly or disc runes to send a server announcement
for(Itemit:mob.getInventory()){
if(!fromDeath){
ItemBaseib=it.getItemBase();
for(Itemit:mob.getInventory()){
if(ib.isDiscRune()||ib.getName().toLowerCase().contains("of the gods")){
ItemBaseib=it.getItemBase();
ChatSystemMsgchatMsg=newChatSystemMsg(null,mob.getName()+" in "+mob.getParentZone().getName()+" has found the "+ib.getName()+". Are you tough enough to take it?");
if(ib.isDiscRune()||ib.getName().toLowerCase().contains("of the gods")){
chatMsg.setMessageType(10);
ChatSystemMsgchatMsg=newChatSystemMsg(null,mob.getName()+" in "+mob.getParentZone().getName()+" has found the "+ib.getName()+". Are you tough enough to take it?");