soul4soul / ot-monster-converter

C# .NET 5 program for converting OpenTibia (OT) monsters between commonly used formats
10 stars 12 forks source link

[TibiaWiki -> TFX XML] max summon issue #73

Closed EPuncker closed 2 years ago

EPuncker commented 2 years ago

Lich output example:

    <summons maxSummons="4">
        <voice name="Bonebeast" interval="2000" chance="15" max="1" />
    </summons>

its confusing to have two max summons with different values (4 and 1)