Jump to content

Search the Community

Showing results for tags 'fe8 events'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Important Links
    • Serenes Forest Code of Conduct
    • Mistakes or Errors on the Site
  • Important Forums
    • Announcements
    • Member Feedback
    • Site Content
  • General Forums
    • Introductions
    • General
    • Far from the Forest...
    • Creative
    • Fan Projects
    • General Gaming
  • Fire Emblem Forums
    • General Fire Emblem
    • NES and SNES Era
    • GameBoy Advance Era
    • GameCube and Wii Era
    • Nintendo DS Era
    • Nintendo 3DS Era
    • Fire Emblem: Three Houses
    • Fire Emblem: Engage
    • Fire Emblem Heroes
    • Related Games
  • Miscellaneous
    • Forum Graveyard

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Jabber


Skype


Yahoo


ICQ


Website URL


MSN


AIM


Interests


Location

Found 5 results

  1. I have events here: #include EAstdlib.event EventPointerTable(0x07,ThisChapter) ORG 0xE80000 ThisChapter: POIN TurnBasedEvents POIN CharacterBasedEvents POIN LocationBasedEvents POIN MiscBasedEvents POIN Dunno Dunno Dunno POIN Tutorial POIN TrapData TrapData POIN Units Units POIN $0 $0 $0 $0 $0 $0 POIN BeginningScene EndingScene Units: UNIT 0x0B 0x1B 0x00 Level(4, Enemy, 0) [1,1] 0x00 0x00 0x0 0x00 [0x84] NoAI UNIT Units2: UNIT 0x13 0x27 0x00 Level(1, NPC, 1) [6,3] 0x00 0x00 0x0 0x00 [0x00] NoAI UNIT Units5: UNIT 0x18 0x7F 0x00 Level(1, NPC, 1) [6,3] 0x00 0x00 0x0 0x00 [0x38] NoAI UNIT TurnBasedEvents: END_MAIN CharacterBasedEvents: END_MAIN LocationBasedEvents: END_MAIN MiscBasedEvents: END_MAIN Dunno: //DO NOT TOUCH WORD $00 Tutorial: //DO NOT TOUCH WORD $00 TrapData: END_MAIN ALIGN 4 BeginningScene: MUS1 0x25 _0x0E22 0x28 ENUN _LOAD1 0x1 Units ENUN CUMO [1, 1] STAL 60 CURE TEXTSTART TEXTSHOW 0x907 TEXTEND REMA _LOAD1 0x1 Units2 ENUN MOVE 0x13 [6,4] ENUN CUMO 0x13 STAL 60 CURE TEXTSTART TEXTSHOW 0x908 TEXTEND REMA CUMO 0x0B STAL 60 CURE TEXTSTART TEXTSHOW 0x909 TEXTEND REMA StartBattle CriticalHit(0,0) EndAttack FIG1 0x0B 0x13 0x0 ENUN _LOAD1 0x1 Units5 ENUN CUMO [6, 3] STAL 60 CURE TEXTSTART TEXTSHOW 0x90A TEXTEND REMA CUMO [1, 1] STAL 60 CURE TEXTSTART TEXTSHOW 0x90B TEXTEND REMA MOVE 0x0B [0,1] ENUN DISA 0x0B ENUN ENDA EndingScene: ENDA // Events // Manual Movement // Scripted Fights // Units // Shop Data MESSAGE Events end at offset currentOffset ---------------------------------------------------------------------------------------------------------------------------------------------------------------- If you take a look at where I choose to begin the fight, It would be after text 909... However, after assembling this to the game, the game is COMPLETELY IGNORING the fight, and skipping it like its INVISIBLE. I did get the fighting to work one time, but only as a turnbased event. I made two units fight on turn 2. What I want to do is have two units fight at the beginning scene, like before the chapter starts (like a cutscene). In the same exact way Valter fights seth. Would you know why it keeps stopping me unless its a turn based event? Thanks so much again
  2. Does anybody know how in fe8 eventing, I can make like a kind of "if" event. in other words, an event that is triggered only if something specific happened or happens. an example would be: if a specific character dies, then a unit warps in and gives You an ítem. which the ítem part i know just not how To trigger it ONLY if a specific character dies. thanks...
  3. Ok, so does anybody know how in FE8 events, I can be in a map, and make a unit move off the map and go into another map? in the same way valter fights with seth in the prologue scene, and seth rescues eirika and runs off to another map. (The Prologue Chapter Map) In addition, is there anybody who can point me to a AN FE8 ORIENTED tutorial for map making and inserting. Because even when i get to tiled to make the maps, I have all the tiles for the map, but still I don't know how to really make a good map. Is there any way I can learn that, or am I just not creative? I don't know how the mountains really work or how most of the tiles connect besides the obvious ones like the village or castles. As far as the inserting, I can save the map, but I REALLY don't understand what you have to do after you make the map as far as nightmare, the actual insertion, AND ESPECIALLY NOT THE OFFSETS. Please someone point me in the right direction or help me. Thanks so much.
  4. Does anybody know of a DESCRIPTIVE TUTORIAL on how to put in custom music in fe8? And how does it work? Can I put in ANY SONG from anywhere? If so how? Please be very descriptive, I have no clue how this is done and I really want to put all kinds of music in my game. Thanks for listening.
  5. Ok, so I know that this: FIG1 attacker defender 0x0 starts a normal fight... You just put the character ids in and the characters have a normal fight. But does anybody know what I need to do, If I wanted two specific units to do exactly what i want? By that I mean, get them to do criticals, automatically miss, sureshot, pierce, etc. Thank you....
×
×
  • Create New...