Page 1 of 1

Handlers in datapack question

Posted: Sat May 09, 2009 2:06 pm
by aggonn
Hello,

in a auto tvt patch i found this:
import net.sf.l2j.gameserver.model.L2Summon;

and it gives an error.
the handlers are placed in the dtapack, so how can i get this line working?

Re: Handlers in datapack question

Posted: Sat May 09, 2009 2:56 pm
by _Blade_
import net.sf.l2j.gameserver.model.actor.L2Summon;
but its still in core side