PlusEMU Help & Support

Status
Not open for further replies.

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
Hi,

Feel free to post your PlusEMU issues here, and myself or a member of the community may try to help you out.

Issues that are posted at this are given the most attention, by me at-least.

 
Last edited:

MasterJiq

Member
Jul 8, 2016
385
23
This could be because of MySQL strict mode, don't quote me on that. Turn off your emulator and run this query:
Code:
SET@@global.sql_mode='';
Use a packet updater to find it. On further research, that packet ID is correct.
Thanks.
 
Hello, do someone know how to make staff avatar who make :eventalert show in the alert ? Tried a lot from thread on devbest. Not working :(
 

yoyok

Member
Apr 24, 2013
197
24
Does not work with braincms: P
We can't help you to make your CMS work with this. Everyone almost use different CMS's, i advise you to change some query's, and check errors to make it work.

Thanks.
 
Hello, do someone know how to make staff avatar who make :eventalert show in the alert ? Tried a lot from thread on devbest. Not working :(
It's already released here on Devbest. Use the search function. Need help to add it on Visual studio? Just drop your Skype in PM, i'll help you.
 

Aizzy

New Member
Dec 20, 2016
28
21
Normally a user when he is absent the effect of inactive is applied on him to show that he is not there, but does not have a certain time that he can be absent or he can stay there for as long as he wants, which hinders others Users in games, events, and others who do not have control of the room owner or even a staff member, would greatly help if implemented a certain time that the user could be absent and he be expelled from the room or even disconnected
 

Paylee

Member
Feb 8, 2017
41
13
I have changed my navigator a little, and therefore I'd like to ask, if there is a way to increase the number of shown rooms in the category ''Most Popular Rooms'' to for example 25 rooms. Because right now, there can only be shown up to 12 rooms.
 

yoyok

Member
Apr 24, 2013
197
24
Normally a user when he is absent the effect of inactive is applied on him to show that he is not there, but does not have a certain time that he can be absent or he can stay there for as long as he wants, which hinders others Users in games, events, and others who do not have control of the room owner or even a staff member, would greatly help if implemented a certain time that the user could be absent and he be expelled from the room or even disconnected
Change IdleTime if you want a user get kicked out the room at the given time. Remember, the room owner will not be kicked out his own room for being afk.

I have changed my navigator a little, and therefore I'd like to ask, if there is a way to increase the number of shown rooms in the category ''Most Popular Rooms'' to for example 25 rooms. Because right now, there can only be shown up to 12 rooms.

Look at the Navigator open it with visual studio, you can change the default to increase it from 12 rooms to like + 25 rooms.
 

Paylee

Member
Feb 8, 2017
41
13
Look at the Navigator open it with visual studio, you can change the default to increase it from 12 rooms to like + 25 rooms.[/QUOTE]
I looked everywhere. Didn't found.
 

yoyok

Member
Apr 24, 2013
197
24
Look at the Navigator open it with visual studio, you can change the default to increase it from 12 rooms to like + 25 rooms.
I looked everywhere. Didn't found.

I'm going to help you to the right way.

Open NavigatorSearchResultSetComposer.cs.
Search for:
Code:
public NavigatorSearchResultSetComposer(string Category, string Data, ICollection<SearchResultList> SearchResultLists, GameClient Session, int GoBack = 1, int FetchLimit = 12)

Change it to:
Code:
public NavigatorSearchResultSetComposer(string Category, string Data, ICollection<SearchResultList> SearchResultLists, GameClient Session, int GoBack = 1, int FetchLimit = 25)
 

Paylee

Member
Feb 8, 2017
41
13
I'm going to help you to the right way.

Open NavigatorSearchResultSetComposer.cs.
Search for:
Code:
public NavigatorSearchResultSetComposer(string Category, string Data, ICollection<SearchResultList> SearchResultLists, GameClient Session, int GoBack = 1, int FetchLimit = 12)

Change it to:
Code:
public NavigatorSearchResultSetComposer(string Category, string Data, ICollection<SearchResultList> SearchResultLists, GameClient Session, int GoBack = 1, int FetchLimit = 25)
You're the man! Thanks a lot dude. Mind sending me a PM? Can't send PM due to I don't have 25 posts.
 

Paylee

Member
Feb 8, 2017
41
13
All right, thank you. Well I had a developer who did some stuff, that I don't have a clue of. However, this emulator error keeps coming 24/7, pretty annoying. Any chance you know how to fix?

Code:
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
   at System.Collections.Generic.List`1.get_Item(Int32 index)
   at Plus.HabboHotel.Rooms.RoomUserManager.OnCycle() in C:\Users\Administrator\Desktop\SabboEMU\HabboHotel\Rooms\RoomUserManager.cs:line 937
 

Meap

Don't need glasses if you C#
Nov 7, 2010
1,045
296
@Sledmore not sure if you finished the group badge parts or not, im guessing not because its calling for getgroupmanager but in your commit you deleted the groupmanager file but its trying to do like GetGroupManager().BadgeBases and whatnot but obviously it wont work because those names don't exist, just guessing you maybe missed something by accident or its not finished as of right now
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
@Sledmore not sure if you finished the group badge parts or not, im guessing not because its calling for getgroupmanager but in your commit you deleted the groupmanager file but its trying to do like GetGroupManager().BadgeBases and whatnot but obviously it wont work because those names don't exist, just guessing you maybe missed something by accident or its not finished as of right now

Hey,

You sure? Seems to be there for me?



(Keep in mind that this is the dev branch, group stuff should be good to copy, but be cautious with moderation stuff, should finish the moderation stuff tomorrow).
 

Meap

Don't need glasses if you C#
Nov 7, 2010
1,045
296
ah yeah, some reason it wasnt showing the new one , I don't plan on like rebulding the solution until you move it to the master commit anyway because that way I know you're happy with what you've coded @Sledmore
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
ah yeah, some reason it wasnt showing the new one , I don't plan on like rebulding the solution until you move it to the master commit anyway because that way I know you're happy with what you've coded @Sledmore

I was hoping to do this today, but a couple other things popped up. Should hopefully have that done tomorrow, will be re-coding trading too!

Badges should be good to copy, I think the next few changes will be mainly refactoring, and finding other potential weak areas/exploitable areas.
 

Meap

Don't need glasses if you C#
Nov 7, 2010
1,045
296
I was hoping to do this today, but a couple other things popped up. Should hopefully have that done tomorrow, will be re-coding trading too!

Badges should be good to copy, I think the next few changes will be mainly refactoring, and finding other potential weak areas/exploitable areas.
sounds good, I just add stuff from dev as you go along but dont actually use it all publicly until its committed into master
 
Status
Not open for further replies.

Users who are viewing this thread

Top