I need a bit of help with RPGMaker XP.
I'd like to put level/stat specific armor or weapons.
Like, you have to be a certain level to be able to equip them, or have a certain about of STR or DEX to weild.
Does anyone know how I'd go about doing this?
Hmmm... they way I'd do it is set switches to be turned on at each key level (where you would be able to equip the armour or weapon). Then you can buy those items, or the chests with the items in would be able to open:
To use the switches you'd just have the events (eg shop and chest) with Conditional Branches:
If Hero [Zack] is Level 25
<>ENTER SHOP CODE/CHEST CODE HERE
<>
:Else
<>Message: Ha! Loser. You ain't got enough xp, n00b!
Hmmm... they way I'd do it is set switches to be turned on at each key level (where you would be able to equip the armour or weapon). Then you can buy those items, or the chests with the items in would be able to open:
To use the switches you'd just have the events (eg shop and chest) with Conditional Branches:
If Hero [Zack] is Level 25
<>ENTER SHOP CODE/CHEST CODE HERE
<>
:Else
<>Message: Ha! Loser. You ain't got enough xp, n00b!
hey Lenny how do u do a conditional branch with what level the character is? i don't have that option but i have RMXP