Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Linkforce on April 24, 2008, 05:30:13 AM
-
Ok, so I have an item that when you use it, it is supposed to inflict the character with 4 conditions. One to raise attack, defense, magic, and speed. But when I use this item it doesn't do a thing. Do I have to link to it to a common event or switch or something? Any help is appreciated! :)
-
You could just make it a skill scroll that does a skill mix of "Steel will, bloodthirst, alacricy and enchant intelect" it would have the same effect I suppose?
-
Hmm.....I did that but nothing happens. The item just "misses" and the players stats stays "normal".
-
Anyone else?
-
Try setting all player's common resistance to the skills to A (making it hit no matter what). I also suggest making an entire fifth status effect that does all four stat boosts in one so that the player can see that the character has all of them. If that doesn't work, I don't know. :\
-
Well if I changed their resistance it would alter their personal strengths and weaknesses so I can't do that.
Anyone else have an idea?
-
I'll have a go. Conditions are one of the weird, tempramental bits of rm2k3. Hold on...
EDIT: Well it seems to work for me. What are you using, a skill scroll which invokes a skill which inflicts the four conditions?
You'll have to make sure that the character doesn't already have a condition on them with a higher priority, of course... That'd make it miss. Other than that, I have no idea.
-
The item isn't supposed to teach them a skill. It's supposed to inflict them with a status. It's a rare item. I want it to inflict Attack, Defense, Magic, and Speed Up during battle. And I have it as a medicine.
-
>.> Skill scroll, not skill book, dude. Take a look. It's exactly what you need.
-
Err....I see no option for changing Conditions...... x_x
-
by reading what you have I kind of get the idea of what it is you want it to do. If you'd please tell with every ounce of detail what it is you want it to do... I could solve the problem! :D Or try...
-
Ah!!! I got it to work. Lol, turns out I was using it as a medicine and it was curing the conditions, rather then inflicting them. But thanks for all your help guys! It all helped in the end. :D