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:

Aizzy

New Member
Dec 20, 2016
28
21
This is a mistake that I'm pretty sure has 98% of the users who use the most is crazy
GIF:
 

Brad

Well-Known Member
Jun 5, 2012
2,319
992
This is a mistake that I'm pretty sure has 98% of the users who use the most is crazy
GIF:
This has already been fixed.

goto RoomItemHandling.cs And look for
Code:
 this._room.SendMessage(new ObjectRemoveComposer(Item, Item.UserID));
and below it add
Code:
                    this._rollers.Clear();
credits to @Bjork
 

Aizzy

New Member
Dec 20, 2016
28
21
This has already been fixed.

goto RoomItemHandling.cs And look for
Code:
 this._room.SendMessage(new ObjectRemoveComposer(Item, Item.UserID));
and below it add
Code:
                    this._rollers.Clear();
credits to @Bjork
Thanks worked correctly for me, I have another very strange bug I will leave as pictures below to identify better.

The first image correctly represents how it should work
The second one is the same as the green one, but it does not work properly, which ends up causing a conflict of interactions
I tested separately and the error is the wired Condition: User is in Furni

Image 1:
Image 2:

Another bug that some people have corrected, even here the is boxed, when the user gives 2 clicks it should move but it does not move anywhere
 

MasterJiq

Member
Jul 8, 2016
385
23
Does anyone know how to fix this, no "Use" on moodlights and I can paste moodlight like more than 1.
SmwuK8c.png

 
Also I am on PRODUCTION-201607262204-86871104 and do someone find the packet id:
Code:
public const int CameraPhotoPreviewComposer = 2521;
2521 isn't correct for me.
 

Blasteh

Lord Farquaad
Apr 3, 2013
1,151
513
Does anyone know how to fix this, no "Use" on moodlights and I can paste moodlight like more than 1.
SmwuK8c.png

 
Also I am on PRODUCTION-201607262204-86871104 and do someone find the packet id:
Code:
public const int CameraPhotoPreviewComposer = 2521;
2521 isn't correct for me.
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.
 

Layz

New Member
Feb 8, 2017
6
1
Hey,

I need to put your database and edit catalog ? Or i can edit my database for catalog work
 

Sledmore

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

I need to put your database and edit catalog ? Or i can edit my database for catalog work

You can get yours to work.

The best thing to do, would be to make a new section called 'Furni' and then get the ID of that new category & run this.

PHP:
UPDATE `catalog_pages` SET `parent_id` = 'NEW PAGE_ID' WHERE `parent_id` = '-1';

You then need to add a 'page_link' to each of the main tabs, so in the 'Furni' page you just made give it a 'page_link' of 'furni'.
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
Wich one? I put -1 in parent_id where i want show it here ?

Sorry, don't fully understand.

If a category has -1, it'll display in the top bar. But you need to also add something to the 'page_link' column for that page so it is clickable - this can be anything! So for clothing, you could just put 'clothing', same for staff.

Everything else should work as normal.
 

Layz

New Member
Feb 8, 2017
6
1
Dont be sorry, my english = very basic low...

I understand what you saying, thanks i will try and post here!
 
Ok, i understand how to edit top tab. I do like you say for "Clothing"

Work well but crash me when i click
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
Dont be sorry, my english = very basic low...

I understand what you saying, thanks i will try and post here!
 
Ok, i understand how to edit top tab. I do like you say for "Clothing"

Work well but crash me when i click

Did you update your external variables? You will need to if this is the first time going to the new catalog.
 

Layz

New Member
Feb 8, 2017
6
1
I just change it now it crash at 100% on hotel view...

mb didnt see habbo.com at the end x)

Still same external good configuration...

 
Last edited:

yoyok

Member
Apr 24, 2013
197
24
This version have the same issue like i mentioned before. (3 weeks ago?) When you trade first time, the second user can't see the icon furniture.
Look here on what i mean:

It is a very annoying bug. (I've set everything right, external_variables etc. test it yourself if you want to know)
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
Just a heads up, made a little booboo, make sure you apply this or re-download the release.

My bad!

 

Zaka

Programmer
Feb 9, 2012
471
121
Guys, please before posting asking for help regarding certain bugs, check the release thread and see if some of those bugs have been patched in a recent update or something. This will make it easier for everyone to see what's relevant and not. Thank you!
 
Status
Not open for further replies.

Users who are viewing this thread

Top