Thread: [742]Cant login with all usernames?

Results 1 to 4 of 4
  1. #1 [742]Cant login with all usernames? 
    Registered Member
    Join Date
    May 2013
    Posts
    546
    Thanks given
    4
    Thanks received
    1
    Rep Power
    11
    Im using Validus 718/742 Base.


    When im will login to the server with some random name i get this screen


    Reply With Quote  
     

  2. #2  
    don't leech guys

    ANTILEECH's Avatar
    Join Date
    Jun 2013
    Posts
    736
    Thanks given
    171
    Thanks received
    196
    Rep Power
    129
    Use localhost.bat
    You haven't editted the server IP in launcher.java and splash.java
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2013
    Posts
    546
    Thanks given
    4
    Thanks received
    1
    Rep Power
    11
    I searched the 2 files but there is no Ip in it.
    Reply With Quote  
     

  4. #4  
    don't leech guys

    ANTILEECH's Avatar
    Join Date
    Jun 2013
    Posts
    736
    Thanks given
    171
    Thanks received
    196
    Rep Power
    129
    Quote Originally Posted by Chaos105 View Post
    I searched the 2 files but there is no Ip in it.
    In splash.java edit
    Code:
    	private static String downloadUrl = "http://validus.net/Validus.jar";
    	private static String fileName = "Validus.jar";
    	private static String serverName = "Validus 718";
    	private static String backgroundImageUrl = "http://validus.net/new-img/slide2.jpg";
    	private static String saveDirectory = System.getProperty("user.home")+"/Desktop/";

    In launcher.java edit
    Code:
    	/** The direct url where you wish to download the jar from */
        static final String downloadUrl = "http://validus.net/client.jar";
        
        /** The name of the jar file you download, can be anything */
    	static final String fileName = "client.jar";
    	
    	/** Displayed on the loading bar, can change to anything */
    	static final String serverName = "Validus718";
    	
    	/** The direct link to an image for the splash background */
    	static final String backgroundImageUrl = "http://validus.net/new-img/slide2.jpg";
    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. Replies: 26
    Last Post: 07-02-2013, 10:34 AM
  2. Cant login with a different client
    By Snow Cat123 in forum Help
    Replies: 4
    Last Post: 02-01-2013, 02:44 PM
  3. Replies: 0
    Last Post: 11-18-2012, 03:10 AM
  4. cant login with soul splits client
    By x eddie x in forum Help
    Replies: 6
    Last Post: 04-25-2011, 04:29 AM
  5. Replies: 3
    Last Post: 02-06-2008, 05:19 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •