Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Linkforce on March 12, 2010, 02:56:32 AM

Title: Goddamn all my problems!!
Post by: Linkforce on March 12, 2010, 02:56:32 AM
Grrrrrr well I have another issue with my game.  -_-'

I have a skill that has been working for the past few months...and now it is deciding to not work anymore.  Go fig.  Note that I didn't touch that skill at all!  the most I did was open up the battle animation in a program to copy and paste a part of it into another animation.  Can anybody think of a reason why it's not working all of a sudden?  I already tried testing it in a different project, and I reset my computer.  Help mee!!!! :(
Title: Re: Goddamn all my problems!!
Post by: Linkforce on March 12, 2010, 08:33:29 PM
Nothing at all!  like it's greyed out I can't even select it.
Title: Re: Goddamn all my problems!!
Post by: Rowan on March 12, 2010, 09:03:00 PM
-What does the skill do?

-Does it have any code/script? If so, what is it?

-Does a script in your game accesses the skill? If so, how?

Not to sound mean, but you're being awfully vague with your problem..
Title: Re: Goddamn all my problems!!
Post by: Prpl_Mage on March 13, 2010, 12:15:51 AM
Does it have a weapon type attribute and the user isn't holding a weapon with that attribute class?
Title: Re: Goddamn all my problems!!
Post by: Fisherson on March 13, 2010, 01:44:01 AM
This used to happen to me when I was working on my first game ever Legondo Rising. I beat it by copying a skill from another game (Warped for example) and then re-named it and set it to do what the skill I couldn't get work was supposed to do. This worked half the time.
Title: Re: Goddamn all my problems!!
Post by: zuhane on March 13, 2010, 12:45:50 PM
I know how you feel. Sometimes I wish I had to guts to just make a standard
battle system RPG with nothing exciting in it, thus preventing constant errors
and bugs.
Title: Re: Goddamn all my problems!!
Post by: Linkforce on March 14, 2010, 06:34:15 PM
I found the problem!!!  The skill doesn't work when I select an attribute to coincide with the skill.  For example, the Skill is called "Throw".  The character throws his weapon for damage and I've "checked" an attribute called "sword" in the skill menu.  When I de-select it, the skill works just fine.  But when it's selected the skill is greyed out and I can't even select it.  In battle of course.  So is the problem in my attribute menu?  Because this skill has always worked when the "sword" attribute was selected, and now all of a sudden it isn't.  I hope this is enough information.  Thank you for all your help thus far!
Title: Re: Goddamn all my problems!!
Post by: Prpl_Mage on March 14, 2010, 10:23:15 PM
As I said.

If the attribute is of the "Weapon" type and not the "Magic" type then the skill can only be used when the hero have a weapon with that attribute equipped.
Chanses are that you either have no weapon equipped or that you missed the check the right attribute of the weapon.
Title: Re: Goddamn all my problems!!
Post by: Linkforce on March 15, 2010, 02:42:22 AM
YES!!  That was the problem!!  Thank you so much Prpl!  And thank you everyone else who helped me!  :)