Jump to content

thepsolartek

Members
  • Posts

    482
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by thepsolartek

  1. hi members as i try to open a new acis based server, i ve recently saw that you cannot change subclass in each npc but only in the specific one. for example i am ghost hunter and add a titan sub. if i want to change back to ghost hunter i have to go to the dark elf npc. how can i  make it to change in each npc and not only in the specific one?

  2. 12 minutes ago, Amenadiel said:

    @Vision stop deleting my discord, you know i offer free services and i help tons of people in my discord

     

     

    i will rewrite my discord #Amenadiel 2435 i can adapt it for u

    added

    10 hours ago, Trance said:

     

    Try to adapt it and let us know if you have any challenge - we can help.

    as i understand rootware post a method to add in the java file am i right? so i paste this method in my eclipse and i have not a red line. but my question now is. do i have to add devlins method too or i can compile the server  with rootware method only?

  3. On 4/19/2022 at 10:16 AM, An4rchy said:
    java/net/sf/l2j/loginserver/network/serverpackets/ServerList.java

    i didnt exactly mean this with my comment. the think i cant understand is where i have to place this part or what shall i replace  in order to solve the problem. shall i use what devlin said or i have just to add rootware method and that;s all?

  4. On 12/18/2020 at 7:32 PM, Rootware said:

    Use this code for detecting all local network addresses:

    	public static boolean isLocalResourceByIp(InetAddress address)
    	{
    		if (address == null || address.isLinkLocalAddress() || address.isLoopbackAddress() || address.isAnyLocalAddress() || address.isSiteLocalAddress())
    			return true;
    		
    		return false;
    	}

     

    Otherwise if you try to connect from other local machine you will have fault.

    i have this kind of fault. but i am a bit newbie and i cant undestand where to put this

  5. On 7/19/2021 at 12:41 PM, Nightw0lf said:

    if the connection is success, you probably stuck on login, but your friends will be able to join, there are fixes and different approaches but you need experience on this.. we cant teach you that.

     

    hostnames are always the no-ip if you want to try it but no-ip has to be set in local ip too

    for example i never used 127.0.0.1 or localhost

    i use 192.168.xxx.xxx

    or i give 5 euros in contabo to get a vps with linux and open ports with 1 command

     

    i can login even i try 192.168.xxx.xxx or 127.0.0.1. the actual problem is that the others cant login in my server. i ve speak on phone with my  network provider and they told me  that they seems to be ok. the ports i ve opened is 2106 9014 and 7777.  i post my error in acis discord server too and they told me to use this code: 

    but as i can see i dont have the problem in log in but my friends...

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock