dragon slayer2
Member
Okay I made copper and silver currency but I am lost on how to replace the gold in the loot packs for my copper and silver currency
this the line am trying to replace
new LootPackEntry(true, Gold, 100.00, "2d10+20")
with this line
new LootPackEntry(true, Copper, 100.00, "2d10+20")
but I get a error saying copper isn't a type
this the line am trying to replace
new LootPackEntry(true, Gold, 100.00, "2d10+20")
with this line
new LootPackEntry(true, Copper, 100.00, "2d10+20")
but I get a error saying copper isn't a type