Jump to content

Recommended Posts

Posted

I got compile errors I change the imports

 

==============================================================================================================

[javac] Compiling 1495 source files to E:\workspace\l2jspartan\L2Spartan-Game\build\classes

    [javac] E:\workspace\l2jspartan\L2Spartan-Game\java\com\l2spartan\gameserver\model\actor\instance\L2CraftManagerInstance.java:57: cannot find symbol

    [javac] symbol  : method SeparateAndSend(int,com.l2spartan.gameserver.model.actor.instance.L2PcInstance,boolean,double)

    [javac] location: class com.l2spartan.gameserver.model.L2Multisell

    [javac] L2Multisell.getInstance().SeparateAndSend(Integer.parseInt(command.substring(9).trim()), player, false, getCastle().getTaxRate());

    [javac]                         ^

    [javac] E:\workspace\l2jspartan\L2Spartan-Game\java\com\l2spartan\gameserver\model\actor\instance\L2CraftManagerInstance.java:103: cannot find symbol

    [javac] symbol  : method isHeroitem()

    [javac] location: class com.l2spartan.gameserver.model.L2ItemInstance

    [javac]                                                && !_item.isHeroitem())

    [javac]                                                          ^

    [javac] E:\workspace\l2jspartan\L2Spartan-Game\java\com\l2spartan\gameserver\model\actor\instance\L2CraftManagerInstance.java:297: cannot find symbol

    [javac] symbol  : method getEquipSlot()

    [javac] location: class com.l2spartan.gameserver.model.L2ItemInstance

    [javac] L2ItemInstance[] unequiped = player.getInventory().unEquipItemInSlotAndRecord(_item.getEquipSlot());

    [javac]                                                                                   ^

    [javac] 3 errors

===================================================================================================

Sir Onix any ideas about this?

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...