help~

Results 1 to 13 of 13
  1. #1
    hello world label5 is offline
    MemberRank
    Oct 2013 Join Date
    trenchLocation
    213Posts

    ! help~

    oo darn evey file i try to input and editing this code>>doesnt work at all "the symbol wont show up"anybody please help?..
    # ================================================================
    # Membership Tag
    # ================================================================
    # Membership Tag Display:
    # Default: "False"
    Gameserver.Character.Tag.Display = False
    # Different tags for vip/pre according to Membership:
    # Tag for Membership Level 1.
    # Default: "Premium"
    Gameserver.Character.Premium.Tag = <PREMIUM>
    # Tag for Membership Level 2:
    # Default: "Vip"
    Gameserver.Character.Vip.Tag = <VIP>



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

    Re: help~

    Quote Originally Posted by label5 View Post
    oo darn evey file i try to input and editing this code>>doesnt work at all "the symbol wont show up"anybody please help?..
    # ================================================================
    # Membership Tag
    # ================================================================
    # Membership Tag Display:
    # Default: "False"
    Gameserver.Character.Tag.Display = False
    # Different tags for vip/pre according to Membership:
    # Tag for Membership Level 1.
    # Default: "Premium"
    Gameserver.Character.Premium.Tag = <PREMIUM>
    # Tag for Membership Level 2:
    # Default: "Vip"
    Gameserver.Character.Vip.Tag = <VIP>
    # Membership Tag Display:
    # Default: "False"
    Gameserver.Character.Tag.Display = False < False Change To =True

  3. #3
    hello world label5 is offline
    MemberRank
    Oct 2013 Join Date
    trenchLocation
    213Posts

    Re: help~

    the character.properties where should i put this file \game\config\main? or orther folder?

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

    Re: help~

    what emu you use ?
    AL ?

  5. #5
    hello world label5 is offline
    MemberRank
    Oct 2013 Join Date
    trenchLocation
    213Posts

    Re: help~

    yes al.."AL 4.0 1-Click Server 2.5"1st i dont see any code
    # Membership Tag Display:
    # Default: "False"
    Gameserver.Character.Tag.Display = False < False Change To =True
    thats y i took this code from other emu other said need to manualy creating those code...if u already create can u share?thanks

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

    Re: help~

    You Need build SM_PLAYER_INFO.java

    Add this script for VIP Tag

    PHP Code:
    if (MembershipConfig.VIPTAG_DISPLAY) {
                if(
    player.getClientConnection().getAccount().getMembership() > 0) {
                    
    //if he's gm = do nothing, else the gmtag wont display
                    
    if (player.isGM()) {
                    } 
    //he's not gm so
                    
    else {
                        if(
    player.getClientConnection().getAccount().getMembership() == 1)
                        {
                            
    playerName = ("\uE024" MembershipConfig.VIP_LEVEL1 " ");
                        }
                        else if(
    player.getClientConnection().getAccount().getMembership() == 2)
                        {
                            
    playerName = ("\uE023" MembershipConfig.VIP_LEVEL2 " ");
                        }
                    } 
                }
            } 

  7. #7
    hello world label5 is offline
    MemberRank
    Oct 2013 Join Date
    trenchLocation
    213Posts

    Re: help~

    Quote Originally Posted by emodevra View Post
    You Need build SM_PLAYER_INFO.java

    Add this script for VIP Tag

    PHP Code:
    if (MembershipConfig.VIPTAG_DISPLAY) {
                if(
    player.getClientConnection().getAccount().getMembership() > 0) {
                    
    //if he's gm = do nothing, else the gmtag wont display
                    
    if (player.isGM()) {
                    } 
    //he's not gm so
                    
    else {
                        if(
    player.getClientConnection().getAccount().getMembership() == 1)
                        {
                            
    playerName = ("\uE024" MembershipConfig.VIP_LEVEL1 " ");
                        }
                        else if(
    player.getClientConnection().getAccount().getMembership() == 2)
                        {
                            
    playerName = ("\uE023" MembershipConfig.VIP_LEVEL2 " ");
                        }
                    } 
                }
            } 
    which folder should i paste this??

  8. #8
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    Re: help~

    Simple File Sharing and Storage.

    "emodevra "

    vip tag dysplay SM_PlAYER_INFO.java lost, not work

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

    Re: help~

    Quote Originally Posted by kornicska View Post
    Simple File Sharing and Storage.

    "emodevra "

    vip tag dysplay SM_PlAYER_INFO.java lost, not work
    Use netbeans for fix this https://netbeans.org/downloads/

  10. #10
    hello world label5 is offline
    MemberRank
    Oct 2013 Join Date
    trenchLocation
    213Posts

    Re: help~

    Quote Originally Posted by kornicska View Post
    Simple File Sharing and Storage.

    "emodevra "

    vip tag dysplay SM_PlAYER_INFO.java lost, not work
    im waitting if works if works teach me how to working it..

  11. #11
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    Re: help~

    Quote Originally Posted by emodevra View Post
    Use netbeans for fix this https://netbeans.org/downloads/
    you works sm_player_info.java? please upload the forum links the file thx

    I use new update java JDK
    Why should this new java program?

  12. #12
    hello world label5 is offline
    MemberRank
    Oct 2013 Join Date
    trenchLocation
    213Posts

    Re: help~

    Quote Originally Posted by kornicska View Post
    you works sm_player_info.java? please upload the forum links the file thx

    I use new update java JDK
    Why should this new java program?
    nope i mean it waiting your sm_player_info.java works.. not mine..capture.pngbtw i already create this java dunno where do paste it..dwarf emu 4.0 v2.5 doesnt have src lol..other emu should got src to paste it...

  13. #13
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    Re: help~

    OK i wait



Advertisement