[HELP] Create Simbol Wedding

Results 1 to 5 of 5
  1. #1
    Member Frael is offline
    MemberRank
    Jul 2013 Join Date
    KoreanLocation
    52Posts

    [HELP] Create Simbol Wedding

    anyone can help me make the wedding symbol?
    Example Symbol Love


  2. #2
    Blender Fan|Kinenbi Owner Dwarfpicker is offline
    MemberRank
    Mar 2006 Join Date
    AtreiaLocation
    1,085Posts

    Re: [HELP] Create Simbol Wedding

    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!

  3. #3
    Member Frael is offline
    MemberRank
    Jul 2013 Join Date
    KoreanLocation
    52Posts

    Re: [HELP] Create Simbol Wedding

    example like this .


    I took this picture from another server.

  4. #4
    Blender Fan|Kinenbi Owner Dwarfpicker is offline
    MemberRank
    Mar 2006 Join Date
    AtreiaLocation
    1,085Posts

    Re: [HELP] Create Simbol Wedding

    let me try sth on the weekend! ^^

  5. #5
    Enthusiast djoneill is offline
    MemberRank
    Feb 2012 Join Date
    34Posts

    Re: [HELP] Create Simbol Wedding

    Quote Originally Posted by emodevra View Post
    anyone can help me make the wedding symbol?
    Example Symbol Love
    Code:
    playerName += player.getName();
                    
                    if (player.isGM() && player.isMarried())
                    {
                          playerName += ("\uE020" + player.getCommonData().getPartner());
                    }
                    else {
                            if (player.isMarried())
                            {
                                    playerName += ("\uE020" + player.getCommonData().getPartner());
                            }
                    }
    And me, I search a code like this "\uE020" for shield and head skull

    Regards and hope to help you



Advertisement