hi guys I reopen this topic since after L2J released freya I've updated my source here and now I've got problems I've solve some of it but not this problem here
so I might need your help on this one thanks devs
I've also checked MultiSell.java but the spelling is the same its kinda wierd... 8)
[javac] E:\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2CraftManagerInstance.java:57: separateAndSend(int,com.l2jserver.gameserver.model.actor.instance.L2PcInstance,com.l2jserver.gameserver.model.actor.L2Npc,boolean) in com.l2jserver.gameserver.datatables.MultiSell cannot be applied to (int,com.l2jserver.gameserver.model.actor.instance.L2PcInstance,int,boolean,double)
Question
madzkull
hi guys I reopen this topic since after L2J released freya I've updated my source here and now I've got problems I've solve some of it but not this problem here
so I might need your help on this one thanks devs
I've also checked MultiSell.java but the spelling is the same its kinda wierd... 8)
[javac] E:\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2CraftManagerInstance.java:57: separateAndSend(int,com.l2jserver.gameserver.model.actor.instance.L2PcInstance,com.l2jserver.gameserver.model.actor.L2Npc,boolean) in com.l2jserver.gameserver.datatables.MultiSell cannot be applied to (int,com.l2jserver.gameserver.model.actor.instance.L2PcInstance,int,boolean,double)
[javac] MultiSell.getInstance().separateAndSend(Integer.parseInt(command.substring(9).trim()), player,32076, false, getCastle().getTaxRate());
[javac] ^
[javac] 1 error
BUILD FAILED
10 answers to this question
Recommended Posts