yeah I recently found out theres some sort of memory leak or something, this guy came on and did something that made my emulator use 2.3gb RAM, emulator said there was like 100+ users online and the hotel was lagging to shit, I have no idea what he did
anyone else experienced this or
gonna sound like a noob but can someone explain how this works in a bit of detail so I can understand it more
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
anyone got a way to fix a little rare glitch that when the user disconnects its not setting their online status to 0?
is there anyway to make this coloured like the Console.Writeline?
log.Info("messagehere");
https://devbest.com/threads/little-badge-script.78675/
@Sledmore for the commands list, for each register section of commands is there anyway to add some text before it shows those certain commands, so you can kind of split them into more readable sections?
@Sledmore how would I go about changing this so it would use a specific bubble instead of the users last used bubble
Room.SendMessage(new ShoutComposer(Me.VirtualId, "Welcome to HabSlick " + Other.GetClient().GetHabbo().Username + ", I hope you enjoy your stay :)", 0, Me.LastBubble));
All Credits for this go to @Damien
I have gotten permission from him to post this
For a better more secure Authenticate you can leave the contents in "SSOTicketEvent.cs" as they are (the check for the empty string wont be needed, but you can keep it if you choose to).
In UserDataFactory.cs...
If you wanna simplify it a tiny bit you can do this
$gifkill=str_replace('.gif', '', $value);
$gif2kill=str_replace('.GIF', '', $gifkill);
to this
$gif2kill = str_replace(['.gif', '.GIF'], '', $value);
I posted this on the PlusEMU Support thread also because I was asking for help but I managed to figure it out a bit so this may help some of you
I was reading up on some stuff and managed to come together with this after compiling together some examples I found
This will auto give you the...
is there an easier way to update the badge definitions table with the badges?
was reading up on some stuff and managed to come together with this after compiling together some examples I found
This will auto give you the queries so you can just truncate your badge_definitions table and run this...
I completely forgot how to do it but how would I go about implementing a thing into the register where if the name they decided contains something like MOD- etc it would tell them they can't use that?
I know r63 had these enables but due to the structure of how enables are changing and now each enable has its own SWF file, does anyone have or would be able to recreate the brb and afk enables?
Name of Service (eg. Logo): Logo and FindRetros Banner (GIF if possible)
Hotel name: HabSlick
Theme: Anything, creativity is key
Colour scheme: Red, blue & whatever colours you think will suit it best
Text: R63B - Friendly Community - Minimal Lag - Hiring Staff - Daily Events - Join Today...
How wold I go about implementing something like this so I can list off the commands into sections easier to see instead of one command being one after the other?
private void RegisterUser()
{
StringBuilder List = new StringBuilder()...
@Sledmore how would I go about implementing MUS commands for housekeeping actions such as reloading badges and bans etc?
I tried this as a test to see if MUS would work but it didn't seem to do anything
<?php
if(isset($_POST['disconnect']))
{
function MUS($command, $data = '')...