Plus Emulator Revision RB3.0 [Community Project]

Page 27 of 50 FirstFirst ... 17192021222324252627282930313233343537 ... LastLast
Results 391 to 405 of 740
  1. #391
    Proficient Member Jeanzinh0 is offline
    MemberRank
    May 2009 Join Date
    BrazilLocation
    175Posts

    re: Plus Emulator Revision RB3.0 [Community Project]

    Quote Originally Posted by the general View Post
    missing packet header for the alert + image. Anyone have it?
    release63-201406121205-769959
    1840

    release63-201405071257-197450526
    777

    :)

  2. #392
    Apprentice PGTibs is offline
    MemberRank
    Sep 2009 Join Date
    7Posts

    re: Plus Emulator Revision RB3.0 [Community Project]

    I believe its either my furni, or the server, but there's a bug where if a room unloads, the teleport to furni doesn't work until you resave the settings?

  3. #393
    Enthusiast 1ptimmaq1 is offline
    MemberRank
    Aug 2013 Join Date
    FinlandLocation
    41Posts

    re: Plus Emulator Revision RB3.0 [Community Project]

    Quote Originally Posted by Glee View Post
    I connect then I disconnect
    like he said thats not all u need to do u need to upgrade the structures urself.

  4. #394
    Valued Member Flowy Otaku is offline
    MemberRank
    Feb 2013 Join Date
    113Posts

    re: Plus Emulator Revision RB3.0 [Community Project]

    Any fixes for Youtube TV (plus emu r2) ? :)

  5. #395
    Valued Member VabboWorld is offline
    MemberRank
    Oct 2013 Join Date
    FranceLocation
    124Posts

    re: Plus Emulator Revision RB3.0 [Community Project]

    Quote Originally Posted by Flowy Otaku View Post
    Any fixes for Youtube TV (plus emu r2) ? :)
    yes.. Any fixes for Youtube TV (plus emu r2) ? :(

  6. #396

    re: Plus Emulator Revision RB3.0 [Community Project]

    Quote Originally Posted by VabboWorld View Post
    yes.. Any fixes for Youtube TV (plus emu r2) ? :(
    You can use the codes of Ankka but the packets is missing ^^

  7. #397
    Valued Member Flowy Otaku is offline
    MemberRank
    Feb 2013 Join Date
    113Posts

    re: Plus Emulator Revision RB3.0 [Community Project]

    give me the codes of ankka emu

  8. #398
    Valued Member VabboWorld is offline
    MemberRank
    Oct 2013 Join Date
    FranceLocation
    124Posts

    re: Plus Emulator Revision RB3.0 [Community Project]

    //YT
    internal void GetPlaylistYoutube()
    {
    uint ItemId = Request.PopWiredUInt();
    DataTable Ytplaylist;




    Room room = SilverwaveEnvironment.GetGame().GetRoomManager().GetRoom(this.Session.GetHabbo().CurrentRoomId);
    if (room == null || !room.CheckRights(this.Session, true))
    return;




    using (IQueryAdapter dbClient = SilverwaveEnvironment.GetDatabaseManager().getQueryreactor())
    {
    dbClient.setQuery("SELECT videoid, titre, descri FROM user_playlistyoutube WHERE user_id=@id LIMIT 20");
    dbClient.addParameter("id", room.OwnerId);
    Ytplaylist = dbClient.getTable();
    }
    int CountVideo = Ytplaylist.Rows.Count;




    if (CountVideo == 0)
    return;




    GetResponse().Init(Outgoing.GetPlaylistYoutube);
    GetResponse().AppendInt32(ItemId); // Id ITEM
    GetResponse().AppendInt32(CountVideo); // Count Video




    foreach (DataRow Row in Ytplaylist.Rows)
    {
    GetResponse().AppendString(Row["videoid"].ToString()); //Id Video
    GetResponse().AppendString(Row["titre"].ToString()); // Title
    GetResponse().AppendString(Row["descri"].ToString()); // desc
    }




    GetResponse().AppendString("La playlist de " + room.Owner); // Text box
    SendResponse();
    }


    //YT
    internal void PlayVideoYoutube()
    {
    GetResponse().Init(Outgoing.PlayVideoYoutube);
    GetResponse().AppendInt32(Request.PopWiredInt32()); // Id ITEM
    GetResponse().AppendString(Request.PopFixedString()); //Id VIDEO
    GetResponse().AppendInt32(0); // ???
    GetResponse().AppendInt32(0); // ???
    SendResponse();
    }

  9. #399
    Valued Member Flowy Otaku is offline
    MemberRank
    Feb 2013 Join Date
    113Posts

    re: Plus Emulator Revision RB3.0 [Community Project]

    where to place it?:)

  10. #400
    Valued Member VabboWorld is offline
    MemberRank
    Oct 2013 Join Date
    FranceLocation
    124Posts

    re: Plus Emulator Revision RB3.0 [Community Project]

    room.cs or rooms.cs xD

  11. #401
    Valued Member Flowy Otaku is offline
    MemberRank
    Feb 2013 Join Date
    113Posts

    re: Plus Emulator Revision RB3.0 [Community Project]

    packet id for it?:)

  12. #402
    Valued Member VabboWorld is offline
    MemberRank
    Oct 2013 Join Date
    FranceLocation
    124Posts

    re: Plus Emulator Revision RB3.0 [Community Project]

    Incoming:

    //YouTube
    internal static int YouTubeSwitchVideoMessageEvent = 812;
    internal static int YouTubeGetPlaylistsMessageEvent = 2165;
    internal static int YouTubeChoosePlaylistMessageEvent = 3571;


    Outgoing:

    //YouTube
    internal static int YouTubeLoadPlaylistsMessageComposer = 2368;
    internal static int YouTubeLoadVideoMessageComposer = 2006;

    PS: Wired KICK USER 100% fix in VabboWorld.fr! :D

  13. #403
    Gaby is offline
    MemberRank
    Apr 2013 Join Date
    Viva HollandiaLocation
    1,607Posts

    re: Plus Emulator Revision RB3.0 [Community Project]

    Quote Originally Posted by Twan View Post
    Why not release? Or do you also gonna hold everything for yourself?
    It has been released for ages: http://forum.ragezone.com/f353/bcsto...n-kick-929288/

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

    Re: Plus Emulator R2.1 [Update] , [Release] & [Fixes]

    Quote Originally Posted by BaasHotel View Post
    Well, I'm sorry for trying to help.
    Could you please read the next time and not trying to give us a link to an outdated emulator's fixes thread <.<

    - - - Updated - - -


    Going to look to the youtube structure thing for plus :)

  15. #405
    Member K Camp is offline
    MemberRank
    Jun 2014 Join Date
    Spring BreakLocation
    58Posts

    re: Plus Emulator Revision RB3.0 [Community Project]

    Quote Originally Posted by BaasHotel View Post
    Thanks for sharing but how will that work on the Plus R2? You need to modify it and as seen on this forum it will be difficult for the most of the visitors.



Advertisement