Poison/slow update + Map-persistent diseases + Selling zero-qty rechs.
Rebalanced CafePQ rewards. Rebalanced drop chance of some equipments and HT drops with high rates. Fixed an weird issue where a "Targa hat" would appear as a debuff effect. Added visual effect to be displayed to other players when the custom "Chair Mastery" skill is being used. Slow disease is now visible to other players. Poison damage now displays the correct damage amount to other players. Disease status are now visible for other players when changing maps. Fixed recharging price being accounted incorrectly. Fixed zero-quantity rechargeables not being able to sell at NPC shops.
This commit is contained in:
@@ -102,6 +102,8 @@ Server potentials:
|
||||
* Enhanced buff system: smartly checks for the best available buff effects to be active on the player.
|
||||
* Enhanced AP auto-assigner: exactly matches AP with the needed for the player's current level, surplus assigned to the primary attribute.
|
||||
* Channel capacity bar functional and world servers with max capacity checks.
|
||||
* Disease status are now visible for other players, even when changing maps.
|
||||
* Poison damage value are now visible for other players.
|
||||
* Mastery book announcer displays droppers of needed books of a player, by reading underlying DB.
|
||||
* Custom jail system (needs provided custom wz).
|
||||
* Delete Character (requires ENABLE_PIC activated).
|
||||
@@ -139,6 +141,7 @@ External tools:
|
||||
Project:
|
||||
|
||||
* Organized project code.
|
||||
* Highly updated drop data.
|
||||
* Highly configurable server (see all server flags at ServerConstants).
|
||||
* Fixed/added some missing packets for MoveEnvironment, summons and others.
|
||||
* Reviewed many Java object aspects that needed concurrency protection.
|
||||
|
||||
@@ -907,4 +907,16 @@ Corrigido item de MapleTV sendo retirado 2x ao usar.
|
||||
29 Abril 2018,
|
||||
Implementado sistema de senhas para minirooms de match cards/omok.
|
||||
Adicionado/documentado mensagens de erro apropriados ao criar/visitar minirooms.
|
||||
Implementado expel em minirooms de jogos.
|
||||
Implementado expel em minirooms de jogos.
|
||||
|
||||
01 - 02 Maio 2018,
|
||||
Rebalanceado rewards da CafePQ.
|
||||
Rebalanceado equip e horntail drops com chances muito elevadas.
|
||||
Novo comando: maxhpmp.
|
||||
Corrigido exploit menor com jogadores podendo comprar permissão de player shops e merchants antes do level 16.
|
||||
Corrigido efeitos relacionados a Targa sendo mostrados fora de contexto com o disease CONFUSE.
|
||||
Adicionado efeito visual relacionado ao map chair skill sendo usado por um jogador para outros jogadores no mapa.
|
||||
Status de diseases agora são visíveis para outros jogadores, mesmo trocando de mapas.
|
||||
Dano de poison agora é visível para outros jogadores.
|
||||
Corrigido preço contabilizado incorretamente para itens recarregáveis.
|
||||
Corrigido recarregáveis com quantidade zero não sendo vendidos pelo NPC shop.
|
||||
@@ -54,7 +54,8 @@ Check autoban system
|
||||
|
||||
|
||||
---------------------------
|
||||
** GM/ADMIN **
|
||||
** System **
|
||||
- Update Java version
|
||||
---------------------------
|
||||
|
||||
====================================
|
||||
Reference in New Issue
Block a user