New account registration is temporarily disabled.

[RMVX ACE] HELP, WITH A SIMPLE METHOD... I THINK?

Posts

Pages: 1
Hello, I'm pretty advanced in what i want to do.
I have managed to make a Character learn skill througth objects, however...

Most of the scripts, that block or prevent an item usage, use an job system.

I want to do the same but using the Actor themselves...(mostly so I can void making 20 or so jobs with the same name).

i think of using a lot of Common events, that use a condition check... is it possible or do i need to actually use the jobs?

Or someone has a different Idea of how to do it?
If I'm reading this correctly, you want to edit the character instead of making a bunch of classes?

Honestly, you can do it but it's easier - much easier - to just use classes. There's a command that just lets you change class through eventing, so you really don't need a script, either.
Marrend
Guardian of the Description Thread
21806
I'm pretty sure that skills that are learned "on equip" are forgotten when the equipment is removed? So, what I think you want to do is make your equipment have one equipment category, set up the class (classes?) to be able to equip that category, and generally make your life simpler.
Pages: 1