ZeRo* Posted March 17, 2010 Posted March 17, 2010 hi guys i want a java code which when a player log in the game he will take full recs... if (activeChar.isCharViP()) { if(Config.CHAR_VIP_COLOR_ENABLED) activeChar.setRecomHave(255); } Error: xxxxx\src\main\java\net\sf\l2j\gameserver\clientpackets\EnterWo rld.java:[195,12] cannot find symbol symbol : method setRecomHave(int) location: class net.sf.l2j.gameserver.model.actor.instance.L2PcInstance
0 down Posted March 17, 2010 Posted March 17, 2010 mb this: activeChar.getCharRecommendationStatus().setRecomHave(255);
0 ZeRo* Posted March 17, 2010 Author Posted March 17, 2010 mb this: activeChar.getCharRecommendationStatus().setRecomHave(255); Thx man :) /lock
Question
ZeRo*
hi guys i want a java code which when a player log in the game he will take full recs...
Error:
xxxxx\src\main\java\net\sf\l2j\gameserver\clientpackets\EnterWo
rld.java:[195,12] cannot find symbol
symbol : method setRecomHave(int)
location: class net.sf.l2j.gameserver.model.actor.instance.L2PcInstance
3 answers to this question
Recommended Posts