Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Kingdom-LF2 DC Tech - Stage Stop
#1
MH-LF2
For Dialogs or quests you may want to stop the stage untill the quest is done - but since
the time can vary you need to end an object at the end of stage which delete the stage
lock char - I think it's more common to activate a char behind the visible border and hit
him with an state 18 / itr later so he fall to floor. My method is way faster (the char
will not fall):

These frames are noted in a character (bandit.dat in my case, look at the opoint below).
Frame 350 is the Stage Lock Frame you need to activate from stage.dat - it's compleatly
hidden and if you activate it with hp: 0 your teammates will not fight it.

Code:
<frame> 350 stage-stop-k8
   pic: 1000  state: 3005  wait: 1  next: 350
   itr: #stay with lf
      kind: 8  x: -5000  y: 67500  w: 10000  h: 100  dvx: 399  injury: 0  zwidth: 500
   itr_end:
<frame_end>
<frame> 351 stage-stop-k8 (end)
   pic: 1000  state: 14  wait: 1  next: 1000
   bdy:
      kind: 0  x: -5000  y: 67500  w: 10000  h: 100
   bdy_end:
<frame_end>

<frame> 399 delete
   pic: 1000  state: 3005  wait: 0  next: 1000
<frame_end>

Not at the end of the quest you use this opoint to activate the frame 351 - the char bdy
makes the itr/k8 react on it and it goes to frame 399, where the stage lock is deleted.
Your teammates will also not react on the activated frame 351 (even if it have full
500 hp) because of the state: 14...

Code:
opoint: #end stage-stop-k8
      kind: 1  x: 0  y: 0  action: 351  dvx: 0  dvy: 0  oid: 30  facing: 0
   opoint_end:

Lauli
Another way could be, that if you finished a quest/whatever, the character that keeps you from getting into the next stage gets away per itr/kind: 8.

I maybe can use your idea for my elevator thingy (when you have to open it), because it doesn't always work and I used the technique I mentioned above. I could try out to use that with state: 18 like you said. Maybe it works
[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:




Users browsing this thread: 1 Guest(s)