Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Linkforce on April 24, 2008, 05:30:13 AM

Title: Item
Post 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!  :)
Title:
Post by: Prpl_Mage on April 24, 2008, 07:41:32 AM
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?
Title:
Post by: Linkforce on April 24, 2008, 02:15:14 PM
Hmm.....I did that but nothing happens.  The item just "misses" and the players stats stays "normal".
Title:
Post by: Linkforce on April 27, 2008, 06:28:04 PM
Anyone else?
Title:
Post by: Dominicy on April 27, 2008, 07:38:23 PM
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. :\
Title:
Post by: Linkforce on May 07, 2008, 03:32:05 AM
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?
Title:
Post by: Moosetroop11 on May 07, 2008, 08:52:30 AM
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.
Title:
Post by: Linkforce on May 07, 2008, 04:10:37 PM
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.  
Title:
Post by: Moosetroop11 on May 07, 2008, 11:01:14 PM
>.> Skill scroll, not skill book, dude. Take a look. It's exactly what you need.
Title:
Post by: Linkforce on May 07, 2008, 11:19:03 PM
Err....I see no option for changing Conditions...... x_x
Title:
Post by: Hirochi-Zangus on May 08, 2008, 02:11:55 AM
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...
Title:
Post by: Linkforce on May 08, 2008, 04:25:46 AM
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