Posts: 4,878
Threads: 162
Joined: Mar 2008
Drahcir Wrote:Actually, sorry for reviving the thread again, but is there a problem with using fall:0?
There's nothing directly speaking against it, but fall: -1 is way better since it works flawlessly. You could, of course, use fall: 0 if you wish - that's your choice...
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~
"Freeze, you're under vrest!" - Mark, probably.
» Gallery | » Sprites | » DeviantArt
Thanks given by:
Posts: 54
Threads: 13
Joined: Jan 2009
(05-07-2008, 05:14 PM)zxcv11791 Wrote: my current method. simple and works fairly well
Quote:itr:
kind: 0 x: -9999 y: 100 w: 99999 h: 9999 zwidth: 9999 dvx: 0 dvy: 0 fall: -1 vrest: 8 bdefend: 100 injury: 0
effect: 5
itr_end:
a little messy but it does its job. Huge range, continuously hits the opponent so his movments are slowed down, hit spark is hidden, fall of negative 1 so it dosent go into the injured frames, bdefend of 100 so that the objects on the field don't bounce around, and effect 5 so there isn't any sound.
sorry if i suck at explaining, its better to just try it out
problems:
-have to chose between destroying all objects on the field or having them bounce around since the itr continuously hits them. I chose to just destroy them since it got kinda annoying with the bouncing...
-fire problem, opponets stay on fire but don't fall down. I think its the fall: -1 that causes it. Usually when an opponent is hit by the fire effect he falls down. I think that with fall: -1 his fall points kinda decrease so he dosen't fall down anymore and just stays there in place on fire
Any way to fix the problems? Are there any unnessary codes in it? And are there any other more effiecent methods? that the way zxcv11791 that was'nt a bad explaining
all you have to give it is a state 3005 without a shadow and that will slow down enemies, if you opoint it and you triple it will slow down an enemy to absolute zero
Naruto: Dawn Of Era...begins a new era own....
Thanks given by:
Posts: 70
Threads: 19
Joined: Feb 2009
Quote:hit spark is hidden
How you did it?
Thanks given by:
Posts: 656
Threads: 115
Joined: Nov 2008
with bdefend 100.
SUPER B*NER: :3
Thanks given by:
Posts: 1,696
Threads: 60
Joined: Jan 2009
So... state 3006 for no shadow, effect: 6 for no sound and bdefend 100 for now hit spark...
That is a great invisible Time Slower...
Version 1.10 out now!
Version 1.02 out now!
Version 1.22 out now!
Return (String) System.getNewsOfTheDay();
Barely active, expect slow responses. If at all.
Greetz,
Alblaka
Thanks given by:
Posts: 1,003
Threads: 3
Joined: Mar 2008
(02-21-2009, 07:02 PM)Alblaka Wrote: So... state 3006 for no shadow, effect: 6 for no sound and bdefend 100 for now hit spark...
That is a great invisible Time Slower...
wrong, wrong, wrong
state: 300 5 for no shadow, effect: 5 for no sound and h: 9999 for no hitting sparks
Posts: 1,696
Threads: 60
Joined: Jan 2009
XD
Right... state: 3006 was Henr'ys Super Arrow, wasn't it
But what should the "h" be?
Version 1.10 out now!
Version 1.02 out now!
Version 1.22 out now!
Return (String) System.getNewsOfTheDay();
Barely active, expect slow responses. If at all.
Greetz,
Alblaka
Thanks given by:
Posts: 1,696
Threads: 60
Joined: Jan 2009
awww, thx ^^
*thinks about making hitting sparks of Amaya's attacks invisible*
Version 1.10 out now!
Version 1.02 out now!
Version 1.22 out now!
Return (String) System.getNewsOfTheDay();
Barely active, expect slow responses. If at all.
Greetz,
Alblaka
Thanks given by:
Posts: 283
Threads: 17
Joined: Aug 2008
Its doesn't make a sound(when its hit a t0 or t2/weapons) or destroy weapons/t2.
I mean it doesn't hit t2 on ground .normallyslow downitr make lots of noise.Ik9 hits t2 once in mid air with bdef -1 and won't hurt them again unlike ik0 which does & cause a lots of noise
opoint: kind: 1 x: 39 action: 120 oid: ???
opoint_end:
Code: <frame> 120 SlowDownItr
pic: 999 state: 3005 wait: 0 next: 121 dvx: 0 dvy: 0 dvz: 0 centerx: 41 centery: 43
hit_a: 0 hit_d: 122 hit_j: 0 mp: -1
itr:
kind: 9 x: -9999 y: 100 w: 99999 h: 9999 zwidth: 9999 fall: -1 vrest: 1 bdefend: -1
effect: 5
itr_end:
<frame_end>
<frame> 121 SlowDownItr
pic: 999 state: 3005 wait: 0 next: 120 dvx: 550 dvy: 550 dvz: 550 centerx: 41 centery: 43
hit_a: 0 hit_d: 122 hit_j: 0 mp: -1
itr:
kind: 9 x: -9999 y: 100 w: 99999 h: 9999 zwidth: 9999 fall: 1 vrest: 1 bdefend: -1
effect: 5
itr_end:
<frame_end>
<frame> 122 SlowDownItr
pic: 999 state: 3005 wait: 1 next: 1000 dvx: 0 dvy: 0 dvz: 0 centerx: 41 centery: 43
itr:
kind: 9 x: -9999 y: 100 w: 99999 h: 9999 zwidth: 9999 fall: 1 vrest: 1 bdefend: -1
effect: 5
itr_end:
<frame_end>
I hope this help .
Thanks given by:
Posts: 502
Threads: 21
Joined: May 2011
07-13-2011, 01:47 AM
(This post was last modified: 07-13-2011, 01:49 AM by mfc.)
I'm sorry too for reviving it again but i can't stand anymore It can be with 2 ball frames: first for -fall points, it slows down time, and waiting time is 50 etc, second for taking back the fall points with same itrs with fall point: 49 and wait: 1 and next: 1000 . Thats it... So nobody stays on fire, everybody continues what they were doing...
Thanks given by:
|