Jump to content

MetsaroMagi

Initiates
  • Posts

    4
  • Joined

  • Last visited

Everything posted by MetsaroMagi

  1. To anyone interested, loot tables ARE different in Epic Game Store v1.1.3.0007. I created 2 differently named characters and with BOTH characters I was able to get Gloves of Manipulation on Day 17 Now on to getting Boots of Speed from at character level 3! I am doing a solo wizard run on PotD, so I find these items (Gloves of Manipulation, Gloves of Accuracy, and Boots of Speed) to be core items for my run.
  2. @Boeroer, thanks for clarifying. My interpretation of the seed generation was that the seed was used to generate the so-called "offset" that occurs when one character's name is different from another. i.e. when on day 4, character A sees Gloves of Manipulation, but on the same day 4, character B sees Boots of Stealth. One would then use the common loot table and calculate the offset to determine what day character B would see the same drop. What you are saying is that this is not true. Instead the entire loot table is generated from the seed, so unless everyone's character is named Steve, they would not see the same loot table. If the seed determines loot tables and not the offset, what determines the offset observed when 2 characters just so happen to have the same loot table?
  3. @baldurs_gate_2, I have been basing my reloads on day of month, not days played, and taking "offsets" into account. Trying again, this time I received Boots of Stealth from the chest beside the bed. Boots of Stealth (just like my data point for getting a Rotward Amulet) are not even listed on the table (https://pillarsofeternity.gamepedia.com/Random_loot) for this chest! I am going to create a new character with a different name and see if I get different results. I still suspect changes for Epic Game Store v1.1.3.0007 to how random loot is generated despite: Okay, I wanted to share that I found another updated loot table for 3.0, but even with this I am not finding the Gloves of Manipulation in either chest:
  4. First off, I apologize for necroing this thread, but I do not know where else to post this. I am currently playing Pillars of Eternity Definitive Edition (Epic Game Store v1.1.3.0007) with both White March Parts 1 and 2 installed. I am trying to get Gloves of Manipulation through either the (1) Raedric Keep - Main Floor - Chest on Desk or the (2) Raedric Keep - Main Floor - Chest Beside Bed chests. My character is currently level 3 and named "MetsaroMagi". I've used the rest with Nedmar option to advance days. I've done over 20+ days of reloading and have also concluded what grausch has said. Additionally, I've seen the Rotward Amulet appear in the desk chest. This item is not even listed on the LootDays spreadsheet (https://www.dropbox.com/s/ik2rdyvk5q48hrw/LootsDays.xlsx?dl=0), so I suspect this document may be out of date for my game version. private void SetSeed() { float single = base.transform.position.x; Vector3 vector3 = base.transform.position; Random.seed = (int)(single + vector3.z) * GameState.s_playerCharacter.name.GetHashCode() + WorldTime.Instance.CurrentDay; } Either the code posted above for 3.0.3+wm1+2 may be different from my game version Epic Game Store v1.1.3.0007 to take character level into consideration when trying to determine loot drops, or my character name hash equivalent for "MetsaroMagi" is causing the random seed to NEVER drop these gloves. Please help!
×
×
  • Create New...