Jump to content

Question

Posted (edited)

Hello guys maybe someone can help me to make make if (item.getItemId() == 57) to work with config

if (item.getItemId() == 57)
{
	distributeAdena(player, item.getItemId(), item.getCount(), target);
	return;
}

 

 

Edited by cyta5

4 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...