Closed ramon-bernardo closed 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)
monster.attacks = { ... {name ="combat" ... ShootEffect = CONST_ANI_FIRE ... }, ... }
Correct:
shootEffect = ...
The first letter of the shooteffect is being converted to uppercase. forgottenserver can't recognize the effect. Tested with demon. (TFS XML to REVSCRIPT)
Correct: