Is there any way to disable the creation of new classes At,Bard,gunner... by src ?![]()
Is there any way to disable the creation of new classes At,Bard,gunner... by src ?![]()
if (playerCommonData.getPlayerClass() == PlayerClass.ENGINEER || playerCommonData.getPlayerClass() == PlayerClass.ARTIST) { client.sendPacket(new SM_CREATE_CHARACTER(null, SM_CREATE_CHARACTER.FAILED_TO_CREATE_THE_CHARACTER)); IDFactory.getInstance().releaseId(playerCommonData.getPlayerObjId()); return; }
This is the code that has been implemented to ban poets and gunmen.