Page 1 of 1

Handlers reload problem

Posted: Sat Oct 09, 2010 3:15 pm
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..

Re: Handlers reload problem

Posted: Sat Oct 09, 2010 3:21 pm
by LasTravel
//admin > server > handlers

Re: Handlers reload problem

Posted: Sat Oct 09, 2010 3:26 pm
by Probe
add a small button to some admin page that calls that admin command

Re: Handlers reload problem

Posted: Sun Oct 10, 2010 8:05 am
by iamhawk
Thx, i'll try to implement that button, and now I call the page contained this button from macro :)
//admin4