[FIX] - Profile offline (PLUSEMU)

Pollak

Active Member
Oct 12, 2017
161
51
Hi! Idk if u have this fix but if u don't have and u want just follow the tutorial.

1- Search the file ProfileInformationComposer.cs
Search
: WriteBoolean((PlusEnvironment.GetGame().GetClientManager().GetClientByUserId(habbo.Id)) != null);
Replace: WriteBoolean(PlusEnvironment.GetGame().GetClientManager().GetClientByUserID(habbo.Id) != null && !Data.AppearOffline ? true : false);
Search: WriteInteger(Convert.ToInt32(PlusEnvironment.GetUnixTimestamp() - habbo.LastOnline)); // Last online
Replace: WriteInteger(habbo.AppearOffline ? -1 : Convert.ToInt32(PlusEnvironment.GetUnixTimestamp() - habbo.LastOnline)); // Last online

Prints if u dont understand:
You must be registered for see images attach

Then debug ur project! I dont explain how u can add the variable AppearOffline (because in Plus i think u have it).
You must be registered for see images attach

Thats all if u have questions just comment ;)
 

Users who are viewing this thread

Top