loot tracker: add ruins of camdozaal vault lockboxes
Co-authored-by: Kevin <kevin.weiyih@outlook.com>
This commit is contained in:
@@ -792,7 +792,8 @@ public class LootTrackerPlugin extends Plugin
|
|||||||
|| WINTERTODT_SUPPLY_CRATE_EVENT.equals(eventType)
|
|| WINTERTODT_SUPPLY_CRATE_EVENT.equals(eventType)
|
||||||
|| eventType.endsWith("Bird House")
|
|| eventType.endsWith("Bird House")
|
||||||
|| eventType.startsWith("H.A.M. chest")
|
|| eventType.startsWith("H.A.M. chest")
|
||||||
|| lootRecordType == LootRecordType.PICKPOCKET)
|
|| lootRecordType == LootRecordType.PICKPOCKET
|
||||||
|
|| eventType.endsWith("lockbox"))
|
||||||
{
|
{
|
||||||
WorldPoint playerLocation = client.getLocalPlayer().getWorldLocation();
|
WorldPoint playerLocation = client.getLocalPlayer().getWorldLocation();
|
||||||
Collection<ItemStack> groundItems = lootManager.getItemSpawns(playerLocation);
|
Collection<ItemStack> groundItems = lootManager.getItemSpawns(playerLocation);
|
||||||
@@ -860,6 +861,12 @@ public class LootTrackerPlugin extends Plugin
|
|||||||
setEvent(LootRecordType.EVENT, TEMPOROSS_CASKET_EVENT);
|
setEvent(LootRecordType.EVENT, TEMPOROSS_CASKET_EVENT);
|
||||||
takeInventorySnapshot();
|
takeInventorySnapshot();
|
||||||
break;
|
break;
|
||||||
|
case ItemID.SIMPLE_LOCKBOX_25647:
|
||||||
|
case ItemID.ELABORATE_LOCKBOX_25649:
|
||||||
|
case ItemID.ORNATE_LOCKBOX_25651:
|
||||||
|
setEvent(LootRecordType.EVENT, itemManager.getItemComposition(event.getId()).getName());
|
||||||
|
takeInventorySnapshot();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user