mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
RLS audio + visual implemented
This commit is contained in:
@@ -223,7 +223,9 @@ public class LootService implements INetworkDispatch {
|
||||
|
||||
// RLS chest effect
|
||||
if (droppedItem.getAttachment("LootItemName").toString().contains("Loot Chest")){
|
||||
requester.playEffectObject("appearance/pt_loot_chest.prt", "");
|
||||
requester.playEffectObject("appearance/pt_rare_chest.prt", "");
|
||||
|
||||
requester.playMusic("sound/rare_loot_chest.snd");
|
||||
if (requester.getClient().isGM()) {
|
||||
requester.sendSystemMessage("GM Message: Played rlc effect due to RLC dropping.", DisplayType.Broadcast);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user