Matim Posted March 7, 2012 Author Posted March 7, 2012 Its obvious, not visible, so make it visible, so make it public. Simply follow Eclipse hints and quick fixes. Quote
Rzeszut Posted July 14, 2012 Posted July 14, 2012 I have problem on compilation this files , a have a Freya L2j Files [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\model\actor\instance\L2CrystalInstance.java:695: error: setReputationScore(int,boolean) has private access in L2Clan [javac] player.getClan().setReputationScore(player.getClan().getReputationScore() - price, true); [javac] ^ [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\model\actor\instance\L2CrystalInstance.java:702: error: setReputationScore(int,boolean) has private access in L2Clan [javac] player.getClan().setReputationScore(player.getClan().getReputationScore() - price, true); [javac] ^ [javac] 2 errors int current = _warningCount; _warningCount = current + count; player.getClan().setReputationScore(player.getClan().getReputationScore() - price, true); player.sendPacket(new CreatureSay(0, Say2.PARTY, "Crystal", "Successfully purchased " + count + " warnings!")); } else if (abilitiId == 2) { int current = _defenceSpawnCount; _defenceSpawnCount = current + count; player.getClan().setReputationScore(player.getClan().getReputationScore() - price, true); player.sendPacket(new CreatureSay(0, Say2.PARTY, "Crystal", "Successfully purchased " + count + " Defence Abilities!")); Quote
Rzeszut Posted July 15, 2012 Posted July 15, 2012 Please help no compilation on Freya L2J please help i dont no Quote
seven2099 Posted July 16, 2012 Posted July 16, 2012 damn i wish i could see it although my friend says this patch is great. Quote
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.