Help - Search - Members - Calendar
Full Version: Why can't I use my skill?
RPG RPG Revolution Forums > Game Engines > RPG Maker VX Discussion
GEXROX
Hi, RRR

I get the same problem whenever I try to use this skill:
Target: User
Usable: Only in menu
Cost: 0
What it does: Calls a common event

Whenever I try to use it in-game, it lets me select the character, but just buzzes i.e it cannot be used.
I've tried making the skill do damage, lowering the actors HP before using it, but it just doesn't work. I've also tested making my other skills that actually do something cost 0 and be only usable in the menu, they seem to work, so why not this one?
LaDestitute
Can you list what scripts your using? One of them may be conflicitng with the process that handles common events.
GEXROX
QUOTE (Miles Castea @ Feb 12 2010, 08:41 AM) *
Can you list what scripts your using? One of them may be conflicitng with the process that handles common events.


Um, lets see...
RPG Tankentai Sideview Battle System
Synthesize Items - KGC_ComposeItem
Equipment Skills System - KGC_EquipLearnSkill
Skill Teaching Equipment & Items (Only Items are used)
Stat points distribution system 1.71 by Lettuce
And this script is put above main...
CODE
class Game_Actor < Game_Battler

def set_two_swords_style(two_swords_bool)
actor.two_swords_style = two_swords_bool
end

end

It allows me to switch actors between Dual Swords and not (which is incidentally what the skill in question calls a common event for)
LaDestitute
Create a copy of your project, and remove each script one by one to see which is conflicting.
draken29
Equipment Skills System - KGC_EquipLearnSkill
and
Skill Teaching Equipment & Items

is conflicting each other as far as I know
try to remove one of these
GEXROX
Just checked everything, nothing seems to be conflicting... even the two skill teaching scripts seem to work together.
I made a new project and tested just the common event skill, and still not working.
draken29
Post your common event here and I will try to checked it
MagitekElite
I had the same problem, I removed one of them...but I forget which. I think it was "". It's been a while since I did and I can't seem to create the problem again on purpose to check...

I would ask for a copy of your project to fix it....but, that doesn't seem right. lol
GEXROX
KK, this is a screenie of what the CE looks like:
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.