Handlers in datapack question

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
aggonn
Posts: 67
Joined: Wed Jun 25, 2008 6:23 am

Handlers in datapack question

Post 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?
_Blade_
Posts: 135
Joined: Mon Dec 17, 2007 7:32 pm

Re: Handlers in datapack question

Post by _Blade_ »

import net.sf.l2j.gameserver.model.actor.L2Summon;
but its still in core side
Post Reply