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:
Any news on this bad boy?

Currently working on group furniture.

I didn't like how I handled 'extra data' of items and processing/loading/validating it so I have been working on completely recoding that part of the system. It was required because things started to get complicated with the introduction of group furniture.

Previously I was storing 'extra data' of furniture as a variable in two places, and that would quickly become confusing when looking at which one gets saved to the database, for example.
 
Honestly I'm not really happy with this version, like I'm tempted to downgrade to release 48 or something instead (or like, the Phoenix release 63 revision). I don't like the UI, everything is a mess.

Opinions?
 
Honestly I'm not really happy with this version, like I'm tempted to downgrade to release 48 or something instead (or like, the Phoenix release 63 revision). I don't like the UI, everything is a mess.

Opinions?
r48 is around the homepage refresh still with VIP, Marketplace, updated clothes, the in client news, etc right?

Honestly go for it, although sad to see the 2013 version of the game still not exist in this era.
 
r48 is around the homepage refresh still with VIP, Marketplace, updated clothes, the in client news, etc right?

Honestly go for it, although sad to see the 2013 version of the game still not exist in this era.

VIP was added in release 49, oops, that's what I meant to say, not 48!

Source: https://habboxwiki.com/Hotel_Versions_(V41-V50)

I can do like what Origins does and slowly work my way up to that 2013 version? There's just a lot on my plate right now and I think it'd be best if I went slow and steady.

And also, there's no good r49 server either, so you get the double whammy of having a good r49 server and then eventually in future a good r63 2013 server - which I will make forward compatible. :D
 
VIP was added in release 49, oops, that's what I meant to say, not 48!

Source: https://habboxwiki.com/Hotel_Versions_(V41-V50)

I can do like what Origins does and slowly work my way up to that 2013 version? There's just a lot on my plate right now and I think it'd be best if I went slow and steady.

And also, there's no good r49 server either, so you get the double whammy of having a good r49 server and then eventually in future a good r63 2013 server - which I will make forward compatible. :D
Love the idea, it would be refreshing to see all of the in between versions working and fully implemented. r49 seems like a decent jump in features from r39. Plus the fact that it retains HabboID which you've already pretty much built out for Helios and the homepage as well.

If you need help finding screenshots, feel free to reach out. Love scavenger hunts and reverse searching.
 
Back
Top