Jump to content

Randomized Chest Loot


TripleSixes

Recommended Posts

I wish to create a chest that changes loot so it is never the same. I know of the LootChest objects, which go off of LItem lists, and that is probably part of the solution...but the chest spits out the amount of Litem lists that there are.

Example:

LItemGems

LootGoldChange

LItemSoulGemEmptySpecial

LItemLootMineralProcessed

 

This chest would spit out 1 item from each list, totaling 4 items.

ChippedRuby

25 Gold Coins

LessarSoulGem

IngotIron

 

My goal is to have a randomized item selection, as well as a randomized amount of items per chest.

Example:

LItemGems

LootGoldChange

LItemSoulGemEmptySpecial

LItemLootMineralProcessed

 

This chest would randomly select one (or more) lists to spit an item(s) out, totaling the amount of items that it chose to spit items from.

If opened at location A:

ChippedRuby

IngotIron

 

If opened at location B:

LessarSoulGem

25 Gold Coins

 

Is this possible? Do I make sense? If a method to do this already exists, please tell me!!!

Link to comment
Share on other sites

I wish to create a chest that changes loot so it is never the same. I know of the LootChest objects, which go off of LItem lists, and that is probably part of the solution...but the chest spits out the amount of Litem lists that there are.

Example:

LItemGems

LootGoldChange

LItemSoulGemEmptySpecial

LItemLootMineralProcessed

 

This chest would spit out 1 item from each list, totaling 4 items.

ChippedRuby

25 Gold Coins

LessarSoulGem

IngotIron

 

My goal is to have a randomized item selection, as well as a randomized amount of items per chest.

Example:

LItemGems

LootGoldChange

LItemSoulGemEmptySpecial

LItemLootMineralProcessed

 

This chest would randomly select one (or more) lists to spit an item(s) out, totaling the amount of items that it chose to spit items from.

If opened at location A:

ChippedRuby

IngotIron

 

If opened at location B:

LessarSoulGem

25 Gold Coins

 

Is this possible? Do I make sense? If a method to do this already exists, please tell me!!!

 

Make your own levelled list that contains all the items you want it to select from?

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...