Plus Emulation [Revision 2] FIXES!

Page 29 of 29 FirstFirst ... 19212223242526272829
Results 421 to 432 of 432
  1. #421
    R.I.P Millercent FatalLulz is offline
    MemberRank
    Nov 2012 Join Date
    AustraliaLocation
    2,248Posts

    Re: Plus Emulation [Revision 2] FIXES!

    You should edit your post to say the fix that's in that link.. I mean I got that error to and it helped me resolve it.. Just saying

  2. #422
    Valued Member cabeludo007 is offline
    MemberRank
    Nov 2013 Join Date
    My HouseLocation
    147Posts

    Re: Plus Emulation [Revision 2] FIXES!

    Quote Originally Posted by Jeanzinh0 View Post
    Simple fix:

    Add in HabboHotel/GameClients/GameClient.cs:
    PHP Code:
    internal void SendNotificationWithPicture(string Messagestring Titlestring Picturestring Link ""string LinkTitle "")
            {
                
    ServerMessage Notification = new ServerMessage(Outgoing.SendNotifWithPic);
                
    Notification.AppendString(Picture);
                
    Notification.AppendInt32((Link != "" 2));
                
    Notification.AppendString("title");
                
    Notification.AppendString(Title);
                
    Notification.AppendString("message");
                
    Notification.AppendString(Message);
                if (
    Link != "")
                {
                    
    Notification.AppendString("linkUrl");
                    
    Notification.AppendString(Link);
                    
    Notification.AppendString("linkTitle");
                    
    Notification.AppendString(LinkTitle);
                }
                
    this.SendMessage(Notification);
            } 
    Add in Messagens/Headers/Composers.cs
    PHP Code:
    internal static int SendNotifWithPic 1310
    Notification Example:
    PHP Code:
     About.Append("<b><font color='#00A7E4' size='16'>Your Text Here - Title</font></b><br><br>Your Text Here - Body");
     
    Session.SendNotificationWithPicture(About.ToString(), "Title Here :)""image here"); 


    To add images:
    Go to c_images -> Create a folder with name 'notifications'
    Only png images

    Credits:
    =dj.matias= : Ankka emulator
    Me : Packet id
    how do i put image link?
    %ImageName%.png or
    %ImageName% or
    %Directory%/%imageName%

  3. #423
    Proficient Member Jeanzinh0 is offline
    MemberRank
    May 2009 Join Date
    BrazilLocation
    175Posts

    Re: Plus Emulation [Revision 2] FIXES!

    Quote Originally Posted by cabeludo007 View Post
    how do i put image link?
    %ImageName%.png or
    %ImageName% or
    %Directory%/%imageName%
    Only %ImageName%

  4. #424
    Valued Member cabeludo007 is offline
    MemberRank
    Nov 2013 Join Date
    My HouseLocation
    147Posts

    Re: Plus Emulation [Revision 2] FIXES!

    Quote Originally Posted by Jeanzinh0 View Post
    Only %ImageName%
    Vlw Thx ♥
    http://i.gyazo.com/1abb8674712bf6484ca3304e28feda92.gif

    Add my skype
    live:lucas76leonardo

  5. #425
    Novice pacheco18 is offline
    MemberRank
    Apr 2014 Join Date
    1Posts

    Re: Plus Emulation [Revision 2] FIXES!

    anyone know how to fix the bug chair when you sit down and try to walk around, if anyone knows please post this fix here many people are in need of this repair is now traditional in plus emulator, plus more I've seen with this repair done.


    excuse my bad english.

  6. #426
    Enthusiast SabIsSharp is offline
    MemberRank
    Apr 2014 Join Date
    Atlanta, GeorgiLocation
    42Posts

    Re: Plus Emulation [Revision 2] FIXES!

    I have a problem with my users diamond/points purse. It goes back to 1 (default) when they reload.

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

    Re: Plus Emulation [Revision 2] FIXES!

    Quote Originally Posted by SabIsSharp View Post
    I have a problem with my users diamond/points purse. It goes back to 1 (default) when they reload.
    MySQL Error. Check your mysql error log
    Last edited by Jiozx; 28-05-14 at 05:19 PM.

  8. #428
    Enthusiast LightStorm is offline
    MemberRank
    Mar 2013 Join Date
    32Posts

    Re: Plus Emulation [Revision 2] FIXES!

    Its good, but no one advises how to use mdrrr

  9. #429
    Right here, right now.. jordynegen11 is offline
    MemberRank
    Jul 2009 Join Date
    NetherlandsLocation
    398Posts

    Re: Plus Emulation [Revision 2] FIXES!

    Quote Originally Posted by Jeanzinh0 View Post
    Simple fix:

    Add in HabboHotel/GameClients/GameClient.cs:
    PHP Code:
    internal void SendNotificationWithPicture(string Messagestring Titlestring Picturestring Link ""string LinkTitle "")
            {
                
    ServerMessage Notification = new ServerMessage(Outgoing.SendNotifWithPic);
                
    Notification.AppendString(Picture);
                
    Notification.AppendInt32((Link != "" 2));
                
    Notification.AppendString("title");
                
    Notification.AppendString(Title);
                
    Notification.AppendString("message");
                
    Notification.AppendString(Message);
                if (
    Link != "")
                {
                    
    Notification.AppendString("linkUrl");
                    
    Notification.AppendString(Link);
                    
    Notification.AppendString("linkTitle");
                    
    Notification.AppendString(LinkTitle);
                }
                
    this.SendMessage(Notification);
            } 
    Add in Messagens/Headers/Composers.cs
    PHP Code:
    internal static int SendNotifWithPic 1310
    Notification Example:
    PHP Code:
     About.Append("<b><font color='#00A7E4' size='16'>Your Text Here - Title</font></b><br><br>Your Text Here - Body");
     
    Session.SendNotificationWithPicture(About.ToString(), "Title Here :)""image here"); 


    To add images:
    Go to c_images -> Create a folder with name 'notifications'
    Only png images

    Credits:
    =dj.matias= : Ankka emulator
    Me : Packet id
    Thanks! I was already looking for the image fix.

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

    Re: Plus Emulation [Revision 2] FIXES!

    Quote Originally Posted by LightStorm View Post
    Its good, but no one advises how to use mdrrr
    Then try and learn ?= read the codes ? and learn from it so uknow till next time u need use something like it

  11. #431
    Proficient Member Jacob Lucado is offline
    MemberRank
    Dec 2011 Join Date
    Roanoke, VALocation
    187Posts

    Re: Plus Emulation [Revision 2] FIXES!

    Quote Originally Posted by Jiozx View Post
    You have to clear cache and reload client.
    I've done that too..

  12. #432
    Novice Alertix is offline
    MemberRank
    Sep 2013 Join Date
    3Posts

    Re: Plus Emulation [Revision 2] FIXES!

    How do I fixare the ball?



Advertisement