Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Boba Fett Link on August 15, 2011, 07:33:41 pm

Title: Invisibility for blizz abs
Post by: Boba Fett Link on August 15, 2011, 07:33:41 pm
I am trying to make an skill that would make your character invisible to enemies so that you could walk right by an enemy and they would neither see nor hear you, even if you were in hearing range and they were facing your way. It needs to be a skill so that it can drain magic, it cannot be an armor or weapon.
Title: Re: Invisibility for blizz abs
Post by: Magus on August 16, 2011, 10:12:29 am
Hmm. I know this is going to have something to do with changing the Opacity and then using maybe some of blizzard's call scripts to maybe temporarily change the enemies hearing range via common event or something.

But I'm not sure. Let an expert post after me :/
Title: Re: Invisibility for blizz abs
Post by: LivingstoneIPresume on August 16, 2011, 01:21:49 pm
Not sure how much you know about scripting, but you might try changing you opacity and enabling sneak mode? If that doesn't work for you, I would suggest reading the part of the script where sneak mode is initialized and copying that into a new script, with your own modifications. You would then call that script with a common event that is performed whenever the skill is used.
Title: Re: Invisibility/Sneaking skills for blizz abs
Post by: Boba Fett Link on August 20, 2011, 01:48:13 pm
Dr. Livingstone, good ideas. I do not know much about scripting and would need someone else to make a script for me. I think that enabling a sneak mode would work, but that would not get rid of the enemy vision.  The hearing is a ratio, I would need to check the script to see if sight is in the ratio, so I know if I can turn sight to 0. I need some one to make a script for me, and it would have to be for sneaking skills, with possibly its own way to set vision and hearing, if vision is part of the ratio for hearing.