[HELP]Advanced Champion Mod
Posted: Sun Dec 29, 2013 10:01 am
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: Latest BETA
L2JDP Revision Number: Latest BETA
Hello everyone .. i am new in this community..I used Advanced Champion Mod by VlLight
and i got many errors .. I fixed all of them except from one and i want your opinion...Here is the error.. I give u the quick fix too just to consider the problem to where it is located
com.l2j.gameserver.model.actor.L2Attackable.java
The problem is the setTeam i get error..here is the quickfix
The method setTeam(Team) in the type L2Npc is not applicable for the arguments (int)
I appreciate any help!!
[EDIT] Build Full Error
» Find Revision
L2J Revision Number: Latest BETA
L2JDP Revision Number: Latest BETA
Hello everyone .. i am new in this community..I used Advanced Champion Mod by VlLight
and i got many errors .. I fixed all of them except from one and i want your opinion...Here is the error.. I give u the quick fix too just to consider the problem to where it is located
com.l2j.gameserver.model.actor.L2Attackable.java
Code: Select all
{ _championType = champType; setTeam(ChampionData.getInstance().getGlow(champType)); }
The method setTeam(Team) in the type L2Npc is not applicable for the arguments (int)
I appreciate any help!!
[EDIT] Build Full Error
Code: Select all
[javac] setTeam(ChampionData.getInstance().getGlow(champType)); [javac] ^ [javac] method L2Npc.setTeam(Team) is not applicable [javac] (actual argument int cannot be converted to Team by method invocation conversion) [javac] method L2Character.setTeam(Team) is not applicable [javac] (actual argument int cannot be converted to Team by method invocation conversion) [javac] 1 error