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)
I really want the AI to interact with the server as if it was a player. That involves de gameserver knowing and treating the AI instance as a player! I don't know if I can replicate that with database queries, honestly. But that's a nice tip that I might follow if everything else fails.
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