Plus Emulator Revision RB3.0 [Community Project]

Page 6 of 50 FirstFirst 123456789101112131416 ... LastLast
Results 76 to 90 of 740
  1. #76
    Enthusiast Komok is offline
    MemberRank
    Jun 2013 Join Date
    25Posts

    Re: New Structure - PlusR2 [Updated]

    Quote Originally Posted by MrPudding View Post
    Maybe you added Spotify's automic alert fix, if so then you are lacking something.

    Can you please give me your SupportTicket.cs?
    http://pastebin.com/sUSgzFuK
    Finn conectate a skype porfa...

  2. #77
    No need of reading this Rush Retros is offline
    MemberRank
    Dec 2013 Join Date
    DenmarkLocation
    365Posts

    Re: New Structure - PlusR2 [Updated]

    Quote Originally Posted by MrPudding View Post
    Maybe you added Spotify's automic alert fix, if so then you are lacking something.

    Can you please give me your SupportTicket.cs?
    The Profile fix doesnt work correctly when open profile it shows up ssecond after dc:D,
    and if u want & got time these bugs needs a fix
    Cant enter group home room = dc
    Cant see pets in cata / idk if we can place em
    Cant buy Habbo club = dc (after dc when enter client again the club days u just bought are added , but stil annoyng u gets dc by it)
    Last edited by Wreckless; 01-06-14 at 11:47 PM. Reason: THIS IS NOT THE HELP SECTION!

  3. #78
    Account Upgraded | Title Enabled! Jamal7 is offline
    MemberRank
    Dec 2013 Join Date
    547Posts

    Re: New Structure - PlusR2 [Updated]

    If you have bugs or something that needs to be fixed send me a PM and I update the main thread with a to-do list. This is much more convenient!

  4. #79
    Member Damien Jolly is offline
    MemberRank
    Apr 2014 Join Date
    89Posts

    Re: New Structure - PlusR2 [Updated]

    Fix for groups:

    In GroupManager.cs
    Search:
    Response.AppendBoolean(Group.AdminOnlyDeco == 0); // Any user can place furni in home room
    Under that add:
    Response.AppendBoolean(false); // Forums
    Note: You'll have to search twice as it comes up twice.

  5. #80
    Enthusiast Leonard Louis is offline
    MemberRank
    Oct 2012 Join Date
    32Posts

    Re: New Structure - PlusR2 [Updated]

    can anyone give me plus emu r2
    and any working swfs

  6. #81
    Only God Can Judge Me Jiozx is offline
    MemberRank
    Nov 2009 Join Date
    Weird WorldLocation
    253Posts

    Re: New Structure - PlusR2 [Updated]

    Quote Originally Posted by Leonard Louis View Post
    can anyone give me plus emu r2
    and any working swfs
    Search in the release section

  7. #82
    Member MichaeelS is offline
    MemberRank
    Jul 2012 Join Date
    95Posts

    Re: New Structure - PlusR2 [Updated]

    Quote Originally Posted by MrPudding View Post
    Fix for "Cannot see my user in room or room data":
    I already gave it to you:

    Replace:
    Code:
    internal static int SerializeWallItems = 0xFFFF;
    with:
    Code:
    internal static int SerializeWallItems = 395;
    and it's done!

    now...

    Fix for User Profile:

    Replace your UserProfile()
    with this one:
    http://pastebin.com/r9ys5CvC


    Fix for sending tickets:
    Replace SubmitHelpTicket() with this one:
    http://pastebin.com/N9UeirTv

    Replace the entire internal void SendNewTicket with this one:
    http://pastebin.com/SPRahLGk


    Now, in supportTicket.cs
    Find:
    Code:
    internal double Timestamp;
    add below:
    Code:
    internal List<string> ReportedChats;

    Now Find:
    Code:
    internal SupportTicket(uint Id
    and just after this
    Code:
    double Timestamp,
    add:
    Code:
    List<string> ReportedChats
    Now find
    Code:
    this.Timestamp = Timestamp;
    And add after:
    Code:
    this.ReportedChats = ReportedChats;
    Finally, replace the Serialize function in SupportTicket.cs with this one:
    http://pastebin.com/yjF7ZF4B


    Don't forget to give rep++ ;D
    error costructor.... in moderationtool

  8. #83
    Account Upgraded | Title Enabled! HotelMaker is offline
    MemberRank
    Dec 2012 Join Date
    288Posts

    Re: New Structure - PlusR2 [Updated]

    Bugg report:
    Dc if you click room chat in userinfo window

  9. #84
    son, i am disappointed Squashing is offline
    MemberRank
    Apr 2011 Join Date
    CaliforniaLocation
    683Posts

    Re: New Structure - PlusR2 [Updated]

    Error 1 The type or namespace name 'GameClient' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Administrator\Desktop\TempEMU\Collections\Communication\Packets\Outgoing\Handshake\UserPerksComposer.cs 10 34 Silverwave

  10. #85
    Enthusiast wafer is offline
    MemberRank
    Sep 2013 Join Date
    38Posts

    Re: New Structure - PlusR2 [Updated]

    Fix for habbo club, you cant buy the bigest rooms cause of this.
    And when you buy it, you'll get dc

  11. #86
    Member Damien Jolly is offline
    MemberRank
    Apr 2014 Join Date
    89Posts

    Re: New Structure - PlusR2 [Updated]

    Quote Originally Posted by Squashing View Post
    Error 1 The type or namespace name 'GameClient' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Administrator\Desktop\TempEMU\Collections\Communication\Packets\Outgoing\Handshake\UserPerksComposer.cs 10 34 Silverwave
    Change:
    PHP Code:
    public UserPerksComposer(GameClient Habbo)
                : 
    base(ServerPacketHeader.UserPerksMessageComposer
    To:
    PHP Code:
    public UserPerksComposer(Habbo Habbo)
                : 
    base(ServerPacketHeader.UserPerksMessageComposer

  12. #87
    Member MichaeelS is offline
    MemberRank
    Jul 2012 Join Date
    95Posts

    Re: New Structure - PlusR2 [Updated]

    Quote Originally Posted by Damien Jolly View Post
    Change:
    PHP Code:
    public UserPerksComposer(GameClient Habbo)
                : 
    base(ServerPacketHeader.UserPerksMessageComposer
    To:
    PHP Code:
    public UserPerksComposer(Habbo Habbo)
                : 
    base(ServerPacketHeader.UserPerksMessageComposer
    hc club?...... fix pls important fix

  13. #88
    V.I.P Member Beny. is offline
    MemberRank
    Aug 2009 Join Date
    536Posts

    Re: New Structure - PlusR2 [Updated]

    Would some kind soul with AS Sorcerer be able to extract the scripts for this release please so that I can get more headers for the community?

  14. #89
    No need of reading this Rush Retros is offline
    MemberRank
    Dec 2013 Join Date
    DenmarkLocation
    365Posts

    Re: New Structure - PlusR2 [Updated]

    BUG
    u cant open Group furuni in catalogue

  15. #90
    Unspoiled Perfection AKllX is offline
    MemberRank
    Aug 2007 Join Date
    @ akllxprojectLocation
    366Posts

    Re: New Structure - PlusR2 [Updated]

    You guys should really copy the pathfinder from Butterfly Emulator. I was rewriting this one and I didn't finish at all. It means it's not working on some conditions.



Advertisement