|
|
|
 |
Posted 2006-07-28, 04:38 PM
in reply to Rhok's post "A question"
|
 |
 |
 |
Rhok said:
I was wondering how to make it so when you equip a certain item, it gives an ability? For example, I have a weapon that I want to give Heal when equipped, and remove Heal when unequipped.
|
If ur using RMXP then i think wut u have to do is create a common event like this:
<>Conditional Branch: Hero [Arshes] [Bronze Sword] equipped
<>Change Skill: [Arshes], + [Heal]
<>
: Else Handler
<>Change Skill: [Arshes, - [Heal]
<>
: End
<>
Just change the hero and weapon to your choice if its a weapon that more than 1 person can equip than make a common event similer to that one but for every hero who can use the weapon O and make the trigger auto start
Last edited by phsyco025; 2006-07-28 at 04:42 PM.
|
 |
 |
 |
|
|
|
|
|
|
|