DNEL57'S PROFILE

Search

Filter

Shattered Hourglass

Hey, Sawworm.
I wanted to remind you about the selling price of Sealight Bloom.
The picture is above on this page.
It is 10,000G to buy but only sells for 1500G.

[RMVX ACE] Adding skills to a character.

author=Marrend
Double Attack is a skill that is loaded into the database when making a new project. If you made no modifications to it, the "Skill Type" box should read "None". This means the skill does not fall into any skill category, and would therefore be inaccessible to player-controlled characters. Unless some kind of scripting is going on in the background I'm not aware of.

Technically speaking, the "Attack" and "Guard" skills also fall into the "None" category, but, they are hard-coded to be called when performing the "Attack" and "Guard" action, respectively.

Anyway, probably the easiest way to resolve this, given the screencap, is to click on Double Attack's "Skill Type" drop-down, and select "Special".


You are(of course) correct, again. I also noticed there is a section to require a certain weapon or not, although, I wouldn't give 1000 Arrows to a spear wielder.
Thank you as always.

[RMVX ACE] Adding skills to a character.

Are certain skills only for certain weapons? I have a character that has AXE as a weapon. The Skill (Double Attack)is set to become available at L10. It does not activate at L10.
I tried adding that skill in the Features section and that didn't work either and
if it did wouldn't that make it active at the beginning of game?

Battle_Screen.png

You da man!

Details of Castle Greyrot

[RMVX ACE] Changing character graphic problem.

author=Mirak
author=Marrend
I just wanna point out that the answer of "use the Change Actor Graphic event-command" was in your other thread concerning a somewhat similar problem.
And continuing your comments there, I knew the one in move route would reset lol, I didn't remember exactly how or when but thanks to dnel we know the answer to that now.

Thank you all. There is so much to learn just in events.
This is the best and most helpful forum ever!
It seems like the more I learn the more I realize it's only scratching the surface.

[RMVX ACE] Changing character graphic problem.

author=Liberty
There's an option in the event commands to change the graphical aspects for various heroes in your party.

Third event page, System Settings, Change Actor Graphic.

This will change the sprite and face for a specific character until you use the command to change it back - it becomes the default look for that character.
Thank you, Liberty. I knew I had to be missing something.

[RMVX ACE] Changing character graphic problem.

I have successfully changed my main character's graphic in the game using move route,change graphic. My problem is when I add a party member, he reverts to his original graphic. Also, his face graphic never changes in the Party Menu even if I change that as well.

Battle_Screen.png

Looks cool. Nice work.

[RMVX ACE] Changing character graphic and then back (later in game)

Change Graphic in Set Move Route worked perfectly. Thank you both!