What did I do wrong?I tried to do an area effect that gives you condition effect. @Club559 @Lunati Player.UseItem.cs To see the error message: wServer.logic.AreaEff.cs:
You used ConditionEffectIndex eff, which means that you must use it, and not eff.ConditionEffect. ConditionEffectIndex.eff
Originally Posted by ProHackBot999 You used ConditionEffectIndex eff, which means that you must use it, and not eff.ConditionEffect. ConditionEffectIndex.eff Now it gives me this:
Actually, you might want to edit the AreaEff definition to have it ask for eff.ConditionEffect instead of ConditionEffectIndex eff. You need to make sure that you are consistent in your use of ConditionEffect classes.