mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-01-13 09:17:21 +00:00
Add random stack increments
This commit is contained in:
@@ -150,6 +150,21 @@ private:
|
||||
uint32 RandomStackRatioKey;
|
||||
uint32 RandomStackRatioMisc;
|
||||
uint32 RandomStackRatioGlyph;
|
||||
uint32 RandomStackIncrementConsumable;
|
||||
uint32 RandomStackIncrementContainer;
|
||||
uint32 RandomStackIncrementWeapon;
|
||||
uint32 RandomStackIncrementGem;
|
||||
uint32 RandomStackIncrementArmor;
|
||||
uint32 RandomStackIncrementReagent;
|
||||
uint32 RandomStackIncrementProjectile;
|
||||
uint32 RandomStackIncrementTradeGood;
|
||||
uint32 RandomStackIncrementGeneric;
|
||||
uint32 RandomStackIncrementRecipe;
|
||||
uint32 RandomStackIncrementQuiver;
|
||||
uint32 RandomStackIncrementQuest;
|
||||
uint32 RandomStackIncrementKey;
|
||||
uint32 RandomStackIncrementMisc;
|
||||
uint32 RandomStackIncrementGlyph;
|
||||
std::vector<uint32> ItemCandidateClassWeightedProportionList;
|
||||
std::map<uint32, std::vector<uint32>> ItemCandidatesByItemClass;
|
||||
uint32 ListProportionConsumable;
|
||||
|
||||
Reference in New Issue
Block a user