Home > Tutorials > RPG Maker VX > Equipment Skills (Assign skills to equipment, items or weapons)
Equipment Skills (Assign skills to equipment, items or weapons) 
This tutorial is very usefull to assign skills to items, armors or weapons. I know some people use scripts for this but with a script you can only assign one skill. With this event you can assign multiple skills.
It uses a common event with parellel trigger, VX asks a switch to be ON, just put a 'set switch[name of the switch] = ON' somewhere in your intro cutscene ...
Here's the event :
Spoiler:
Code:
@>Conditional Branch: [Ralph] is [Spellbook] Equipped
@>Change Skills: [Ralph], + [Small Energy Ball]
@>Change Skills: [Ralph], + [Small Energy Burst]
@>... assign as many skills as you like ...
: else
@>Change Skills: [Ralph], - [Small Energy Ball]
@>Change Skills: [Ralph], - [Small Energy Burst]
@>... unlearn all skills you assigned to the item ...
: Branch End
@>
This is for the accessory 'Spellbook', but you can assign skills to items or weapons as well ...
You will see ,when you equip the item, the skill isn't directly added to your players skill-list. Just quit the menu and when you re-open the menu you will see the new skills are added. This works he same for unlearning skills.
Here's a demo : Equipment Skills Demo
If you see this somewhere else, I didn't copy it ! I made it myself, it could be that person also made it, it isn't hard to make this ... but it's usefull !
Thanks for reading !
Any questions ? --> PM
MBii
|
|
Details
|
|
Tutorial:
|
Equipment Skills (Assign skills to equipment, items or weapons) |
|
Date Listed:
|
Wed, 25 Jun 2008 11:05:21 -0700 |
|
Author:
|
MBii
|
|
Total Hits:
|
8348 |
|
|