These past days I have been trying to implement this L2CraftManager into my own private server, but with no success. I am using an older build version from L2jFrozen for Interlude. I have everything set up but when I try to compile the server it gives the following error:
Buildfile: F:\L2\EclipseWorkspace\FrozenBackup\trunk\gameserver\build.xml
prepare-local:
prepare-final:
init:
version:[echo] L2jFrozen GameserverRevision: exported
compile:[javac]Compiling845 source files to F:\L2\EclipseWorkspace\FrozenBackup\trunk\gameserver\build\classes
[javac] warning:[options] bootstrap class path not set in conjunction with-source 1.7[javac] F:\L2\EclipseWorkspace\FrozenBackup\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2CraftManagerInstance.java:88: error: cannot find symbol
[javac]&&!_item.isHeroitem())[javac]^[javac] symbol: method isHeroitem()[javac] location: variable _item of type L2ItemInstance
[javac] F:\L2\EclipseWorkspace\FrozenBackup\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2CraftManagerInstance.java:335: error: cannot find symbol
[javac] L2RecipeList _recipe =RecipeController.getInstance().getRecipesId(_item.getItemId());[javac]^[javac] symbol: method getRecipesId(int)[javac] location:classRecipeController[javac] F:\L2\EclipseWorkspace\FrozenBackup\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2CraftManagerInstance.java:377: error: cannot find symbol
[javac] L2RecipeList _recipeList =RecipeController.getInstance().getRecipeByItemId(_recipe.getItemId());[javac]^[javac] symbol: method getRecipeByItemId(int)[javac] location:classRecipeController[javac] F:\L2\EclipseWorkspace\FrozenBackup\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2CraftManagerInstance.java:432: error: cannot find symbol
[javac] L2RecipeList _recipeList =RecipeController.getInstance().getRecipeByItemId(_recipe.getItemId());[javac]^[javac] symbol: method getRecipeByItemId(int)[javac] location:classRecipeController[javac] F:\L2\EclipseWorkspace\FrozenBackup\trunk\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2CraftManagerInstance.java:528: error: cannot find symbol
[javac] L2RecipeList _recipeList =RecipeController.getInstance().getRecipeByItemId(_recipe.getItemId());[javac]^[javac] symbol: method getRecipeByItemId(int)[javac] location:classRecipeController[javac]5 errors
[javac]1 warning
BUILD FAILED
I understand the error, but still I cannot find a solution. That .getRecipeByItemId is giving me a hard time.I tried different approaches, but my knowledge is very limited. I hope you can give me a helping hand with this. Much appreciated. Thanks!
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.
What's shit here it's whatever's inside your head, desperately trying to twist an answer that's already been given. Thus I upgrade my previous description of you from moron to complete moron. Congratulations.
Question
stalker66
Hello guys,
These past days I have been trying to implement this L2CraftManager into my own private server, but with no success. I am using an older build version from L2jFrozen for Interlude. I have everything set up but when I try to compile the server it gives the following error:
I understand the error, but still I cannot find a solution. That .getRecipeByItemId is giving me a hard time.I tried different approaches, but my knowledge is very limited. I hope you can give me a helping hand with this. Much appreciated. Thanks!
Btw! Forgot to attach the whole code :D:
0 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.