Jump to content
  • Convert to C# looses spell conditions


    kergudu
    • 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("")

     



    User Feedback

    Recommended Comments

    Hello, when you convert to C# you launch the editor for shortcut "Fight Class Editor" or from WRobot tab "Tools"? If you launch from shortcut launch it from WRobot (to convert to c#)

    Link to comment
    Share on other sites



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...