as title, i have encountered this thing. i have set turrets to be lootable/drop loot, and they do, they drop what i put in them.
But after TC is destroyed (Raid completed message) turrets no longer drop anything.
i think SAM sites are the same, i actually forgot to test now but they were lootable before. and now i couldnt after TC was destroyed
This is a truepve server.
Turrets set to drop loot, not dropping loot After TC destroyed
link your config and profile from some site and ill check it out
truepve handles damage not looting so that won't matter
nivexlink your config and profile from some site and ill check it out
truepve handles damage not looting so that won't matter
yeah man
https://www.dropbox.com/s/hdvpu8jpkqe7rfn/RaidBases%282%29.json?dl=0
https://www.dropbox.com/s/87why4n15v6slzb/RaidableBases%284%29.json?dl=0
if (raid == null || !raid.IsOpened || raid.IsDespawning || raid.IsLoading)open .cs and change that to this:
if (raid == null || raid.IsDespawning || raid.IsLoading)I don't remember why I blocked it when the raid is completed but this will fix it
nivexif (raid == null || !raid.IsOpened || raid.IsDespawning || raid.IsLoading)open .cs and change that to this:
if (raid == null || raid.IsDespawning || raid.IsLoading)I don't remember why I blocked it when the raid is completed but this will fix it
thanks for the quick fix, i just tested it. and it worked as intended. problem solved