Plus Emulation [Revision 2] FIXES!

Page 18 of 18 FirstFirst ... 8101112131415161718
Results 426 to 432 of 432
  1. #426
    Member 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.

  2. #427
    Sorcerer Supreme Jiozx is offline
    Member +Rank
    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.

  3. #428
    Member 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

  4. #429
    Sorcerer Supreme jordynegen11 is offline
    Member +Rank
    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.

  5. #430
    Sorcerer Supreme Rush Retros is offline
    Member +Rank
    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

  6. #431
    Elite Member Jacob Lucado is offline
    Member +Rank
    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..

  7. #432
    Newbie Alertix is offline
    MemberRank
    Sep 2013 Join Date
    3Posts

    Re: Plus Emulation [Revision 2] FIXES!

    How do I fixare the ball?



Advertisement