In aCis rev 330 import net.sf.l2j.gameserver.model.L2ItemInstance; gives error cause L2ItemInstance doesn't exist. i tried import net.sf.l2j.gameserver.model.ItemRequest; and import net.sf.l2j.gameserver.model.item.instance.ItemInstance;
but i get error elsewhere,whats the proper import?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
In this case, what is missing are the NPC effects, it is a little more complex to import this, I think the tutorials here on the forum have the videos unavailable.
Question
stayros
In aCis rev 330 import net.sf.l2j.gameserver.model.L2ItemInstance; gives error cause L2ItemInstance doesn't exist.
i tried import net.sf.l2j.gameserver.model.ItemRequest;
and import net.sf.l2j.gameserver.model.item.instance.ItemInstance;
but i get error elsewhere,whats the proper import?
Edited by stayros3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.