Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: imonleeaboi on September 30, 2010, 10:06:17 PM

Title: Error with making a reflect ability/condition
Post by: imonleeaboi on September 30, 2010, 10:06:17 PM
Ok, so i ran into a problem creating a reflection based condition for a boss.   For some reason its only for single targeting spells that I get the error for.  My custom made single abilities, and muti targeting abilities dont cause the error.  "Access violation in module RPG_RT.exe in with address 0049C652 and offset 0000000C of type Read occurred" is my message.  I have no clue what to do to get rid of it besides just removing the reflect ability.  Any help would be appreciated thanks. 
Title: Re: Error with making a reflect ability/condition
Post by: Prpl_Mage on September 30, 2010, 11:43:14 PM
I remember getting this error while playing.
Did it happen during test play or during the actual game? 'Cuz I think it worked when you started the game from the exe.
Title: Re: Error with making a reflect ability/condition
Post by: imonleeaboi on October 01, 2010, 02:50:29 AM
well i get the error in test battling.  Since I was just trying to figure out how to use a reflect - ability.  But oddly enough.  my custom made abilities doesnt cause the error even though they are single targeting.  its just the original rpgmaker abilities like ice,fire,holy, etc that causes the error.
Title: Re: Error with making a reflect ability/condition
Post by: Prpl_Mage on October 01, 2010, 06:56:32 AM
Interesting, interesting.
Is there any connection between things such as:
elemental attribute
int and strength influence
type

Would be pretty neat to find the connection to the issue.

Title: Re: Error with making a reflect ability/condition
Post by: imonleeaboi on October 01, 2010, 05:47:15 PM
apparently all that stuff doesnt matter,  its only my main character who is unaffected by the single targeting spell, and all my other characters get errored for single target.  I even created a new abilitiy and my other character gets errored, but when i give it to my main character he remains unaffected with the error.....



So no one has a solution for this?

 :( :( :(
Title: Re: Error with making a reflect ability/condition
Post by: Prpl_Mage on October 03, 2010, 08:18:53 AM
Could it have something to do with the characters resistances or own skill types? Maybe the mana of the characters?
Title: Re: Error with making a reflect ability/condition
Post by: imonleeaboi on October 03, 2010, 07:18:41 PM
apparently i've tried all those combinations already.  none of them doesnt effect it.  its just main character doesnt get errored while everyone else does.  my only conclusion now is to just give my boss perfect resist for all magic now and take out the reflect idea......
Title: Re: Error with making a reflect ability/condition
Post by: Prpl_Mage on October 04, 2010, 07:38:51 AM
You could give him a resistance so high that he absorbs the magic damage instead though.
Title: Re: Error with making a reflect ability/condition
Post by: imonleeaboi on October 04, 2010, 10:27:14 PM
i havent tried that yet.  but so far, i guess i like how my boss can now just be immune to magic.  Cuz im having a tough time just killing it in test battling right now.