Posts: 1,341
	Threads: 32
	Joined: Jan 2011
	
	 
	
	
		use state 7 in the attack or remove the bdy
	
	
	
	
	
 
 
	
	
	
		
	Posts: 12
	Threads: 0
	Joined: Dec 2010
	
	 
	
	
		may be add sth like vrest/arest: 6 would help?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 1,553
	Threads: 77
	Joined: May 2011
	
	 
	
	
		I tried but it didn't work, and for bashcrazy way the enemies are not effected by any attack when in attacking frame, maybe that's because of state 7.
	
	
	
	
	
 
Thanks given by:
		
 
	
	
	
		
	Posts: 12
	Threads: 0
	Joined: Dec 2010
	
	 
	
		
		
		08-23-2011, 12:56 AM 
(This post was last modified: 08-23-2011, 12:58 AM by duelas.)
	
	 
	
		Could you post some of the code of the "enemies"
frames link to the fall -1 attack
	
	
	
	
	
 
 
	
	
	
		
	Posts: 1,341
	Threads: 32
	Joined: Jan 2011
	
	 
	
	
		that's some retarded code.
frame 59 is never used. and why go into the dash attack ?
Probably looks messed when you use the dash attack.
damn I read wrong my post about state 7 or removing bdy is completely wrong. I thought you said when you were using a special attack.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 12
	Threads: 0
	Joined: Dec 2010
	
	 
	
		
		
		08-23-2011, 01:29 AM 
(This post was last modified: 08-23-2011, 01:31 AM by duelas.)
	
	 
	
		something not good...
first... this is about the frame 59
because when you use attack in the game
actually the attack will start at frame 60 (or 65)
and i think you should care more about your dc habit
the code should be tidier even a person who look at the code at the first time can understand the code
at last...
how can the enemies hit you at the same time?! 
i have seen the code and the itr range is not able to do that (i think the range is too small)
try to use high arest/vrest like 100
if the problem still can not be solved
just give up the fall: -1
Or... could you explain why did you use the fall: -1 and not fall: 20 or even higher?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 1,553
	Threads: 77
	Joined: May 2011
	
	 
	
		
		
		08-23-2011, 01:29 AM 
(This post was last modified: 08-23-2011, 01:44 AM by A-Man.)
	
	 
	
		No it's not retarted or anything
why? here is the answer.
1. frame 59 is called via hit_a: 59 in walking standing running frames.
2.I don't want my enemy to be able to dash, jump, defend or to do a special move so I used the dashing attack frame because they are unused know. 
so there is no problem in the code....
 It is just a simple weak character and I don't care if it is messed up.
I just said it it in previous post, I want fall -1 because i am making tens of weak enemies and I don't want my special attacks to be stopped by those. That's all.
	
	
	
	
	
 
Thanks given by:
		
 
	
	
	
		
	Posts: 12
	Threads: 0
	Joined: Dec 2010
	
	 
	
	
		oh! i am sorry...
You mean you want to make a character that only produce simple attacks?
That fall: -1 is used to slow down the speed of the character rather than giving damage to the character
if this is the end of the problem,
i think using high digit of arest/vrest could help