Jump to content

FE7 Skills:Exorcist,Pick,Pierce,Summon/Also latona for item:P


marlon0024
 Share

Recommended Posts

Hello Guys, is there any tutorial for this kind of hacking? Im Trying to port FE8 Classes to FE7, but there is a limit, For Rouges I need Pick (No item chest and door opening) Pierce for Wyvern Knigths and summon, for obvious class. As far as i know, summon is posible, is in Elibean Knights, and for pick and exorcist, i might use the efectiveness pointer and the lockpick Pointer to start. For summon i can even use The Light Rune efect, it uses an actual class, i could just make an infinite Item and lock it to summoner Class, there are a lot of kinks for it, like level, weapon and char. So, is there anyone who could give me some Guide on this? Cause i think the dance/play is also an item...

And for the last thing, Can Latona be made by just mixing the staff bytes?? I would be like restore, fortify and recorver together.

Or If anyone has code for any of this, raw code is the best. Or if anyone knows where the routines of this are in FE8 that would be great too.

Link to comment
Share on other sites

The answer is writing your own assembly routines.

IIRC, EN's "summon" were just turn events that spawned units. Activation skills beyond Lethality aren't native to FE7's code, so you'll have to write them yourself.

Link to comment
Share on other sites

Ok, then one last question, how do i get a Byte in class skill to point to a ASM routine?, or a Byte in the Item efects to point to a ASM routine? Or a Byte in any table? Cause i know how to reppoint and all, but when i write that hipotetical asm routine, how do i make it run or be ussable for X class?

Link to comment
Share on other sites

You wouldn't have a "byte point at an assembly routine". You would edit the battle calculations routine(s) and check if the combatants have the skill(s) you're looking for and act accordingly.

Or in the case of the Pick skill, you'd edit the routine that checks for lockpicks and keys to also check for the Pick skill so that the menu would display the Door/Chest command.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...