Handlers reload problem

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
iamhawk
Posts: 45
Joined: Sun Mar 21, 2010 9:04 am

Handlers reload problem

Post by iamhawk »

L2J Revision 4420
L2JDP Revision 7668

I'm working now on some custom mods, and I use the command:

Code: Select all

//script_load handlers/MasterHandler.java
But it's uncomfortable to call this command from console more and more times.
I was tried to call it from macro, but the last letter "a" does not fit :evil:

May be I can call this command in another way?

Help please..
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: Handlers reload problem

Post by LasTravel »

//admin > server > handlers
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

Re: Handlers reload problem

Post by Probe »

add a small button to some admin page that calls that admin command
iamhawk
Posts: 45
Joined: Sun Mar 21, 2010 9:04 am

Re: Handlers reload problem

Post by iamhawk »

Thx, i'll try to implement that button, and now I call the page contained this button from macro :)
//admin4
Post Reply