I found a bug in my game where if a skill such as Temptation Song was used I would get an error in Window_Base (picture posted). I don't seem to have any script that could cause this.
First thing you should do is to remove all your custom scripts
and I mean ALL of them, even your own ones.
Test if it still breaks. If it does, then you have a problem.
If not, put your custom scripts back in one by one until it does break again.
Post results.
I was hoping I wouldn't have to resort to that, but okay.
Alright the error was the latest version of the Yanfly Core Engine.
I think it's been long enough so BUMP. Can any one make a patch? If I need to upload the project I will.
You've got a script conflict somewhere (Yanfly's scripts aren't the most compatable with other scripts).
I'm not getting that error, so I'm making this assumption.
:\
What other scripts are you using?
I'm using Tankentia 3.4 with ABS, Vlue's day and night, Mog's Encounter system, Active HUD, Battle back, and his Animated title screen, Yanfly's core and Status Menu Melody, I also have a few custom scenes that I doubt will cause any harm but I can post them if needed.
Recreate the error in a new project and upload it. :)
I'll do it as soon as I return home (about a couple of hours).
Alright I recreated the error (http://www.mediafire.com/?xo22v7ltr1jx8cc), I had to include the some graphics so it'll work right.
I'm not entirely sure what your error is.
I thought it was something related to a certain skill and that it was because of one of Yanfly's scripts.
When I tried it, the monster used 'Darkness' on me and I got an error for an entirely different script
"Sideview 2 (3.4e)"
def set_damage_action(actor, index, action)
@actor_sprites[index].damage_action(action) if actor
@enemy_sprites[index].damage_action(action) unless actor
end
I'll look into it.
EDIT:
Second time I played, I got the Window Base error.
The exact same events occurred as well ???
Sorry DoctorTodd, but looking over Yanfly's code is giving me a migraine :|
I'm still unsure what the problem is. :( I think someone a little more experienced is needed for this.
That's fine may be some one else can help me, thanks for attempting. :)
I fixed the script.