In my opinion, I believe DevBest should launch a Habbo Retro server. This would be positive on the fundamental side and the community side.
Now, they are some negative things of launching a retro server. But the positive is what our minds should be set on.
What do you think?
Today I will be introducing a Habbo private server that will change the experience of every retro player in the retro industry. This private server will be known as 'Fuse Hotel'. For the people who do not know what a Habbo Retro is, it's a free version of the original Habbo(.com) with more...
What are your thoughts on the latest released Madden game? "Madden 25" is the brand new Madden video game that has everyone running to the shelfs, again what do you think?
Reply or vote!
In my opinion at least, I believe the BlogDrop theme is more recognized as a Gaming/Technology theme more than the Place theme which looks more like a professional/business forum. My favorite feature of the BlogDrop theme is the the navigation top bar stays put as you scroll so there's no need...
Well, I was on a cruise and I return on DevBest just reading this dumb-ass' reply over and over (as it really was confusing and random). But here is my reply, you say I should admit that I can't develop? Well, I would if I really did not know how to develop. Anyhow, you say my scripts are...
Things that make a retro successful are the simple things (most others have said):
- A unique content management system (CMS) that has custom styles, and shops (badge shop, rare shop, points shop, group page shop, promote your group, and others).
- An economy that is friendly to new-comers...
This isn't really something to get worried about. Sometime soon Sulake may figure out a solution to stop retro from being made but many hosting company's are personal businesses and can prevent Sulake from getting into contact with them. It is not you Sulake is threatening, it is your hosting...
I think Rasta, along with the DevBest staff team should consider bringing back the shoutbox. The shoutbox was an easier and quicker way for members to communicate and meet new people. Also, the shoutbox would help promote someones thread the moment they post it. Which gave the forum a real...
Hello, DevBest. I have been away from the Habbo retro scene for about 3 months now, and I am behind on the new features, new retros, and new developers around the community. I am currently developing a project known as 'Project PuriLite'. Which is a R63B Flash emulator that'll be open-source and...
All beta testers will be required to send an application to give us a seek in what values they offer (for example, if a beta tester finds a bug, which is less-likely to happen, they will know how fix the problem). Which means beta testers must have habbo development, or coding experience.
I've finally completed the original database for PuriLite Emulator, "PuriDB". The emulator will still be compatiable with multiple databases but it is manually coded from scratch (with a little help from SQL coding master Am3n).
The plugin system (including other backend files) are completed...
namespace PuriLite.Core
{
using PuriLite;
using PuriLite.Net;
using ConnectionManager;
using System;
using System.Collections;
public class ConnectionHandeling
{
private Hashtable liveConnections = new Hashtable();
private SocketManager manager = new SocketManager();
public...
Part codes of the plugin ...
Link PuriAPI
Link PuriNet
Link PuriAPI
On Event LOAD {
Plugin = New[PuriAPI.Plugins]
Plugin.Name = "PuriLite"
}
On Event SOCKETRECIEVE[MUS, "beta"] {
Echo = New String
y = New Integer
FOREACH (i in Puri.ConnectedUsers) {
if (y < PuriEnv.ConnectedUsers.NumberOf)...