Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Releases: crhbetz/mp-poraclePvpHelper

2.0

20 May 17:34
a65cbd0
Compare
Choose a tag to compare
  • calculations moved to submodule
  • respect gender specific evolutions
  • send encounter_id as str (configurable, default enabled - PoracleJS parsing issue workaround)

v.1.3.2

31 Dec 11:55
Compare
Choose a tag to compare
  • 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

21 Dec 03:17
Compare
Choose a tag to compare

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

24 Oct 17:32
Compare
Choose a tag to compare
  • 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

07 Oct 18:43
30d9785
Compare
Choose a tag to compare
  • 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

02 Oct 05:31
Compare
Choose a tag to compare
  • fix a crash caused by un-calculated mon-forms