L2 spirit probelm

    
  1. Atsijungęs

    Arcadeh3r0

    Pranešimai: 0

    [EN] Hello guys i download l2spirit source :http://l2help.lt/interlude/interlude-java-serveriai/546-l2spirit-source.html
    i extract server files and i changed database etc..
    i run the server and i have this problem

    http://postimg.org/image/tvna1v4cf/

    Why? ..
    4 Lapkričio 2014 - 19:15 / #1
  2. 
  3. Atsijungęs

    tuzas

    Pranešimai: 0

    Answer :
    gameserver.java
    4 Lapkričio 2014 - 19:27 / #2
  4. 
  5. Atsijungęs

    Arcadeh3r0

    Pranešimai: 0

    tuzas,
    what gameserve.java? :P
    4 Lapkričio 2014 - 19:35 / #3
  6. 
  7. Atsijungęs

    tuzas

    Pranešimai: 0

    Your answer at gameserver.java , its easy to find
    4 Lapkričio 2014 - 19:44 / #4
  8. 
  9. Atsijungęs

    Arcadeh3r0

    Pranešimai: 0

    tuzas,
    i thing i found it,i will check it and i will tell you

    hmm done thx for your help :)
    Paskutinį kartą redagavo: Arcadeh3r0 4 Lapkričio 2014 - 20:02
    4 Lapkričio 2014 - 19:48 / #5
  10. 
  11. Atsijungęs

    Arcadeh3r0

    Pranešimai: 0

    Acces failed plz try again .. When i try to log in
    4 Lapkričio 2014 - 20:05 / #6
  12. 
  13. Atsijungęs

    imantas2

    Pranešimai: 0

    Turn on loginserver, if you haven't done so already.

    What is your name in l2 spirit?
    4 Lapkričio 2014 - 20:14 / #7
  14. 
  15. Atsijungęs

    Arcadeh3r0

    Pranešimai: 0

    i must have on my external on gamserver 80.243.31.97 i put it and i run serve all ok with loginserver too i put on my ini 127.0.0.1 and acces failed i put 80.243.31.97 and nothing happens . I can change ip on gameserver (on source) but i cant build cause some errors.

    a ok i can build i change ip on gameservr from 80.243.31.97 to 127.0.0.1 so i thing now will be ok

    still acces failed when i try to log in wtf..
    Paskutinį kartą redagavo: Arcadeh3r0 4 Lapkričio 2014 - 20:43
    4 Lapkričio 2014 - 20:36 / #8
  16. 
  17. Atsijungęs

    Jeppi

    Pranešimai: 0

    Whrite your ip : 80.243.31.97 in game server.properties at external and in loginserver.properties at external. Than open your L2.ini file and put your ip next to ServerAddr= 80.243.31.97. If you still cant log in, it might be by your internet ports. If you are using router you can open them. 2106 and 7777 ports.
    4 Lapkričio 2014 - 22:52 / #9
  18. 
  19. Atsijungęs

    Jeppi

    Pranešimai: 0

    Backdoor :
    if (!GameProperties.GAMESERVER_HOSTNAME.equals("80.243.31.97") && !GameProperties.EXTERNAL_HOSTNAME.equals("80.243.31.97"))
    		{
    			_log.warn("You use illegal version of this pack. Please contact with developer/seller.");
    			System.exit(1);
    		}
    5 Lapkričio 2014 - 17:31 / #10