soul4soul / ot-monster-converter

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

shootEffect key with uppercase first letter #60

Closed ramon-bernardo closed 3 years ago

ramon-bernardo commented 3 years ago

The first letter of the shooteffect is being converted to uppercase. forgottenserver can't recognize the effect. Tested with demon. (TFS XML to REVSCRIPT) image

monster.attacks = {
    ...
    {name ="combat" ... ShootEffect = CONST_ANI_FIRE ... },
    ...
}

Correct:

shootEffect = ...