Remove Own State After Using a Skill

● ARCHIVED · READ-ONLY
Started by Nugem 5 posts View original ↗
  1. Basically I need that some states get removed after using certain skills.

    Ex: I've enchanted my sword with Fire. Fire Power state is enabled. Next turn, IF I choose a attack skill it, I will attack then get removed. Else, retain my state.

    I've been searching for scripts for a while, found just Tskuhime's Auto Removal, but it is not compatible with VE - ATB and crashes. Also, I can't use Formulae Box cause' theres not enough room for so many states.

    Any ideas how to do this? Anyone know any scripts to point these conditions on notetags?

    Thanks already.
  2. So...can anyone give a hand over here?
  3. Have you tried using a Common Event which checks for what states are applied?  Have it called up either by the skill (or whatever) that produces Fire Power or the skill that is activated when Fire Power is applied.  I suppose you could, as an alternative, have the sword call up the common event.
  4. I have tried by eventing, but it dispose of the states before dealing the damage...
  5. Solution found:

    - Tsukime's Formula Effects

    Notebox:

    State for Each State in Skill tab.

      <formula effect>
          a.remove_state(x)
      </formula effect>


    Noteboxes will be full, but it works!