rubix123 Posted March 21, 2009 Posted March 21, 2009 How do I add this to my server? I can compile after doing an SVN checkout but if I add any java files to the server i want compiled it errors and doesnt compile. What am I doing wrong?
rubix123 Posted April 11, 2009 Posted April 11, 2009 Patch does not work for me. Could you upload the .java files? Thx ^^
rubix123 Posted April 11, 2009 Posted April 11, 2009 What do you mean by applying it manually? I just learned how to compile successfully and Ill try to apply the patch through eclipse and it doesnt work. :S But whenever I add .java files to my sources and compile it always works 100%... I never have any luck with patches how do I apply it manually? :(
fdLP. Posted April 11, 2009 Posted April 11, 2009 Open the java files the patchs needs and try to find the - lines , remove them and add the + lines .... the lines might be different from pack to pack .. you might need to guess , search a bit
rubix123 Posted April 11, 2009 Posted April 11, 2009 That seems like alot of extra work to do when the file is just suppose to be applied as a patch, or is this what everyone does? Ive never gotten a patch to work
LauQ Posted April 15, 2009 Posted April 15, 2009 ey im buisy applyin this manually at l2j gameserver latest rev, but it seems my admincommandhandler.java doesnt have 106 lines ^^ (I cant find this: registerAdminCommandHandler(new AdminTvTEvent()); registerAdminCommandHandler(new AdminUnblockIp()); registerAdminCommandHandler(new AdminZone()); + registerAdminCommandHandler(new AdminTownWar()); _log.config("AdminCommandHandler: Loaded " + _datatable.size() + " handlers."); } Thanks in advance for help :)
LauQ Posted April 28, 2009 Posted April 28, 2009 I was wondering if theres a way to make this automated. I suppose with global_tasks but I wouldnt know what to put in the .py in data/script/cron... Thanks in advance :)
Emrys Posted May 14, 2009 Posted May 14, 2009 i have a problem : l2character.java doesnt exist.... I use last Gracia 2 l2j ..
Kràtos Posted May 14, 2009 Posted May 14, 2009 On 5/14/2009 at 8:59 AM, TheEnd said: i have a problem : l2character.java doesnt exist.... I use last Gracia 2 l2j .. gameserver.model.actor You can find there this file....
Recommended Posts