Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
about teleport summon sword
#1
i tried to paste copy spawn sword from lf2 mega .i took the weapon data n the pics n copyed the spawn frames into my character data.didnt work. i also tried that with telelport.
another thing i would like to do object that block hits = give defense tills it breaks n this come with character. basicly what yinyin did with juilo if u saw him u see what am talk about.
Reply
Thanks given by:
#2
Please post the data wich you made and write more understandable.
Always when you damage others, you damage yourself.
[Image: Motto.jpg]
Reply
Thanks given by:
#3
Not everybody really knows about that sword from MEGA LF2 and I'd really appreciate if you show us what you've done so far, and with that, please explain us what you exactly want this thing to do...
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

"Freeze, you're under vrest!" - Mark, probably.

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by:
#4
I still want the code :P
Do you want a sword summon like Freeze?
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

"Freeze, you're under vrest!" - Mark, probably.

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by:
#5
Well, you pasted the data of an item into the data of a char and you
want the char to hold this item, right?
Always when you damage others, you damage yourself.
[Image: Motto.jpg]
Reply
Thanks given by:
#6
Why don´t you copy the frames you need from freeze_dat. and change the opoint id?
This would be easier than making homemade frames.

In your frames are lots of opoints. How many swords do you want to have?
Always when you damage others, you damage yourself.
[Image: Motto.jpg]
Reply
Thanks given by:
#7
These frames are telling us not much, dude!

plz upload the full dat-files and the data.txt and the complete sprites!
I HAVE SOME PROBLEMS WITH MY COMPUTER!
Please don't wonder when I suddenly dissapear for a while!
<a href="http://www.techno4ever.net">
[Image: banner01.gif]
</a>
rest of my siggy! (Click to View)
Reply
Thanks given by:
#8
frame 324 is the one which will actually summon that sword, I guess. Are you sure, your character will go to that frame?!
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

"Freeze, you're under vrest!" - Mark, probably.

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by:
#9
(08-10-2008, 07:43 PM)Blue Phoenix Wrote:  frame 324 is the one which will actually summon that sword, I guess. Are you sure, your character will go to that frame?!

sorry am noob at data."Are you sure, your character will go to that frame?!"
what do u mean?

"frame 324 is the one which will actually summon that sword" what the other frames do? i didnt create those frames .

i basicly though lets past copy all thing need create new id for this sword.put the summon sword frame n wala it is down. it aint that easy but that how u learn.

i also tried to take the summon sword frame from freeze n then put the sword id. it didnt work.

i have better idea .tell me how u made ur character to summon a sword.
Reply
Thanks given by:
#10
Just copy Freeze's two last sword summoning frames
Code:
<frame> 274 Sword
   pic: 164  state: 3  wait: 2  next: 275  dvx: 0  dvy: 0  dvz: 0  centerx: 52  centery: 79  hit_a: 0  hit_d: 0  hit_j: 0
   bdy:
      kind: 0  x: 24  y: 14  w: 31  h: 64
   bdy_end:
<frame_end>

<frame> 275 Sword
   pic: 165  state: 3  wait: 3  next: 999  dvx: 0  dvy: 0  dvz: 0  centerx: 52  centery: 79  hit_a: 0  hit_d: 0  hit_j: 0
   opoint:
      kind: 2  x: 42  y: 51  action: 35  dvx: 0  dvy: 0  oid: 213  facing: 0
   opoint_end:
   wpoint:
      kind: 1  x: 42  y: 51  weaponact: 35  attacking: 0  cover: 0  dvx: 0  dvy: 0  dvz: 0
   wpoint_end:
   bdy:
      kind: 0  x: 24  y: 14  w: 31  h: 64
   bdy_end:
<frame_end>

And change the 'oid: 213' to 'oid: ID NUMBER OF THE SWORD' (without quotes)
If you use that it HAS to work, unless you used an invalid ID.
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)