anyone can help me make the wedding symbol?
Example Symbol Love
Printable View
anyone can help me make the wedding symbol?
Example Symbol Love
In order to do this you need to edit the client and add new symbol and new packets to show them!
An easier way is it to just edit 1 title to just lovers or so. I will check if its possible when I got time. At least on the weekend!
example like this .
http://i42.tinypic.com/24vp2s4.jpg
I took this picture from another server.
let me try sth on the weekend! ^^
And me, I search a code like this "\uE020" for shield and head skullCode:playerName += player.getName();
if (player.isGM() && player.isMarried())
{
playerName += ("\uE020" + player.getCommonData().getPartner());
}
else {
if (player.isMarried())
{
playerName += ("\uE020" + player.getCommonData().getPartner());
}
}
Regards and hope to help you