[DiscordArchive] But you did some improvement suggestions for Keira, why don't you use it?
[DiscordArchive] But you did some improvement suggestions for Keira, why don't you use it?
Archived author: Jinnai • Posted: 2021-01-29T00:52:36.943000+00:00
Original source
But you did some improvement suggestions for Keira, why don't you use it?
Archived author: Jinnai • Posted: 2021-01-29T00:52:50.604000+00:00
Original source
I currently only use it for sai Btw
Archived author: Kitzunu • Posted: 2021-01-29T00:53:14.490000+00:00
Original source
Well sure, the rare cases I touch SAI I actually use it
Archived author: Alexis • Posted: 2021-01-29T00:53:38.767000+00:00
Original source
ye the table is definetly wrong all 16 items are on the same table - where trinkets should be in a separate one with 100% drop rate
Archived author: Kitzunu • Posted: 2021-01-29T00:53:52.968000+00:00
Original source
But yea, I do some work on it.
Currently working on implementing c_t_resistance/spell too lol
Archived author: Kitzunu • Posted: 2021-01-29T00:54:25.735000+00:00
Original source
<@489813875198525451> i suggest you read the wiki as well, to understand how core calculates loot
Archived author: Jinnai • Posted: 2021-01-29T00:55:59.268000+00:00
Original source
It also helps with stupid bitmask calculations, I hate that stuff, always make mistakes with editing them by hand
Archived author: Alexis • Posted: 2021-01-29T00:56:50.686000+00:00
Original source
this is not calculation problem but a programming problem mate - somebody who was writing this data didnt know that trinkets should be in a separate table ? cuz they have 100% drop - so when you kill halion 25 normal or HC it is always 1x trinket and x2 random items .... here it's all in a single pile so my guess is you could even see 2 or 3 trinkets drop if real lucky or 0 ... which is completly wrong
Archived author: Kitzunu • Posted: 2021-01-29T00:56:54.875000+00:00
Original source
<@328917335392124930> thats why I do c=c|bit1|bit2 when I work x)
But I'd like to improve Keira to work with TC. Just so much work q.q
Archived author: Kitzunu • Posted: 2021-01-29T00:57:40.337000+00:00
Original source
<@489813875198525451> i just mean so you understand later how it is done, in groups. Because trust me, that table is a nightmare 