//lastly, check mobs inventory for godly or disc runes to send a server announcement
for(Itemit:mob.getInventory()){
ItemBaseib=it.getItemBase();
if(ib.isDiscRune()||ib.getName().toLowerCase().contains("of the gods")){
ChatSystemMsgchatMsg=newChatSystemMsg(null,mob.getName()+" in "+mob.getParentZone().getName()+" has found the "+ib.getName()+". Are you tough enough to take it?");
//iterate the booty tables and add items to mob inventory
//iterate the booty tables and add items to mob inventory
ItemtoAdd=getGenTableItem(bse.lootTable,mob);
ItemtoAdd=getGenTableItem(bse.lootTable,mob);
if(toAdd!=null){
if(toAdd!=null){
@ -88,16 +107,6 @@ public class LootManager {
break;
break;
}
}
}
}
//lastly, check mobs inventory for godly or disc runes to send a server announcement
for(Itemit:mob.getInventory()){
ItemBaseib=it.getItemBase();
if(ib.isDiscRune()||ib.getName().toLowerCase().contains("of the gods")){
ChatSystemMsgchatMsg=newChatSystemMsg(null,mob.getName()+" in "+mob.getParentZone().getName()+" has found the "+ib.getName()+". Are you tough enough to take it?");