YesNoOk
avatar

Others having trouble doing my chars hypers (Read 395 times)

Started by Akimoto, August 20, 2008, 10:40:51 pm
Share this topic:
Others having trouble doing my chars hypers
#1  August 20, 2008, 10:40:51 pm
  • **
  • You Resist?
    • www.freewebs.com/akitaku/index.htm
ok people keep saying to me they can't do my hypers but i seen to be able to so i will post the code and hopefully you guys can help me there at the top of my cmd under my ai trigger so i know its not the priorities
thanks for the help,
Aki 

commands for my Hypers

[Command]
name = "HellH"
command = ~D,DF,F,D,DF,F,x
time = 40


[Command]
name = "Skull"
command = ~D,DF,F,D,DF,F,x+y
time = 40

[Command]
name = "Bullets"
command = ~D,DF,F,D,DF,F,y
time = 40

States for Hypers

;---------------------------------------------------------------------------
[State -1, Hell Hand]
type = ChangeState
value = 568
trigger1 = command = "HellH"
triggerall = statetype = S
triggerall = ctrl
triggerall = power > 999
;---------------------------------------------------------------------------
[State -1, Bullets]
type = ChangeState
value = 1111
trigger1 = command = "Bullets"
triggerall = statetype = S
triggerall = ctrl
triggerall = power > 1999
;---------------------------------------------------------------------------
[State -1, Skull]
type = ChangeState
value = 18
trigger1 = command = "Skull"
triggerall = statetype = S
triggerall = ctrl
triggerall = power > 999

Bringing you Mugen Chars based off people you didn't know existed for awhile and still no purple star
Last Edit: August 20, 2008, 10:44:09 pm by Akimoto
Re: Others having trouble doing my chars supers
#2  August 20, 2008, 10:44:40 pm
  • ******
Trigger1 goes after triggerall. You want to use statetype != A instead of statetype = S, it's a habit you should just pick up.
If I struggled to the end of my determination, to the end of my way of life with my followers, if the result is ruin, then this ruin is inevitable. Grieve. Shed tears. But you cannot regret.
Re: Others having trouble doing my chars supers
#3  August 20, 2008, 10:46:56 pm
  • **
  • You Resist?
    • www.freewebs.com/akitaku/index.htm
Trigger1 goes after triggerall. You want to use statetype != A instead of statetype = S, it's a habit you should just pick up.
o the order of those makes a difference? and thank you for the tip
Bringing you Mugen Chars based off people you didn't know existed for awhile and still no purple star
Re: Others having trouble doing my chars hypers
#4  August 20, 2008, 11:13:44 pm
  • ******
Yes.
If you put
Trigger1 = whatever
trigger3 = whatever2
trigger3 will never be read. You need a trigger2.
It's the same if you put
trigger1 = A
trigger2 = B
trigger3 = C
trigger2 = D
I dunno which one exactly but one of them is gonna be wonderfully ignored. Possibly all the following ones too though I don't remember the details, but - put them in order.
If I struggled to the end of my determination, to the end of my way of life with my followers, if the result is ruin, then this ruin is inevitable. Grieve. Shed tears. But you cannot regret.
Re: Others having trouble doing my chars hypers
#5  August 20, 2008, 11:35:06 pm
  • **
  • You Resist?
    • www.freewebs.com/akitaku/index.htm
Yes.
If you put
Trigger1 = whatever
trigger3 = whatever2
trigger3 will never be read. You need a trigger2.
It's the same if you put
trigger1 = A
trigger2 = B
trigger3 = C
trigger2 = D
I dunno which one exactly but one of them is gonna be wonderfully ignored. Possibly all the following ones too though I don't remember the details, but - put them in order.
i knew that
i just didn't know all was less than 1 lol thanks for the tips
Bringing you Mugen Chars based off people you didn't know existed for awhile and still no purple star