Thread: Making underscores show up in name?

Results 1 to 6 of 6
  1. #1 Making underscores show up in name? 
    ⚓Manic-Owner⚓


    Join Date
    Nov 2007
    Posts
    2,711
    Thanks given
    47
    Thanks received
    9
    Rep Power
    650
    Ya currently it'll just show a space in the name, I want to fix that?
    MY DISCORD:
    bluejay#1504
    Reply With Quote  
     

  2. #2  
    Officially Retired

    Huey's Avatar
    Join Date
    Jan 2008
    Age
    22
    Posts
    16,478
    Thanks given
    3,385
    Thanks received
    7,727
    Rep Power
    5000
    So you want it to show up like

    L____O____L

    ?
    Attached image
    Listen children don't become this guy.
    Quote Originally Posted by Owner Spikey View Post
    Why can I attack lower level npc's in a matter of a mouse hover but for a higher level npc the only choice to attack is by right clicking option attack?

    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    May 2011
    Posts
    220
    Thanks given
    53
    Thanks received
    21
    Rep Power
    89
    This isn't really server-sided, tbh.
    Reply With Quote  
     

  4. #4  
    Owner of Dawntained

    Mgt Madness's Avatar
    Join Date
    Oct 2011
    Age
    28
    Posts
    3,380
    Thanks given
    1,429
    Thanks received
    958
    Rep Power
    2168
    Attached image
    Reply With Quote  
     

  5. #5  
    ⚓Manic-Owner⚓


    Join Date
    Nov 2007
    Posts
    2,711
    Thanks given
    47
    Thanks received
    9
    Rep Power
    650
    Quote Originally Posted by Tupac View Post
    So you want it to show up like

    L____O____L

    ?
    yes sirr
    MY DISCORD:
    bluejay#1504
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jun 2011
    Posts
    220
    Thanks given
    3
    Thanks received
    13
    Rep Power
    2
    Why would you want with underscores? That looks kind of dumb.

    *this is a cheaphax*
    In Client.java initialize() method, add this:
    Code:
    playerName = playerName.replaceAll(" ", "_");
    It won't show to other players unless they reload a region.

    Then also on logout:
    Code:
    playerName = playerName.replaceAll("_", " ");
    So they will be able to log in without needing to use _
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Pi forcechat with underscores?
    By sonscape in forum Help
    Replies: 16
    Last Post: 07-23-2012, 08:57 PM
  2. making interface show
    By pkingbandit in forum Help
    Replies: 2
    Last Post: 06-18-2012, 08:02 AM
  3. Making the sendFrame126 show items?
    By Mr. Epic in forum Help
    Replies: 0
    Last Post: 12-13-2009, 06:32 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •