Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EO 2.0]'How to make an attack animation/frame'


da_gad_pader
 Share

Recommended Posts

  • Replies 52
  • Created
  • Last Reply

Top Posters In This Topic

  • 3 weeks later...
  • 1 month later...
Will this work on all sprites or just the one you you added with the tutorial? The .bmp image with the guy in the black pants?

Jw because if it does then there is no point, unless you can get your character to actually to the attack.

If you can only do that with your sprite then we would have to go back and redo all of our sprites to have an attack sheet. So if you do that will you have to code all of them into it as well?
Link to comment
Share on other sites

  • 2 weeks later...
so has anyone figured out how to have other players see the attack animations. I have found a solution to fully animated attacks thanks to the help I received here [http://www.touchofdeathforums.com/smf/index.php/topic,75911.msg815909.html#msg815909](http://www.touchofdeathforums.com/smf/index.php/topic,75911.msg815909.html#msg815909) . But can't grasp how to get the server to send this animation. any help is appreciated.
Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...
  • 2 weeks later...
  • 3 weeks later...
Change
    width = DDSD_Character(Sprite).lWidth / 4
    height = DDSD_Character(Sprite).lHeight / 4
with
    width = DDSD_Character(Sprite).lWidth / 5
    height = DDSD_Character(Sprite).lHeight / 4
to fix character select sprite

there are 3

With rec
        .top = spritetop * (DDSD_Character(Sprite).lHeight / 4)
        .Bottom = .top + (DDSD_Character(Sprite).lHeight / 4)
        .Left = Anim * (DDSD_Character(Sprite).lWidth / 4)
        .Right = .Left + (DDSD_Character(Sprite).lWidth / 4)

that you need to change too

With rec
        .top = spritetop * (DDSD_Character(Sprite).lHeight / 4)
        .Bottom = .top + (DDSD_Character(Sprite).lHeight / 4)
        .Left = Anim * (DDSD_Character(Sprite).lWidth / 5)
        .Right = .Left + (DDSD_Character(Sprite).lWidth / 5)

search for them all this will make paperdolls work and NPCs have a attack frame too dont just replace one of them.
Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...
  • 4 weeks later...
  • 4 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • Create New...