ausername
New member
- Joined
- May 28, 2016
- RedCents
- 384¢
I strongly feel that the following code does, but shouldn't, spam when "ReportLoot" is FALSE.
It also doesn't, but should, honor the "LootChannel" setting.
I commented those lines out. It was spamming group chat with NINJADVLOOT which will end up showing up server side in logs...
Even though I had ReportLoot FALSE and LootChannel set to "bc".
I never saw this behavior before so I expect it's new.
EDIT: it might be old behavior i guess. I just started using the new Quest functionality which is amazing. So instead of vacuuming up everything now I'm leaving some stuff behind. Could have been that change in my behavior that made me notice this stuff.
It also doesn't, but should, honor the "LootChannel" setting.
Rich (BB code):
Sub Event_UnwantedLoot(S0,S1)
/if (${Group.MasterLooter.ID}==${Me.ID}) {
/echo NINJADVLOOT: no one wants >${S1}< leaving ${AdvLoot.SList[1].Name} on corpse
/gsay NINJADVLOOT: no one wants >${S1}< leaving ${AdvLoot.SList[1].Name} on corpse
/delay 3s !${AdvLoot.LootInProgress}
/advloot shared 1 leave
/delay 3s !${AdvLoot.LootInProgress}
/if (${LootLagDelay}) /delay ${LootLagDelay}
}
/return
Sub Event_LockedLoot
/echo NINJADVLOOT: Loot item is locked, leave it...
/gsay NINJADVLOOT: Loot item is locked, leave it...
/doevents flush LockedLoot
/delay 3s !${AdvLoot.LootInProgress}
/advloot personal 1 leave
/delay 3s !${AdvLoot.LootInProgress}
/if (${LootLagDelay}) /delay ${LootLagDelay}
/return
I commented those lines out. It was spamming group chat with NINJADVLOOT which will end up showing up server side in logs...
Even though I had ReportLoot FALSE and LootChannel set to "bc".
I never saw this behavior before so I expect it's new.
EDIT: it might be old behavior i guess. I just started using the new Quest functionality which is amazing. So instead of vacuuming up everything now I'm leaving some stuff behind. Could have been that change in my behavior that made me notice this stuff.


The instructions call out filters & lootall, so use at your own risk... this is a risk