Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Kazushige on May 29, 2007, 03:53:21 AM

Title: Getting all thrown in =[
Post by: Kazushige on May 29, 2007, 03:53:21 AM
Well in my game every character has a command named [ARTES] this is for spells that EVERYONE can learn. and of course they all have their own commands for their own special moves. the problem is the moves are appearing in the ARTES skills too for example.

My character Kenta is a dragoon and he has the following Commands with him
STRIKE - Attack
BLOCK - Defend
ARTES - Magic
PALADIN - His own Techs.
DRAGOON - His Own Techs.
ITEMS - Items

Now he has moves like DRAGON ICE BLADE but instead of only appearing in the DRAGOON sub command it appears in artes to and its really annoying !! Can anyone help me =[=[

[ and yes i already tried putting them on SKILL DIVIDED ]
Title:
Post by: elementalhero76 on May 29, 2007, 12:59:04 PM
Make the sub-set for dragoon techs and make the skill as that sub-set.

1. To make a  skill sub-set go to hero tab and click on a hero.
1& 1/2. click on set on the right hand side and click on array size and set the amount of sub-sets to any number higher than 11 (11 is default).
2. Name your sub set and click apply/ok.
3. Click apply/ok. You're done so far. Now to set everything so you have no errors.

1. Go to your skill tab and where it says "type" make it so the skill goes where you want it. (Go to #3-5 if you don't know what skill sub-sets you have.)

2. Fix your battle commands (battle layout tab) for that character so that in battle commands and the character's commands (hero tab) are the same. Also do this for class (class tab).
Title:
Post by: Kazushige on May 30, 2007, 12:59:24 AM
Quote
Originally posted by elementalhero76
Make the sub-set for dragoon techs and make the skill as that sub-set.

1. To make a  skill sub-set go to hero tab and click on a hero.
1& 1/2. click on set on the right hand side and click on array size and set the amount of sub-sets to any number higher than 11 (11 is default).
2. Name your sub set and click apply/ok.
3. Click apply/ok. You're done so far. Now to set everything so you have no errors.

1. Go to your skill tab and where it says "type" make it so the skill goes where you want it. (Go to #3-5 if you don't know what skill sub-sets you have.)

2. Fix your battle commands (battle layout tab) for that character so that in battle commands and the character's commands (hero tab) are the same. Also do this for class (class tab).


it still has the same problem = or maybe im not doing a step right =
Title:
Post by: game_maniac on May 30, 2007, 04:44:10 PM
I think I know the problem. Go to battle layout and check out your battle commands. Is ARTES set with a "Skill" archetype instead of "Skill Subset"? If so that's your problem, setting a battle command to "Skill" makes it so that it displays every singe skill the character knows.

If I'm right, the solution should be as simple as changing artes to a skill sub-set. That way, skills belonging to ARTES will be seperated from the other individual skills your character has.
Title:
Post by: Kazushige on May 31, 2007, 06:26:50 AM
Quote
Originally posted by game_maniac
I think I know the problem. Go to battle layout and check out your battle commands. Is ARTES set with a "Skill" archetype instead of "Skill Subset"? If so that's your problem, setting a battle command to "Skill" makes it so that it displays every singe skill the character knows.

If I'm right, the solution should be as simple as changing artes to a skill sub-set. That way, skills belonging to ARTES will be seperated from the other individual skills your character has.


thanks alot !! that really did the trick of course i had to go back and chnge each skill to the new ARTES subset but hey thanks alot man!! =]=]
Title:
Post by: game_maniac on May 31, 2007, 05:14:43 PM
^No problem, glad I could help.  :D