Releases: soul4soul/ot-monster-converter
Releases · soul4soul/ot-monster-converter
v5.0.0
What's Changed
- Cip Mon Format
- Add support for parsing strength spells
- Add support for parsing melee which inflicts poison damage
- Fix formula for calculating drunkenness strength
- Fix parsing speed spells
- Fix parsing whisper sounds
- Fix parsing of beam and strike spells
- Fix outfit spells being offensive or defensive
- TibiaWiki Format
- Massive improvements to input and output of abilities. Invisible, paralyze, drunk, field, and outfit abilities are now parsed to some degree.
- Rewrite loot parser to capture known monster loot table, drop statistics, and reward chest statistics.
- Add support for new parameters attacktype and lightcolor
- Add logic to determine article when not provided on TW
- Fix logic parsing summon counts
- TFS XML Format
- Add output of race information
- Improve logic for setting max summon count
- Fix logic setting convincible mana cost
- Fix output of DOT on melee
- Fix input parsing of dazzled condition
- TFS Revsysriptsys Format
- Fix logic setting convincible mana cost
v4.0.0
What's Changed
- Support for converting between server and client item ids
- Major updates to TibiaWiki Converter
- Fetch item ids, missile ids, and effect ids from the website
- New template serializer which made outputting TibiaWiki format a breeze
- Major improvements to getting loot list and preventing duplicate loot list entries
- Add hard coded look type data
- Improved and fixed logic converting from TW scene data to TFS attack attributes
- TFS XML Updates
- Various issues and typos fixed
- Updated support for new elements and attributes
- Various minor fixes
- Special thanks to @EPuncker and @ramon-bernardo for submitting pull requests
Full Changelog: v3.0.0...v4.0.0
v3.0.0
- Massive restructuring of the program
- Better error reporting specific to input and output files
- Pluggable design which allows new formats to be added without changing the core logic
- Separete GUI and CLI executables
- Updated to .NET5
- Rewrite of TibiaWiki parsing
- Over 50% faster and less bandwidth usage by making use of API endpoint
- Supports new ability templates
- Add fallback to using loot items when loot statistics don't exist
- Support for cip mon file format
- Support for outputting TFS XML format
- Updates to TFS RevScriptSys format
Prebuilt binaries are attached for windows x64 platforms. Other platforms can build from source.
v2.0.0
- Add support TibiaWiki as an input and output format
- Fix issues with parsing defensive abilities
- Fix issues with writing defensive abilities for revscriptsys format
- First community contribution by @nekiro who added support for the isboss flag and fixed a few defects
- Updates output for pyOT format