hello :D is it possible to add loot log supply from excavator ?
Log who loot supply from excavatorSolved
done !
is it also can see from discord hook?
Yes, you can direct messages to discord, log to console or log to file
for discord, set "Use Discord hook": true,
and set "Discord hook url": "", to your discord channel
is it aslo can check which who open the loot?
yes, you should get the same info in discord or log files (v0.4.20)
can you make it like we can know which who player that loot the supply drop , i only get which who activated supply signal at excavator
Merged post
oh i just change it at plugin
PrintDebug($"Player {player.displayName}/{player.userID} Looting airdop, near excavator locked to {excavatorinfo.displayName}/{excavatorinfo.playerid} pos:{excavatorinfo.Name} dist:{Vector3.Distance(Computes[0].transform.position, container.transform.position).ToString("F1")}");
PrintToDiscord($"Player {player.displayName}/{player.userID} Looting engine, near excavator locked to {excavatorinfo.displayName}/{excavatorinfo.playerid} pos:{excavatorinfo.Name} dist:{Vector3.Distance(Computes[0].transform.position, container.transform.position).ToString("F1")}");to
PrintDebug($"Player {player.displayName}/{player.userID} Looting supply, near excavator locked to {excavatorinfo.displayName}/{excavatorinfo.playerid} pos:{excavatorinfo.Name} dist:{Vector3.Distance(Computes[0].transform.position, container.transform.position).ToString("F1")}");
PrintToDiscord($"Player {player.displayName}/{player.userID} Looting supply, near excavator locked to {excavatorinfo.displayName}/{excavatorinfo.playerid} pos:{excavatorinfo.Name} dist:{Vector3.Distance(Computes[0].transform.position, container.transform.position).ToString("F1")}"); Oh, i see, i will correct the message in the plugin
yeah , i got it say like
[2:14 AM] Player AminDo/76561198xxxxxxxxxLooting engine, near excavator locked to AminDo/76561198xxxxxxxxx pos:H15 dist:37.7
[2:14 AM]
[2:14 AM] Player AminDo/76561198xxxxxxxxx Looting engine, locked to AminDo/76561198xxxxxxxxx pos:H15
Merged post
is good now :D thank you
Locked automatically