Jump to content
  • 0

[Request Code]EnterWorld - Recomment


Question

Posted

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

 

3 answers to this question

Recommended Posts

  • 0
Posted

mb this:

activeChar.getCharRecommendationStatus().setRecomHave(255);

 

Thx man :) /lock

Guest
This topic is now closed to further replies.


×
×
  • Create New...