Re: Plus Emulation [Revision 2] FIXES!
Quote:
Originally Posted by
jmandupree
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 :P:
Re: Plus Emulation [Revision 2] FIXES!
Quote:
Originally Posted by
Jeanzinh0
Simple fix:
Add in HabboHotel/GameClients/GameClient.cs:
PHP Code:
internal void SendNotificationWithPicture(string Message, string Title, string Picture, string Link = "", string LinkTitle = "")
{
ServerMessage Notification = new ServerMessage(Outgoing.SendNotifWithPic);
Notification.AppendString(Picture);
Notification.AppendInt32((Link != "" ? 4 : 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");
http://i.imgur.com/GplWUSG.png
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%
Re: Plus Emulation [Revision 2] FIXES!
Quote:
Originally Posted by
cabeludo007
how do i put image link?
%ImageName%.png or
%ImageName% or
%Directory%/%imageName%
Only %ImageName%
Re: Plus Emulation [Revision 2] FIXES!
Quote:
Originally Posted by
Jeanzinh0
Only %ImageName%
Vlw Thx ♥
http://i.gyazo.com/1abb8674712bf6484ca3304e28feda92.gif
Add my skype
live:lucas76leonardo
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.
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.
Re: Plus Emulation [Revision 2] FIXES!
Quote:
Originally Posted by
SabIsSharp
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
Re: Plus Emulation [Revision 2] FIXES!
Its good, but no one advises how to use mdrrr
Re: Plus Emulation [Revision 2] FIXES!
Quote:
Originally Posted by
Jeanzinh0
Simple fix:
Add in HabboHotel/GameClients/GameClient.cs:
PHP Code:
internal void SendNotificationWithPicture(string Message, string Title, string Picture, string Link = "", string LinkTitle = "")
{
ServerMessage Notification = new ServerMessage(Outgoing.SendNotifWithPic);
Notification.AppendString(Picture);
Notification.AppendInt32((Link != "" ? 4 : 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");
http://i.imgur.com/GplWUSG.png
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.
Re: Plus Emulation [Revision 2] FIXES!
Quote:
Originally Posted by
LightStorm
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
Re: Plus Emulation [Revision 2] FIXES!
Quote:
Originally Posted by
Jiozx
You have to clear cache and reload client.
I've done that too..
Re: Plus Emulation [Revision 2] FIXES!
How do I fixare the ball?