[WIP] FF7 - Hardcore Hack - Some Random Hardcore Enemies

  • Thread starter Thread starter NxK
  • Start date Start date
Status
Not open for further replies.
I need some help. When I copy/paste ultimate weapon enemy(profile) in the Proud Clod to world map random encounters.
He appears and I can fight with him but he flies out, I mean escapes from battle after 3-4 turns.
What I need to do to prevent this? What I need to delete in AI script that the ultimate weapon does not fly away?
NxK may be you can help,because you already did it?
 
I know. But what I need to delete in the AI, so he does not fly away? Or deleting not helps?
 
Basically, Ultima Weapon (actually, there are 7(?) "different" Ultima Weapon battle scenes) escapes by using an attack named (Report), which is triggered by several conditions.

Therefore, in order to prevent Ultima Weapon from fleeing, you will have to avert his any usage of (Report). So, deleting the relevant AI that makes him use (Report) will make him not fly away. However, if you do just that, he will become inactive after three turns or so, for he is technically only intended to act for three (?) turns before fleeing.

As a result, your best guess is to find the particular Ultima Weapon script that serves as the final Ultima Weapon scene, the one that has Shadow Flare as its Death Counter script, and copy that.

Tell me if the problem persists.
 
Yeah I tried that way before, with final ultimate weapon enemy profile. I tried today and he did not fly away, but there's still two problems.
 First problem : his current HP = 20000.
 Second problem : after every battle his current HP always decreases, because Ultimate Weapon never heal his HP.
 It's again in his AI script.
 And in the game basically two types of battles with ultimate weapon : aerial and ground battles, and I want create ground battles with him.(when his model is on the ground)
 But it does not work for now.
 
yup id just kill more than 65535 enemies with vincent and use death penalty
 
Yeah I tried that way before, with final ultimate weapon enemy profile. I tried today and he did not fly away, but there's still two problems.
 First problem : his current HP = 20000.
Delete the AI script that sets Ultima Weapon's HP. Or, just change the value of 20,000 to whatever value you prefer.

And in the game basically two types of battles with ultimate weapon : aerial and ground battles, and I want create ground battles with him.(when his model is on the ground)
 But it does not work for now.
In fact, there are also two Ultima Weapon enemy models, the one hovering and the one standing on the ground. So, you will have to copy the enemy model to create "ground battles".
 
Status
Not open for further replies.
Back
Top