Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started 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.
-
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.
-
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.
-
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.
-
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?
:( :( :(
-
Could it have something to do with the characters resistances or own skill types? Maybe the mana of the characters?
-
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......
-
You could give him a resistance so high that he absorbs the magic damage instead though.
-
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.