There are a couple of game function that can be called to do this. Specifically,
SetLootMethod and
SetLootThreshold.
Anyway, to set the looting method to die rolls and set the threshold to roll on whites, here's a little macro:
|
Source code
|
1
2
|
/run SetLootMethod("alternate")
/run SetLootThreshold(0)
|
See the links provided above for full descriptions of these functions.