Jump to content
  • 0

[Help]Achievements Engine.


Question

Posted

Hello, i'm using aCis project and I'm trying to pass the Achievements Engine.

 

Everything is fine except this line.

 

for (int id: achievement.getRewardList().keySet())
		player.addItem(achievement.getName(), id, achievement.getRewardList().get(id), player, true);
}

 

addItem shows problem.

 

Problem :

 

The method addItem(String, int, int, L2Object, boolean) in the type L2PcInstance is not applicable for the arguments (String, int, Long, L2PcInstance, boolean)

 

Any idea? Thanks in advance.

 


 

Okay, I think now it's fixed. You can lock it.

 


1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...