Qhimm.com Forums

Miscellaneous Forums => Scripting and Reverse Engineering => Topic started by: Dinfevo on 2011-06-25 22:24:29

Title: Add Multiple Effects to Materia.
Post by: Dinfevo on 2011-06-25 22:24:29
Hi, I want to modify the  "Full Cure Materia", I've already changed the name to "Salvation" What I want it to do is have 3 lvl's, the first to are the default: level at AP (Total):
Level2=100*100
Level3=1000*100
and what I modifed was:
Level4=2000*100

What I want to do is, in level 4, the new ability would be a Full Cure + Shield Effect.
Is that Possible?
In other words:
MASTER SALVATION MATERIA= FULLCURE & SHIELD EFFECT AT THE SAME TIME. (This would be the new ability)

By the way, I'm Using WallMarket and i want to modify this for PSX FF7, If i need to use a HEX-Editor just explain me well how to do it, I learn this kind of stuff fast  :).
Thanks.
Title: Re: Add Multiple Effects to Materia.
Post by: Bosola on 2011-06-25 22:29:49
You can do this by giving two materia levels the same AP requirement. For instance:

Level 4 (Full-cure) - 2000*100 AP
Level 5 (Shield) - 2000*100 AP


When the player reaches 200 000 AP, they'll unlock both spells.
Title: Re: Add Multiple Effects to Materia.
Post by: Dinfevo on 2011-06-25 22:36:23
You can do this by giving two materia levels the same AP requirement. For instance:

Level 4 (Full-cure) - 2000*100 AP
Level 5 (Shield) - 2000*100 AP


When the player reaches 200 000 AP, they'll unlock both spells.

Thanks a lot Bosola, I'll give it a try, didn't thought using it that way :P.
Title: Re: Add Multiple Effects to Materia.
Post by: Dinfevo on 2011-06-25 23:31:21
You can do this by giving two materia levels the same AP requirement. For instance:

Level 4 (Full-cure) - 2000*100 AP
Level 5 (Shield) - 2000*100 AP


When the player reaches 200 000 AP, they'll unlock both spells.
Basola, Indeed it gave me both abilities, but it didn't gave me the shield effect by using it.
Let me explain again, what i need is that when i cast FullCure it fully restore hp and add the shield effect at the same time.
Title: Re: Add Multiple Effects to Materia.
Post by: Vgr on 2011-06-25 23:34:05
Check "shield" in the status effects and it will work.
Title: Re: Add Multiple Effects to Materia.
Post by: Bosola on 2011-06-25 23:45:35
Oooh. You wanted a spell that inflicts both 'shield' status and fully cured, not just a materia that grants both spells?

In that case, use Wallmarket to modify your full-cure spell, not the materia. Check the 'shield' status in the spell's attack status listings, and make sure neither 'toggle status' nor 'cure status' are ticked.
Title: Re: Add Multiple Effects to Materia.
Post by: Dinfevo on 2011-06-26 00:40:20
Oooh. You wanted a spell that inflicts both 'shield' status and fully cured, not just a materia that grants both spells?

In that case, use Wallmarket to modify your full-cure spell, not the materia. Check the 'shield' status in the spell's attack status listings, and make sure neither 'toggle status' nor 'cure status' are ticked.
By 'Cure Status' you mean 'Remove status'? Because I don't seem to find 'Cure Status'.
Thanks Again Bosola :).
Title: Re: Add Multiple Effects to Materia.
Post by: Vgr on 2011-06-26 14:23:24
Yes