We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341125b commit aaf74b1Copy full SHA for aaf74b1
data/scripts/eventcallbacks/monster/ondroploot_custom.lua
@@ -1,4 +1,3 @@
1
-
2
local tokenConfig = {
3
{ itemId = 6526, chance = 100000 }, -- Addon Token (100% chance)
4
{ itemId = 8192, chance = 100000 }, -- Mount Token (100% chance)
@@ -8,11 +7,11 @@ local tokenConfig = {
8
7
local customLootConfig = {
9
["Rat"] = { items = {
10
{ itemId = 3533, chance = 100000 },
11
- { itemId = 3534, chance = 100000 } }
12
- },
+ { itemId = 3534, chance = 100000 },
+ } },
13
["Dragon"] = { items = {
14
- { itemId = 3533, chance = 100000 } }
15
- }
+ { itemId = 3533, chance = 100000 },
16
}
17
18
-- Global loot addition for Addon and Mount Tokens
0 commit comments