I have a system where Accounts are saved on login screen for fast login. I am playing a server where this feature is not on the logic screen. How I can try to add this feature to the system?
I don't know what files I would have to touch.
Thanks!!
Hello everyone,
Given that he has lots of different projects but no concrete opinions..
I pose my request here.
Which serious Lineage2 HighFive project is the best choice?
For a server that can be custom and which can be suitable for a classic x10 server and an x1000 server for example?
L2J
Or we ideally have the source, in order to be able to add the farming systems, weapons and armor, npc...
Free or paid, it doesn't matter.
THANKS
Hello everyone,
Given that he has lots of different projects
but no concrete opinions..
I pose my request here.
Which serious Lineage2 HighFive project/emulator
is the best choice?
For a server that can be custom and
which can be suitable for a classic x10 server
and an x1000 server for example?
L2Java ideally
Or we ideally have the source,
in order to be able to add the farming systems,
weapons and armor, npc...
Free or paid, it doesn't matter.
THANKS
Question
shumas753
i have dead project files and i want change name to mine for example like here:
package com.l2j.gameserver
import com.l2j.gameserver.network.serverpackets.SystemMessage;
import com.l2j.gameserver.script.DateRange;
import com.l2j.gameserver.util.Broadcast;
import com.l2j.util.StringUtil;
to this:
package lt.oriondev.gameserver
import lt.oriondev.gameserver.network.serverpackets.SystemMessage;
import lt.oriondev.gameserver.script.DateRange;
import lt.oriondev.gameserver.util.Broadcast;
import lt.oriondev.util.StringUtil;
and do this without writing with hand.
i have writen about half src by hand and i tired do this. could anyone help me?
2 answers to this question
Recommended Posts