Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

L2J L2CraftManager compile error

Initiate Mage
Joined
Jan 6, 2009
Messages
3
Reaction score
0
Hi, I know this is an age old question, but maybe you guys can help me out a bit. I am trying to install the L2CraftManager.java into my core server pack, but its giving me a compiling error:

Code:
F:\L2\EclipseWorkspace\L2jFrozenInterlude\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2CraftManagerInstance.java:335: error: cannot find symbol
    [javac]  					L2RecipeList _recipe = RecipeController.getInstance().getRecipeByItemId(_item.getItemId()); 
    [javac]  					                                                     ^
    [javac]   symbol:   method getRecipeByItemId(int)
    [javac]   location: class RecipeController
And I tried to fixed it, but I am not good at java, and don't know whats the issue.
 
Back
Top