- Version: All
- Product: Profiles Converters
- Type: Bug
- Status: Not a Bug
For ehample, i have some spell with condition:
<FightClassCondition> <ContionType>IsSpellUsable</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Shadow Word: Death</Name> <Need>true</Need> </Param> </FightClassCondition>
after convert to C# this condition is looks like this
SpellManager.SpellUsableLUA("")
Recommended Comments
Create an account or sign in to comment