Treasure resets
LordTempest
Has anyone worked this out yet? They don't seem to reset at all for me (been waiting 3 months on one character).
Spazzer
They don't reset automatically. There was one reset (Januray update--I think it was the 19th). It was stated that they were intended to update every once in a while, but it's looking like that has to be done in an actual patch.
Clone
I've started keeping a list of when a character had last successfully opened each chest. On a few characters, it was a month exactly and I could open again. But, I too have another character that has gone way beyond that timeframe. I wish Anet would explain what the reset on these is supposed to be, as it doesn't seem consistent across all my characters.
RSGashapon
I really wish they'd just reset every 30 days. For one, I'd think it would cut down on coding, a simple timer over a table defining which character has opened which chest on what time.
(hastily done and inaccurate-but-hopefully-still-gets-the-point-across example to follow)
Chara1.time-remaining=27days
Chara2.time-remaining=12days
Chara3.time-remaining=17days
etc.
instead of:
Chara01.Chest01.time-opened=03days.ago<time.played=Xhours=reset.in.21days
Chara01.Chest02.time-opened=04days.ago<time.played=Xhours=reset.in.20days
Chara01.Chest03.time-opened=04days.ago<time.played=Xhours=reset.in.20days
...
Chara08.Chest20.time-opened=14days.ago<time.played=Xhours=reset.in.52days
Am I making any sense with this?
(hastily done and inaccurate-but-hopefully-still-gets-the-point-across example to follow)
Chara1.time-remaining=27days
Chara2.time-remaining=12days
Chara3.time-remaining=17days
etc.
instead of:
Chara01.Chest01.time-opened=03days.ago<time.played=Xhours=reset.in.21days
Chara01.Chest02.time-opened=04days.ago<time.played=Xhours=reset.in.20days
Chara01.Chest03.time-opened=04days.ago<time.played=Xhours=reset.in.20days
...
Chara08.Chest20.time-opened=14days.ago<time.played=Xhours=reset.in.52days
Am I making any sense with this?