Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] Healing not working
#1
This is supposed to heal rite? Can anyone tell me y isit not working?

<frame> 146 M_lying_heal
pic: 0 state: 3 wait: 1 next: 147 dvx: 0 dvy: 0 dvz: 0 centerx: 39 centery: 79 mp: 100
hit_a: 0 hit_d: 0 hit_j: 0
wpoint:
kind: 3 x: 27 y: 54 weaponact: 23 attacking: 0 cover: 0 dvx: 0 dvy: 0 dvz: 0
wpoint_end:
bdy:
kind: 0 x: 21 y: 18 w: 43 h: 62
bdy_end:
<frame_end>

<frame> 147 M_lying_heal
pic: 0 state: 3 wait: 1 next: 148 dvx: 0 dvy: 0 dvz: 0 centerx: 39 centery: 79
hit_a: 0 hit_d: 0 hit_j: 0
opoint:
kind: 1 x: 40 y: 40 action: 50 dvx: 0 dvy: 0 oid: 214 facing: 0
opoint_end:
bdy:
kind: 0 x: 20 y: 1020 w: 40 h: 40
bdy_end:
bdy:
kind: 0 x: 21 y: 18 w: 43 h: 62
bdy_end:
<frame_end>

<frame> 148 M_lying_heal
pic: 0 state: 3 wait: 1 next: 149 dvx: 0 dvy: 0 dvz: 0 centerx: 39 centery: 79
hit_a: 0 hit_d: 0 hit_j: 0
opoint:
kind: 2 x: 40 y: 40 action: 20 dvx: 0 dvy: 0 oid: 122 facing: 0
opoint_end:
wpoint:
kind: 1 x: 40 y: 40 weaponact: 20 attacking: 0 cover: 1 dvx: 0 dvy: 0 dvz: 0
wpoint_end:
bdy:
kind: 0 x: 21 y: 18 w: 43 h: 62
bdy_end:
<frame_end>

<frame> 149 M_lying_heal
pic: 0 state: 17 wait: 1 next: 307 dvx: 0 dvy: 0 dvz: 0 centerx: 39 centery: 79
hit_a: 0 hit_d: 0 hit_j: 0
wpoint:
kind: 1 x: 40 y: 40 weaponact: 20 attacking: 0 cover: 1 dvx: 0 dvy: 0 dvz: 0
wpoint_end:
bdy:
kind: 0 x: 21 y: 18 w: 43 h: 62
bdy_end:
<frame_end>

<frame> 307 M_lying_heal
pic: 0 state: 17 wait: 1 next: 999 dvx: 0 dvy: 0 dvz: 0 centerx: 39 centery: 79
hit_a: 0 hit_d: 0 hit_j: 0
wpoint:
kind: 1 x: 40 y: 40 weaponact: 1000 attacking: 0 cover: 0 dvx: 0 dvy: 0 dvz: 0
wpoint_end:
bdy:
kind: 0 x: 21 y: 18 w: 43 h: 62
bdy_end:
<frame_end>
Reply
Thanks given by:
#2
it DOES heal, but only for 2 frames, and that's way to less to actually see an effect
Reply
Thanks given by:
#3
So wad do i need to do?
Reply
Thanks given by:
#4
Give him a bigger wait (something like wait: 1000 would do :D)

Or (if you got what I meant previously...) you can just add some infinite next stuff with hit_d to end, like:
<frame> 149 next: 150 hit_d: 1
<frame> 150 next: 149 hit_d: 2

I don't know, really. There're so much possible things you could do :p
Reply
Thanks given by:
#5
K, i know y now. But i need to know how to get the heal instantly?
Reply
Thanks given by:
#6
use the healing frames in frame 146?
btw this should be in datachanging?
Reply
Thanks given by:
#7
K, thx guys i will move this to the datachanging. (im new so i didnt know sry)
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)