Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Healing stuff
#11
but thats what i'm doing i hit myself with state: 18 and a negative injury but it doesnt work
Reply
Thanks given by:
#12
have you reduced this
Code:
<frame> 140 burning_smoke
   pic: 8  state: 9999  wait: 1  next: 141  dvx: 0  dvy: -1  centerx: 17  centery: 28  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>

<frame> 141 burning_smoke
   pic: 9  state: 9999  wait: 1  next: 142  dvx: 0  dvy: -2  centerx: 17  centery: 28  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>

<frame> 142 burning_smoke
   pic: 18  state: 9999  wait: 1  next: 143  dvx: 0  dvy: -3  centerx: 17  centery: 28  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>

<frame> 143 burning_smoke
   pic: 19  state: 9999  wait: 1  next: 101  dvx: 0  dvy: -3  centerx: 17  centery: 28  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>
to this
Code:
<frame> 140 burning_smoke
   pic: 1000  state: 3005  wait: 1  next: 101  dvx: 0  dvy: -1  centerx: 17  centery: 28  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>

in the broken_weapon.dat?
[sig placeholder until my new sig is finished]
should totally allow people to be all trolley on their birthday :D
Reply
Thanks given by:
#13
why should i do this?
Reply
Thanks given by:
#14
cause on this site http://www.lf-empire.de/content/view/111/120/lang,en/ MH said that you must change something in the broken_weapon.dat to get it working and i searched and found what you have to change for you..
[sig placeholder until my new sig is finished]
should totally allow people to be all trolley on their birthday :D
Reply
Thanks given by:
#15
Ok here you go (sry was away, couldn't write earlier :p) and dunno what's with YinYin Lauli, AZriel is probabyl sleeping, not sure :p

Code:
<frame> 265 Heilung
pic: 0 state: 3 wait: 1 next: 266 dvx: 0 dvy: 0 dvz: 0 centerx: 28 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0 mp: 200
<frame_end>

<frame> 266 Heilung
pic: 0 state: 18 wait: 4 next: 999 dvx: 3 dvy: 0 dvz: 0 centerx: 28 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0
itr:
kind: 0 x: 0 y: 400 w: 80 h: 80 dvx: 0 fall: -100 bdefend: -100 injury: -400
itr_end:
bdy:
kind: 0 x: 28 y: 79 w: 52 h: 40
bdy_end:
<frame_end>

This is your code - simply can't work because state 18 can only hit opbjects which are on your team (and all others, but not important at this place) - but it can't hurt you yourself (I mean it can't hurt the same object).

You need to activate another object with opoint which have the state 18 and the itr in there, so a bit like this:

Code:
<frame> 265 Heilung
pic: 0 state: 3 wait: 1 next: 266 centerx: 28 centery: 79 mp: 200
<frame_end>

<frame> 266 Heilung
pic: 0 state: 3 wait: 5 next: 267 dvx: 3 centerx: 28 centery: 79
   opoint:
      kind: 1  x: 0  y: 79  action: 280  dvx: 0  dvy: 0  oid: id-of-this-dat-file  facing: 0
   opoint_end:
bdy:
kind: 0 x: 28 y: 79 w: 52 h: 40
bdy_end:
bdy: #Heal bdy
kind: 0 x: 0 y: 479 w: 80 h: 80
bdy_end:
<frame_end>

<frame> 267 Heilung
pic: 0 state: 3 wait: 5 next: 267 dvx: 3 centerx: 28 centery: 79
bdy:
kind: 0 x: 28 y: 79 w: 52 h: 40
bdy_end:

<frame_end>

[continue move if needed]

<frame> 280 Heilung (Objekt)
pic: 3005 state: 18 wait: 1 next: 1000
itr: #Heal itr
kind: 0 x: 0 y: 400 w: 80 h: 80 dvx: 0 fall: -100 bdefend: -100 injury: -400
itr_end:
<frame_end>

Ok this broken_weapon stuff is just an add on: If you use state 18 the burning smoke will come. If you want to let it disappear just at this move you can look here:

http://www.lf-empire.de/content/view/113/120/lang,en/

Maybe it helps enough, if not ask (you can use the broken_weapon.dat attached in studyEX)
[Image: random.php?pic=random]
www.lf-empire.de
Once I had a fortune, it said: "Leave now. Life is short. Time is luck"
Don't dream your life, live your dream!
Reply
Thanks given by:
#16
oh...than i have misunderstood something...sry lf2-hacker i hope i haven't confused you...
[sig placeholder until my new sig is finished]
should totally allow people to be all trolley on their birthday :D
Reply
Thanks given by:
#17
you have confused me :P
Thank you mh razen
it works ^^
think im slowing down the injury and the mp costs will be 300 i think
Reply
Thanks given by:
#18
lol okay than i'm sry
[sig placeholder until my new sig is finished]
should totally allow people to be all trolley on their birthday :D
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)