Jump to content

Recommended Posts

Posted

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?

 

errorljg.th.png

  • 3 weeks later...
Posted

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? :(

Posted

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

Posted

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 :)

  • 2 weeks later...
Posted

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 :)

  • 2 weeks later...
Posted

i have a problem : l2character.java doesnt exist.... I use last Gracia 2 l2j ..

Posted

i have a problem : l2character.java doesnt exist.... I use last Gracia 2 l2j ..

 

gameserver.model.actor

 

You can find there this file....

Guest
This topic is now closed to further replies.



×
×
  • Create New...