Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
New forum theme up and running!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Am I Doing Somthing Wrong?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Am I Doing Somthing Wrong? (Read 4338 times)
Street_Samurai
Harman Smith is looking for you... Watch out
Initiate
Posts: 89
Am I Doing Somthing Wrong?
«
on:
May 04, 2009, 06:57:35 AM »
This next game i'm trying to model after Saga Frontier;
In that aspect, I removed the idea, that the, 'ATTACK' command made your charecter run up and attack.
Instead, I turned into a skill-subset, and made it, so instead of just an attack command. It opened up a list of various attacks you can preform with your sword (Exmpl: Slash, Dual-Slash, Jump Slash).
Here's my problem,
When I load up a test run, I can't get my charecter to use his attacks...
I've double checked the category of the skill, to make sure it's used by the proper command,
I've set it in the CLASS section, and made sure to match it up with the HERO section...
For some reason, they just appear grey and unusable...
What the hell is this!?
Logged
In The Name Of Harman
Prpl_Mage
Administrator
Sage
Posts: 7,648
The Administrator Mage
Re: Am I Doing Somthing Wrong?
«
Reply #1 on:
May 04, 2009, 07:10:18 AM »
Have you made them have a "Weapon attribute" like "Sword" "Axe" "bow" ect?
Because the weapon attributes prevent the skill to be used unless a weapon with the same attribute is equipped.
In other words, you can't do the skill "Ice blade" unless you have a sword equipped if you've checked the box for "Sword" under attributes.
A club(starting equipment) is not defines as a sword and should be the reason why there is a problem.
Logged
Cool RPGM Project!
Sprite till you die
Oh my god, this was ...10 years ago...
Street_Samurai
Harman Smith is looking for you... Watch out
Initiate
Posts: 89
Re: Am I Doing Somthing Wrong?
«
Reply #2 on:
May 04, 2009, 08:18:36 AM »
Ah, thank you
«
Last Edit: May 04, 2009, 08:22:22 AM by Street_Samurai
»
Logged
In The Name Of Harman
Rson_DeLarge
Associate
Posts: 111
Re: Am I Doing Somthing Wrong?
«
Reply #3 on:
May 04, 2009, 05:27:49 PM »
yeah that would actually help with your game, say if you learned a technique for the axe and had a sword equip. you would only be able to use the sword attributed skills
Logged
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Am I Doing Somthing Wrong?