UNLOCKING NEW WEAPONS AS YOU LEVEL UP?

Posts

Pages: 1
Hello there! I'm trying to figure out how, if it's possible, to unlock new weapon types as you level up. For instance, 'Maggie' is a ranger, so she uses bows to fight, but when she reaches level 10, she can use daggers as well. I would simply copy the dagger-type weapons and paste them into the bow-style weapons, but if 'Clara' uses daggers, I would want her to be able to use them too. At the same time, I can't simply add daggers to the weapons 'Maggie' can use, because what if she gets a dagger before she reaches level ten?
I've tried to figure this out manually, but I can't manage to. If you know how to allow certain classes to use specific weapons after they reach level X, then let me know.
Porkate42
Goes inactive at least every 2 weeks
1869
What program?
You could try changing their classes to a class that gives them the ability to use the new weapons.
http://pastebin.com/raw.php?i=qJQxcTdu This script lets you add a permanent state to an actor while a certain skill is learned. Make the state have 0 priority and no icon so it's invisible and give it weapon proficiency as a trait.
author=Porkate42
What program?

Rpgmaker VXace.
author=lavendersiren
You could try changing their classes to a class that gives them the ability to use the new weapons.

I tried that with another game a while back. It took out all their known skills...
author=LightningLord2
http://pastebin.com/raw.php?i=qJQxcTduThis script lets you add a permanent state to an actor while a certain skill is learned. Make the state have 0 priority and no icon so it's invisible and give it weapon proficiency as a trait.

I'll look into that. Thank you!
Pages: 1