Results: 6Comments by: cheshire1981
File: Thief Tools06/15/20
Hi NTak, for clarification purp...
Posted By: cheshire1981
Hi NTak, for clarification purposes, I never intended to use any part of your UI but only to look at your code to figure out how the function GetSecondsUntilBountyDecaysToZero() could be used in the UI Thief Tools already has. Since GetSecondsUntilBountyDecaysToZero() is apparently a function implemented by Zenimax I would never...
File: Thief Tools05/14/20
What I ended up realising is that t...
Posted By: cheshire1981
What I ended up realising is that the number is way off and there's nothing I can do about it :( And in case it matters, I'm CP220 or something.. and my Swiftly Forgotten is on 3/4. Legerdemain also not maxed out. I am quite confused as to how much off the numbers really are and to figure out where it went wrong since I am...
File: Thief Tools04/23/20
hmmm suggestion: how about we use...
Posted By: cheshire1981
hmmm suggestion: how about we use my solution as "optional files" for those who would prefer the better estimate and leave your addon as is for those who prefer the (very slightly) lower cpu usage? This might be a good point to branch this with both branches under your control or we could simply add an options in your config m...
File: Thief Tools04/22/20
Re: Re: Re: Re: Re: Re: Bounty Reset Clock
Posted By: cheshire1981
I now changed the code of your ThiefTools.lua beginning in line 1058 from this: local _,_,earnedRank,_,_,_,_,progressionIndex = GetSkillAbilityInfo(5, 5, 2) local perk = (progressionIndex * 23 + 23) local estimate = ((TT.bounty) * 180.0/perk) - (now - TT.bounty_start) to this: local _,_,earnedRank,_,_,_,_,progressi...
File: Thief Tools04/22/20
Re: Re: Re: Re: Bounty Reset Clock
Posted By: cheshire1981
I would appreciate the help if you can come up with an equation that can work for lower level characters more accurately as well as maxed characters. :) It should be based on rank of swiftly forgotten and the character level, but it currently assumes character level of CP160 (because I don't have decay numbers for lower levels) an...
File: Thief Tools04/21/20
Re: Re: Bounty Reset Clock
Posted By: cheshire1981
The bounty reset clock is an estimate based on skill, skill points into particular skills and so on, because Zenimax does not actually provide access to real data. The estimates are known to be more accurate the higher level of a Thief you are with maxed Legerdemaine skills. For lower levels, the estimate is less accurate. could y...