Rogiel Sulzbach
Rogiel Sulzbach
This service handles the character experience and will level the character up when the experience reaches the minimum value.
The LotteryService implementation is responsible for managing and selecting an winner from the tickets. Two service instances should be available: **AlwaysWinLotteryService**: This instance will always have an winner, meaning that...
Implements all behavior for lottery ticket seller NPCs
Implements all behavior for teleporter NPCs.
The AdministratorService is responsible for admin related actions. All admin commands are executed by this service. Command parsing is done in the packet object.
The ClanService is will be responsible for: - Joining/Unjoining members - Permissions - Clan member online notification (using events) - Creating and deleting clans
The PartyService will manage parties: - Joining/Unjoining members - Member offline notification - Effects broadcast to members - Item drop interception - Creating and disposing parties
PKService will manage the following: - Once a player attacks another player, it will start monitoring its actions - IF the other player attacked, its fine: it's not an PK...
PvPService will manage the following: - Once a player dies, it will check if the killer is an L2Character. If it is, will increase the killer pvp count and issue...
The DuelService will manage character duels. Once the duel starts, it should take an snapshot of the current effects state and when this duel finishes, the state must be restored...