Rogiel Sulzbach

Results 36 issues of Rogiel Sulzbach

This service handles the character experience and will level the character up when the experience reaches the minimum value.

Implementation/Service

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...

Implementation/Service

Implements all behavior for lottery ticket seller NPCs

Implementation/NPC Controller

Implements all behavior for teleporter NPCs.

Implementation/NPC Controller

The AdministratorService is responsible for admin related actions. All admin commands are executed by this service. Command parsing is done in the packet object.

Implementation/Service

The ClanService is will be responsible for: - Joining/Unjoining members - Permissions - Clan member online notification (using events) - Creating and deleting clans

Implementation/Service

The PartyService will manage parties: - Joining/Unjoining members - Member offline notification - Effects broadcast to members - Item drop interception - Creating and disposing parties

Implementation/Service

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...

Implementation/Service

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...

Implementation/Service

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...

Implementation/Service