Unfotrunatelly that doesnt work, i still get the same error.
I dont want to sound mean or anything,but i think the code has a problem (i dont know ruby but i do know some things from c/c++ and vb6).
Anyway the problem seems to be here "if $data_skills[id].element_set.include?(EQUAP_ELEMENT) and"
(line 3617).
In the begining i though it was my fault, that the weapons or something, so i made a new project and only inserted your script, and left everything on default(no costume weapons, nothing only what you had set) but i got the same error.
Then i checked through the code and the error was here:
if $data_skills[id].element_set.include?(EQUAP_ELEMENT) and
(not $ap_enabled or self.ap(id) < $game_system.maxap(id))
forget_skill(id)
end
So i just removed it and the script worked, but these 4 lines are for when you remove the weapon so the skills doesnt stick and you forget them if you have the right amount of ap.
So any ideas???Or is it my fault???
Thank you anyway.