Helios - Experience the 2013 era! [C#, R63, Entity Framework]

Some updates:
  • ...
  • Fixed the roller task having... weird behaviour.
Before:

Q2aN0dD.gif


After:

VNW8sQF.gif
I remember debugging that issue in my uberEmu fork (the one with Wichard) too, the way I think I solved it was not sending a room status update to the user when it was interacting with rollers, instead having the slide object bundle include the user.
 
Last edited:
I remember debugging that issue in my uberEmu fork (the one with Wichard) too, the way I think I solved it was not sending a room status update to the user when it was interacting with rollers, instead having the slide object bundle include the user.

Oh the issue was that the collections for current rolling items was being shared between roller ticks (it was a field on the class inside of inside the OnTick() method) which caused this weird behaviour. 😅
 
Last edited:
Back
Top