PlusEMU - Help Thread

Page 12 of 15 FirstFirst ... 2456789101112131415 LastLast
Results 166 to 180 of 211
  1. #166
    Novice x3p is offline
    MemberRank
    Jul 2017 Join Date
    2Posts

    Re: PlusEMU - Help Thread

    PlusEMU R2 // Build 3.4.3.0
    Hello. My name is Ivan. I am a Russian retard.And I have a problem to my room, name and description.

    Okay, I'll describe my problem.
    1. I create a new room.
    2. Give it a name and description.
    Title: Новая локация (New location)
    Description: Хорошая локация (Good location)
    3. In the database, the title and description displayed here.

    4.But in the game here.If you reconnect in the client, I see that...

    How to fix the problem?

    Database Encoding = UTF8
    Game Client Encoding = Don't know
    I understand a little engine, but with this problem I can not understand for quite some time.
    Saw another retro hotel and everything was great.
    Last edited by x3p; 10-07-17 at 04:26 PM.

  2. #167
    Member XxMurphyxX is offline
    MemberRank
    Jun 2012 Join Date
    71Posts

    Re: PlusEMU - Help Thread

    Hello people, long time without posting

    Imma release some small fixes and I want some suggestions on the codes if necessary...

    Timers reset on 30 seconds with the wireds

    HabboHotel/Items/Interactor/InteractorFreezeTimer.cs
    HabboHotel/Items/Interactor/InteractorBanzaiTimer.cs


    Delete this line:
    Code:
                Item.pendingReset = true;
                Item.UpdateNeeded = true;
                Item.ExtraData = "30";
                Item.UpdateState();
    Wireds Game Starts/Ends doesn't accept conditions

    HabboHotel/Items/Wired/Boxes/Triggers/GameEndsBox.cs
    HabboHotel/Items/Wired/Boxes/Triggers/GameStartsBox.cs


    Add these lines:

    Code:
                
           foreach (IWiredItem Condition in Conditions)
                {
                    if (!Condition.Execute(Condition.Item))
                        return false;
    
                    Instance.GetWired().OnEvent(Condition.Item);
                }
    Doors don't open on high heights

    HabboHotel/Items/Interactor/InteractorGate.cs

    Delete or comment these lines:
    Code:
    if (newMode == 0 && !item.GetRoom().GetGameMap().itemCanBePlacedHere(item.GetX, item.GetY))
                    return;
    HabboHotel/Rooms/GameMap.cs

    Replace this line:

    Code:
    else if (Item.GetZ <= (Model.SqFloorHeight[Item.GetX, Item.GetY] + 0.1) && Item.GetBaseItem().InteractionType == InteractionType.GATE && Item.ExtraData == "1")
    With:

    Code:
    else if (Item.GetBaseItem().InteractionType == InteractionType.GATE && Item.ExtraData == "1")
    Excuse my English, I have many more fixes for Plus I may release them

  3. #168
    Evil Italian Overlowrd Droppy is offline
    [Internal Coder]Rank
    Feb 2012 Join Date
    /home/droppyLocation
    2,047Posts

    Re: PlusEMU - Help Thread

    Quote Originally Posted by x3p View Post
    PlusEMU R2 // Build 3.4.3.0
    Hello. My name is Ivan. I am a Russian retard.And I have a problem to my room, name and description.

    Okay, I'll describe my problem.
    1. I create a new room.
    2. Give it a name and description.
    Title: Новая локация (New location)
    Description: Хорошая локация (Good location)



    3. In the database, the title and description displayed here.


    4.But in the game here.If you reconnect in the client, I see that...



    How to fix the problem?

    Database Encoding = UTF8
    Game Client Encoding = Don't know
    I understand a little engine, but with this problem I can not understand for quite some time.
    Saw another retro hotel and everything was great.
    Looks like db encoding.

    https://stackoverflow.com/questions/...ation-to-utf-8

  4. #169
    Apprentice Obeh is offline
    MemberRank
    Aug 2015 Join Date
    Cyberjaya, MalaLocation
    10Posts

    Re: PlusEMU - Help Thread

    Hi guys,

    I have a problem with PlusEmu Habboon edit | PRODUCTION-201701242205-837386173.
    If you're experienced with Navicat, would you mind sending me a tutorial on how to properly add customs to the database? Because until now, the customs I try to import to the db just won't load on the client.

    Thanks

  5. #170
    You looking at me? Zoxq is offline
    MemberRank
    Dec 2015 Join Date
    336Posts

    Re: PlusEMU - Help Thread

    Quote Originally Posted by Obeh View Post
    Hi guys,

    I have a problem with PlusEmu Habboon edit | PRODUCTION-201701242205-837386173.
    If you're experienced with Navicat, would you mind sending me a tutorial on how to properly add customs to the database? Because until now, the customs I try to import to the db just won't load on the client.

    Thanks
    That's not a database error, if it was the client would have crashed.
    Did you add the furniture to your furnidata file? If not it will only show a black box.

  6. #171
    Apprentice Obeh is offline
    MemberRank
    Aug 2015 Join Date
    Cyberjaya, MalaLocation
    10Posts

    Re: PlusEMU - Help Thread

    Quote Originally Posted by Zoxq View Post
    That's not a database error, if it was the client would have crashed.
    Did you add the furniture to your furnidata file? If not it will only show a black box.
    I can't seem to find the code for the furnidata file.

  7. #172
    Novice AlpheusNL is offline
    MemberRank
    Jul 2017 Join Date
    1Posts

    Re: PlusEMU - Help Thread

    I don't understand how room bundles works and how I get them working. If you can fix it for me I will give you a reward. If you can fix it for me add me on skype: alpheusnl

  8. #173
    You looking at me? Zoxq is offline
    MemberRank
    Dec 2015 Join Date
    336Posts

    Re: PlusEMU - Help Thread

    Quote Originally Posted by Obeh View Post
    I can't seem to find the code for the furnidata file.
    You can just do it yourself, just look at whats already there and adjust it for your furniture.
    If you downloaded it from Retroripper, there should be a tab on the right side from the download button which has all the furnidata information.

  9. #174
    Apprentice Argutus is offline
    MemberRank
    Nov 2016 Join Date
    7Posts

    Re: PlusEMU - Help Thread

    Hi, i have a little problem.

    If i click in the catalogue on a furni, i get disconnected. The emulator does not show any errors.

    <strong>https://i.gyazo.com/1c5e91c716412cf0...d6aaa7e558.mp4
    This is how it looks in F12 Mode.
    I also tried to click on pets or clothes. But that works fine.
    https://i.gyazo.com/75471171bf837398...d8464eeac9.mp4
    When i have furniture in my Inventory, it also disconnects me, as soon as i open the invetory.
    I would really appreciate it, if you could help me!

    EDIT:

    After a view minutes, the emulator showed this error:


    Last edited by Argutus; 05-08-17 at 10:55 PM. Reason: saw error

  10. #175
    Member XxMurphyxX is offline
    MemberRank
    Jun 2012 Join Date
    71Posts

    Re: PlusEMU - Help Thread

    Anyone who has edited their pathfinder? PM please

  11. #176
    Valued Member Blasteh is offline
    MemberRank
    Apr 2013 Join Date
    127Posts

    Re: PlusEMU - Help Thread

    Anyone have PRODUCTION-201703130805-686336590 SWF?

  12. #177
    Apprentice AliTheSenpai is offline
    MemberRank
    Feb 2017 Join Date
    7Posts

    Re: PlusEMU - Help Thread


  13. #178
    Proficient Member Iluminatos is offline
    MemberRank
    Mar 2017 Join Date
    163Posts

    Re: PlusEMU - Help Thread

    Do i have the latest version of PlusEMU? (Build 3.4.3.0)

  14. #179
    Apprentice Triplecated is offline
    MemberRank
    Oct 2013 Join Date
    5Posts

    Re: PlusEMU - Help Thread



    Users have complained that they did not receive their badges from badge shop as well as not having ALL their badges after reloading hotel.


    Any idea how to solve this?

  15. #180

    Re: PlusEMU - Help Thread

    I need help...

    Last year at some point I got this working with hamachi but I don't want to use hamachi this time only local host...

    So I followed the basic tutorial which hasn't changed at all from the last retro I did, Put IP and URL as 127.0.0.1, I also removed a line from the original SQL since it was a duplicate line, fixed the tokenkey error as well.. It's all good at making accounts and viewing every pages, on localhost or by putting my IP/domain.

    But just like many other people, I get a black screen when I try to load the hotel, I inspected the page source making sure the proper file is trying to load which it is but the page is just blank...

    I have experience with Xampp and hosting forums and such so the online part isn't hard but I just don't know what to do since this is an emulator problem. The emulator runs perfectly, no error messages, The only help I can find about this issue is to make sure that everything is set up to proper url which it is.

    If you want to check the files and video its going to be provided below, I did everything in this video so my files are exactly the same as this. Just my DB has a line changed and added a fix for the token.

    Tutorial:



    UPDATE: Fixed Black Screen by manually enabling flash on my domain!
    Last edited by iGingerWaltonSt; 06-10-17 at 12:16 AM.



Advertisement