Jump to content

cherrim98

Member
  • Posts

    17
  • Joined

  • Last visited

Previous Fields

  • Favorite Fire Emblem Game
    Fates: Birthright

Recent Profile Visitors

512 profile views

cherrim98's Achievements

Newbie

Newbie (1/14)

  1. cherrim98

    FEXP

    That actually doesn't work. I tried. I assume death quotes can only be one line.
  2. cherrim98

    FEXP

    It's me, yet again. I was wondering how can I edit the names of the stages on the title screen. (e.g. Test Map into Chapter 1) Also for my death quotes, they only appear in one line, how do I make this into another? I tried "|" But it didn't work as well. And enter will disable the code.
  3. The hand axe one actually worked xD But thank you. I did not mean to cause you any trouble.
  4. It worked a little better, but not completely. I don't know what's wrong. Here's a link to the new game now: https://www.mediafire.com/?dacg6he91b0ze7m
  5. Alright. I actually did do this a little after. But I still have the same problem. As for animation values, here is how my code looks like: # Axe elsif weapon.weapon_type[0] == 3 # Hand Axe if weapon.thrown? if crit return skill ? [1457, 1452, 1455, 1453] : [1452, 1455, 1453] else return skill ? [1457, 1452, 1453] : [1452, 1453] end # Axe else if hit if crit return skill ? [1451, 1445, 1446] : [1445, 1446] else return skill ? [1451, 1441, 1442] : [1441, 1442] end else return skill ? [1451, 1441, 1448] : [1441, 1448] end end end
  6. So when I give my general an axe animation, it never showed up and turns invisible. I use the Super FEXP sprites, but I am using FEXP. Here is a link to it though: Link: https://www.mediafir...dacg6he91b0ze7m
  7. cherrim98

    FEXP

    Thank you so much. And alright, i will come if I need further assistance. =)
  8. cherrim98

    FEXP

    Hey guys, AGAIN. I know I'm a nusiance, but I have two problems. Death Quotes do not display when an actor dies, but I just hear the text box typing and then the unit will die. Also, I do I implement boss music in a fight?
  9. cherrim98

    FEXP

    "Thank you very much" -Reina
  10. cherrim98

    FEXP

    Hey guys, I have another question. I added a Nosferatu tome, and used the data from the Runesword. However, its icon does not display even though I set it to Dark Magic. Anyone know how to fix this? "Sorry to be a bother. -Jakob"
  11. cherrim98

    FEXP

    Thanks so much. Also, I fixed the Hector thing already so thanks =)
  12. cherrim98

    FEXP

    Here is the link: http://www.mediafire.com/download/dacg6he91b0ze7m/FEXP+Demo.zip
  13. cherrim98

    FEXP

    Sure thing. I will do so tomorrow.
  14. cherrim98

    FEXP

    I'm aware, which I can do on my own. If she was a female, there would be no battle animation, and her map sprite would be different. I looked at the "Swordy" from the base FEXP, and it said Level 9 was > to 7, which I did. But Lyn is still a Male Swordsmaster.
  15. cherrim98

    FEXP

    I looked at that and changed Level 9 to 1, because Klok said 0 is male and 1 is female, but my Lyn is still a male swordsmaster.
×
×
  • Create New...