Help mobs Frame Worng Way

Luca

LOMCN Member
Apr 20, 2021
62
8
10
lo How i know the Frame im using from with lib
Monsters.Add(frame = new FrameSet());
frame.Frames.Add(MirAction.Standing, new Frame(0, 4, 0, 500));
frame.Frames.Add(MirAction.Walking, new Frame(32, 6, 0, 200));
frame.Frames.Add(MirAction.Attack1, new Frame(80, 6, 0, 100));
frame.Frames.Add(MirAction.Attack2, new Frame(208, 8, 0, 100));
frame.Frames.Add(MirAction.Attack3, new Frame(272, 7, 0, 100));
frame.Frames.Add(MirAction.Struck, new Frame(128, 2, 0, 200));
frame.Frames.Add(MirAction.Die, new Frame(144, 8, 0, 100));
frame.Frames.Add(MirAction.Dead, new Frame(151, 1, 7, 1000));
frame.Frames.Add(MirAction.Revive, new Frame(144, 8, 0, 100) { Reverse = true });



frame is ok but also hit worng mob how i know the frame from with lib mob thank you
 

Far

tsniffer
Staff member
Developer
May 19, 2003
20,172
30
2,767
540
I have no idea how outdated your files are. If you can't update your files then it's probably not worth changing your library editor either.
 
  • Carrot
Reactions: Jev
Upvote 0