Experimental Character/Client Closure + Morph & Crash skills patch
Player Trade is now enabled inside PQ & events. Refactored minigame code, now using enums rather than strings for logistics. Fixed Transformations not applying stat buffs properly. Warrior's Crash skills now acts accordingly with their description (rather than applying all combined debuffs). Added a server flag for Crash skills, to apply mob immunity debuffs as well. Fixed Shark Wave not stacking charges. Dragon Roar now properly stuns the mobs (stun effect won't show up, though). Refactored empty method on MapleCharacter, now freeing more resources. [EXPERIMENTAL] Upon lifetime's end of the object, empty function will be called alongside MapleClient's clear, should issues arise from that, it's TBD.
This commit is contained in:
27
docs/fieldlimits.txt
Normal file
27
docs/fieldlimits.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
Provided by Arnah, source: http://forum.ragezone.com/f702/release-harepacker-resurrected-1149521/index2.html
|
||||
|
||||
Field limits (v95):
|
||||
FIELDOPT_MOVELIMIT = 0x1,
|
||||
FIELDOPT_SKILLLIMIT = 0x2,
|
||||
FIELDOPT_SUMMONLIMIT = 0x4,
|
||||
FIELDOPT_MYSTICDOORLIMIT = 0x8,
|
||||
FIELDOPT_MIGRATELIMIT = 0x10,
|
||||
FIELDOPT_PORTALSCROLLLIMIT = 0x20,
|
||||
FIELDOPT_TELEPORTITEMLIMIT = 0x40,
|
||||
FIELDOPT_MINIGAMELIMIT = 0x80,
|
||||
FIELDOPT_SPECIFICPORTALSCROLLLIMIT = 0x100,
|
||||
FIELDOPT_TAMINGMOBLIMIT = 0x200,
|
||||
FIELDOPT_STATCHANGEITEMCONSUMELIMIT = 0x400,
|
||||
FIELDOPT_PARTYBOSSCHANGELIMIT = 0x800,
|
||||
FIELDOPT_NOMOBCAPACITYLIMIT = 0x1000,
|
||||
FIELDOPT_WEDDINGINVITATIONLIMIT = 0x2000,
|
||||
FIELDOPT_CASHWEATHERCONSUMELIMIT = 0x4000,
|
||||
FIELDOPT_NOPET = 0x8000,
|
||||
FIELDOPT_ANTIMACROLIMIT = 0x10000,
|
||||
FIELDOPT_FALLDOWNLIMIT = 0x20000,
|
||||
FIELDOPT_SUMMONNPCLIMIT = 0x40000,
|
||||
FIELDOPT_NOEXPDECREASE = 0x80000,
|
||||
FIELDOPT_NODAMAGEONFALLING = 0x100000,
|
||||
FIELDOPT_PARCELOPENLIMIT = 0x200000,
|
||||
FIELDOPT_DROPLIMIT = 0x400000,
|
||||
FIELDOPT_ROCKETBOOSTER_LIMIT = 0x800000,
|
||||
@@ -12,6 +12,7 @@ Known issues:
|
||||
- Deadlocks may start appearing if the server stays online long enough with many players logged in.
|
||||
- If there are multiple bosses that shows HPBar on the map, if a player hits more than one the HPBar may start flickering on the screen.
|
||||
- Sometimes battleship may behave oddly with the enhanced buff system, making the character d/c in certain scenarios.
|
||||
- Dragon Roar doesn't show the stun effect to players.
|
||||
---------------------------
|
||||
|
||||
---------------------------
|
||||
|
||||
@@ -1049,4 +1049,17 @@ Corrigido Heaven's Hammer e Combo Tempest não mostrando dano aos jogadores.
|
||||
Corrigido exploit onde jogadores poderiam criar minirooms em certos casos onde os mesmos não poderiam fazê-lo.
|
||||
Quest itens dropados de mobs que não visíveis pelo jogador atacante agora são mostrados mais nas pontas, de forma que o conjunto de drops agora aparente não ter espaço com itens invisíveis no meio.
|
||||
Corrigido Horntail não atruibuindo quest progress corretamente para a quest The Last Hour of Horntail.
|
||||
Removido skill books agora desnecessários do drop data, uma vez que já foi implementado as quests para conseguir elas.
|
||||
Removido skill books agora desnecessários do drop data, uma vez que já foi implementado as quests para conseguir elas.
|
||||
|
||||
16 Junho 2018,
|
||||
Corrigido Trade não podendo ser realizado dentro de PQ, problema ocorrendo devido a uma mudança feita no último commit.
|
||||
Refatorado minigames, agora utilizando enums ao invés de strings.
|
||||
Corrigido Transformations não recebendo stat buffs corretamente.
|
||||
Corrigido skills Crash agora atuando dentro de suas respectivas repartições.
|
||||
Adicionado server flag para permitir skills Crash retirar invencibilidades do mob.
|
||||
Corrigido Shark Wave não realizando contabilização de charges ao aplicar dano.
|
||||
Dragon Roar agora aplica stun em mobs (efeito de stun aparentemente não está sendo mostrado aos jogadores).
|
||||
|
||||
22 Junho 2018,
|
||||
Refatorado método de empty em MapleCharacter, agora verificando e liberando mais recursos.
|
||||
Corrigido exploit onde pacotes referentes à chairs poderiam ser processados e reenviados aos outros em casos onde o personagem está fora do world server.
|
||||
Reference in New Issue
Block a user