mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 07:32:46 +00:00
Implements character service configuration
This commit is contained in:
@@ -109,7 +109,14 @@
|
||||
<service interface="com.l2jserver.service.game.spawn.SpawnService"
|
||||
implementation="com.l2jserver.service.game.spawn.SpawnServiceImpl" />
|
||||
<service interface="com.l2jserver.service.game.character.CharacterService"
|
||||
implementation="com.l2jserver.service.game.character.CharacterServiceImpl" />
|
||||
implementation="com.l2jserver.service.game.character.CharacterServiceImpl">
|
||||
<!-- Defines the restrictions for account creation -->
|
||||
<creation allow="true" allowed-races="HUMAN|ELF|DARK_ELF|ORC|DWARF|KAMAEL"
|
||||
allowed-genders="MALE|FEMALE">
|
||||
<!-- The maximum amount of characters per account -->
|
||||
<limits max-per-account="8" />
|
||||
</creation>
|
||||
</service>
|
||||
<service interface="com.l2jserver.service.game.character.ShortcutService"
|
||||
implementation="com.l2jserver.service.game.character.ShortcutServiceImpl" />
|
||||
<service interface="com.l2jserver.service.game.AttackService"
|
||||
|
||||
Reference in New Issue
Block a user