Releases: crhbetz/mp-poraclePvpHelper
Releases · crhbetz/mp-poraclePvpHelper
2.0
- calculations moved to submodule
- respect gender specific evolutions
- send
encounter_id
as str
(configurable, default enabled - PoracleJS parsing issue workaround)
v.1.3.2
- fix an issue where evolutions were not correctly parsed from game master info when the affected mon(s) do not have an explicit form ID yet
- accurately logging what will happen when
.data.pickle
file is not present (precalc True
or False
)
v1.3.1
1.3.1:
- fix Enum parser after Furtif repo changes
1.3.0:
- pvp level defaults to 50
- values will be calculated on the go as missing pokemon are requested
- new config items: maxlevel, precalc, savedata
-> maxlevel = 50
, the maximum level for pvp calculations
-> precalc = False
, calculate everything on first startup if .data.pickle
is missing
-> savedata = True
, save to .data.pickle
file - maybe useful to set to False for multi-instance setups
v1.2
- Gamemaster v2 support (#3) - thx to @JabLuszko !
- add Enum info through
additional-enum-info.ini
file - SABLEYE_COSTUME_2020
included as example and to actually add it, because upstream Form Enum is missing it :-)
v1.1
- fix #1 (respect webhook_max_payload_size setting from MAD)
- catch unhandled exceptions to keep the plugin from completely stopping
- add version checker (terminal / logs)
v1.0.3
- fix a crash caused by un-calculated mon-forms