TripleSixes Posted August 5, 2012 Share Posted August 5, 2012 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:LItemGemsLootGoldChangeLItemSoulGemEmptySpecialLItemLootMineralProcessed This chest would spit out 1 item from each list, totaling 4 items.ChippedRuby25 Gold CoinsLessarSoulGemIngotIron My goal is to have a randomized item selection, as well as a randomized amount of items per chest.Example:LItemGemsLootGoldChangeLItemSoulGemEmptySpecialLItemLootMineralProcessed 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:ChippedRubyIngotIron If opened at location B:LessarSoulGem25 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 More sharing options...
tetradite Posted August 5, 2012 Share Posted August 5, 2012 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:LItemGemsLootGoldChangeLItemSoulGemEmptySpecialLItemLootMineralProcessed This chest would spit out 1 item from each list, totaling 4 items.ChippedRuby25 Gold CoinsLessarSoulGemIngotIron My goal is to have a randomized item selection, as well as a randomized amount of items per chest.Example:LItemGemsLootGoldChangeLItemSoulGemEmptySpecialLItemLootMineralProcessed 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:ChippedRubyIngotIron If opened at location B:LessarSoulGem25 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 More sharing options...
TripleSixes Posted August 5, 2012 Author Share Posted August 5, 2012 Make your own levelled list that contains all the items you want it to select from?Interesting idea, I'll go test this Link to comment Share on other sites More sharing options...
TripleSixes Posted August 5, 2012 Author Share Posted August 5, 2012 @ Tetradite YouAreBrilliant :psyduck: Link to comment Share on other sites More sharing options...
tetradite Posted August 5, 2012 Share Posted August 5, 2012 @ Tetradite YouAreBrilliant :psyduck: Not bad for a guess then! Link to comment Share on other sites More sharing options...
Recommended Posts