YesNoOk
avatar

How do I give my fighter Infinite Power or Refillable Power? (Read 2367 times)

Started by Curse_Mark Ryu, May 15, 2008, 07:08:22 am
Share this topic:
How do I give my fighter Infinite Power or Refillable Power?
#1  May 15, 2008, 07:08:22 am
  • *
I've been trying to do this forever with my Ryuuken character, but the guy doesn't have anything with his code where i can do this.  I cant even find how to make it so he only needs his power bar up to 1 to do his Final atack....Need some help please
Re: How do I give my fighter Infinite Power or Refillable Power?
New #2  May 15, 2008, 07:30:18 am
  • ****
  • Humanity can be so much more
    • Jamaica
    • Skype - gouken1987
    • www.mugenguild.com/mastergouken/

  • Online
Infinite power?

Under statedef -3

[mcode][State -3, mugenchikara!]
type = powerset
trigger1 = 1
value = powermax[/mcode]

Though I suppose you could just make him able to use the moves without actually requiring any power to begin with.

As for your second question, just add power >= 1000 to the list of triggers you have for the move in your cmd file.

EDiT: Regarding refillable power, it is the same principle as the infinite power; the only difference is that you'd place it in the power up state with command = "[insert command name here]" as it's trigger, and change powetset to poweradd, with a small numeric value.
Last Edit: May 15, 2008, 07:01:23 pm by Ryuk