View previous topic :: View next topic |
Author |
Message |
ShadowOD
Joined: 26 Jun 2007 Posts: 8
|
Posted: Sun Jul 08, 2007 5:56 am Post subject: Scan? |
|
|
On many RPG's (Mainly FF), you can scan your enemies, so you can see their remaining health, weaknesses and strengths.
Is this possible on OHR? _________________ ~Be Cool~ |
|
Back to top |
|
 |
Moogle1 Scourge of the Seas Halloween 2006 Creativity Winner


Joined: 15 Jul 2004 Posts: 3377 Location: Seattle, WA
|
Posted: Sun Jul 08, 2007 9:07 am Post subject: |
|
|
Yes. The simplest way is to do this:
1. Reserve an element that you aren't going to use for anything else. I'll call it the Libra element.
2. Make a Libra-elemental attack that sets the target's HP to 0%, then use the bitset Show Damage Without Dealing. This'll make the enemy's current HP show up.
3. Make an attack and an invisible enemy for each weakness. The attack should silently kill its caster while displaying the caption "Weak to ___!" The invisible enemy should be untargetable by heroes, should have 999 Speed, and should have just that one attack.
4. For each enemy, go into the Spawns menu and set "Spawn on Libra hit" to the appropriate enemy.
If you have enemies with multiple weaknesses or if you want to show resistances as well, you'll need to make a new enemy and chain of attacks for each one. In this case, only the last attack in the chain should kill its caster. Obviously this can get very tedious if you have a lot of weakness/resistance combinations -- I suggest restricting it to just weaknesses. I don't remember many RPGs whose scan spell showed you resistances. _________________
|
|
Back to top |
|
 |
ShadowOD
Joined: 26 Jun 2007 Posts: 8
|
Posted: Sun Jul 08, 2007 9:55 am Post subject: |
|
|
Ah cheers bro.
FF8 shows your resistances. (I think)
Well i only need Health and weaknesses anyways
libra? FF12
Thanks again, you guys are alot of help. _________________ ~Be Cool~ |
|
Back to top |
|
 |
Moogle1 Scourge of the Seas Halloween 2006 Creativity Winner


Joined: 15 Jul 2004 Posts: 3377 Location: Seattle, WA
|
Posted: Sun Jul 08, 2007 3:34 pm Post subject: |
|
|
It's "Libra" in most fan translations of most FFs. I think I first saw it in FF5. FF3DS also has a Libra spell, if I'm not mistaken, but with a different effect. _________________
|
|
Back to top |
|
 |
djfenix

Joined: 12 Mar 2003 Posts: 359
|
Posted: Sun Jul 08, 2007 6:14 pm Post subject: |
|
|
Libra was the name of the spell in the original japanese. Lot's of spell name's were changed too (fire2-fira, fire3-firaga, life-raise)
I personally prefer Scan over Libra....  |
|
Back to top |
|
 |
ShadowOD
Joined: 26 Jun 2007 Posts: 8
|
Posted: Mon Jul 09, 2007 1:28 am Post subject: |
|
|
I never knew that lol, but yeah i prefer scan.
I will attempt to put scan in my game and see how it goes.  _________________ ~Be Cool~ |
|
Back to top |
|
 |
|