marwan Posted October 5, 2012 Posted October 5, 2012 how to import datapack class from gameserver class i mean i want to import like AdminAdmin.class from L2PcInstance how ????
0 dEvilKinG Posted October 5, 2012 Posted October 5, 2012 wtf? the irony of the story is that you have as a personal title "learning java in progress"
0 marwan Posted October 5, 2012 Author Posted October 5, 2012 wtf? the irony of the story is that you have as a personal title "learning java in progress" So.... ?
0 dEvilKinG Posted October 5, 2012 Posted October 5, 2012 So.... ? I can't understand what you're asking for.. Try to explain better.
0 marwan Posted October 5, 2012 Author Posted October 5, 2012 There are two L2jServer the core and datapack I want to import classes from l2jserver to datapack Like import handlers.AdminCommandHandlers.AdminAdmin I want to import this files from like L2PcInstance
0 vampir Posted October 6, 2012 Posted October 6, 2012 its hard thing to do, your datapack is compiled while server is running, so it cannot be imported before. Try putting your AdminAdmin into Core, not datapack
0 marwan Posted October 6, 2012 Author Posted October 6, 2012 but if i did that AdminAdmin wont work anymore because its original place is datapack
0 Tryskell Posted October 6, 2012 Posted October 6, 2012 Analyze how old good L2J IL is working and see how it works ?
0 marwan Posted October 6, 2012 Author Posted October 6, 2012 Analyze how old good L2J IL is working and see how it works ? Yes but the problem is IL all handlers was in gameserver not datapack
0 Tryskell Posted October 6, 2012 Posted October 6, 2012 Well that means then after 3 explanations I still didn't understand what you meant.
Question
marwan
how to import datapack class from gameserver class
i mean i want to import like AdminAdmin.class from L2PcInstance
how ????
9 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now