Page 1 of 4

L2j Killer - Attacker Gracia Final

Posted: Mon Feb 08, 2010 1:06 pm
by JustLikeMe
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 3216:
L2JDP Revision 6306:

Hello. Where can i find the files to fix the l2jkiller for gracia fianl? I have some files but GameServer.java for interlude gracia has no gameserver.java. L2jAttacker is under development and its working. If it gets released will you be able to fix the problem too?

Re: L2j Killer - Attacker Gracia Final

Posted: Mon Feb 08, 2010 1:16 pm
by janiii
fix done and commited by DrHouse on gracia epilogue. check the timeline for ipv4 .

viewtopic.php?f=82&t=15494&p=77944

Re: L2j Killer - Attacker Gracia Final

Posted: Tue Feb 09, 2010 2:22 am
by JustLikeMe
I've downloaded the files from here http://www.l2jserver.com/trac/changeset/3774 but it has gameserver.java and its for interlude in gracia theres no gameserver.java

Re: L2j Killer - Attacker Gracia Final

Posted: Tue Feb 09, 2010 7:05 am
by janiii

Re: L2j Killer - Attacker Gracia Final

Posted: Tue Feb 09, 2010 12:21 pm
by JustLikeMe
Its Gracia Final CT2.3 . I have no-compiled server. Anyway where should i put these files if its for gracia cuz i cant find them anywhere.

Re: L2j Killer - Attacker Gracia Final

Posted: Tue Feb 09, 2010 12:38 pm
by janiii
you need the sources from the svn in order to make the changes on the source files.

Re: L2j Killer - Attacker Gracia Final

Posted: Tue Feb 09, 2010 12:49 pm
by JustLikeMe
I have no idea about what you talk to me. In my gameserver/data/ theres no GameServer.java . I got the svn files my server works, what sources you talk about? I thought i just have to replace some java files and thats all. My server in *not compiled*.
-friendly

Re: L2j Killer - Attacker Gracia Final

Posted: Tue Feb 09, 2010 12:57 pm
by janiii
if you downloaded the server from the svn then you also build it by yourself. so you probably have the source files of gameserver. or? look for the java folder in the files that you downloaded from svn, not in the already build server files!

and yes, you have just to replace/modify/add some java files. but you probably dont even know if you have the source files or not, so this will be hard for you..

Re: L2j Killer - Attacker Gracia Final

Posted: Tue Feb 09, 2010 1:09 pm
by JustLikeMe
Java folder? I've seen java files in gameserver/data/scripts/ there there is ai where are raid boss java files also in scripts folder there is a MasterHandler.java . Can you tell me the java folder? like gameserver/data/XXX ?

Re: L2j Killer - Attacker Gracia Final

Posted: Tue Feb 09, 2010 3:08 pm
by jurchiks
omfg :!: :?: :!:
dude, you download the server source through Eclipse or other program similar to this one
in that program you can modify the source
if you don't even know what is source, then don't bother asking such questions, it's just too embarasing

Re: L2j Killer - Attacker Gracia Final

Posted: Tue Feb 09, 2010 3:25 pm
by JustLikeMe
Ok i got it. I use eclipse and i get the source from my server files. But how am i gonna do that? I dont know how to import the files to eclipse and find the gameserver.java bla bla if you could tell me what to do step-by-step i would be grateful.

Edit: and we are not all java developers or have knowledge of compiling programs.

Re: L2j Killer - Attacker Gracia Final

Posted: Tue Feb 09, 2010 3:38 pm
by janiii
JustLikeMe wrote:Edit: and we are not all java developers or have knowledge of compiling programs.
and we are not visionary, to know that when you say you have "not compiled" server, you mean you DO HAVE compiled server and that you DO NOT HAVE sources and that you even don't know how to get sources..


check the wiki, check what to do with eclipse and how to get the sources from the svn repository for your server version (gracia epilogue, gracia final, ...). then you could just copy your changes from your compiled server to the sources and see what you changed. yeah, not an easy job..

but you could try to get the sources for your server version, then make the changes on the files from the patch, build the server and then just replace the l2jserver.jar file in gameserver and loginserver and see if your server starts - try this on a test server before!

or we just can't help you and you will have to live with l2j attacker/killer..

Re: L2j Killer - Attacker Gracia Final

Posted: Tue Feb 09, 2010 3:46 pm
by JustLikeMe
NO!!! So if i get an already made l2jserver.jar file i can fix the problem without compiling, otherwise i will have to compile my server to fix it huh? By saying i have not compiled server i mean i haven't use eclipse or any similar program. But i will compile it today cuz am angry now^^ Btw when i compile it will i have access to files html html xml?? or there will be different? O_o Or i can use eclipse to make changes to l2jserver.jar !!

Re: L2j Killer - Attacker Gracia Final

Posted: Tue Feb 09, 2010 4:05 pm
by janiii
http://www.l2jserver.com/trac/wiki/Eclipse

1. (download, install, ..) start eclipse
2. install subclipse in eclipse
3. checkout gracia final gameserver sources in eclipse with this repository location: http://l2jserver.com/svn/branches/L2_GameServer_T2.3/
4. apply the patch in eclipse on the gameserver project
5. run build.xml in eclipse
6. check the build/dist directory, a new l2jserver.jar should be there
7. make a backup of your existing l2jserver.jar in your gameserver directory (copy it somewhere, or rename it, ...)
8. copy the new l2jserver.jar to your gameserver directory where the old l2jserver.jar was
9. start the server and test the l2j killer

Re: L2j Killer - Attacker Gracia Final

Posted: Tue Feb 09, 2010 6:05 pm
by JustLikeMe
That was what i was searching in the first place! u're cool .