Healing Spell doesn't work right in Menu? - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Games Development (https://www.save-point.org/forum-4.html) +--- Forum: Code Support (https://www.save-point.org/forum-20.html) +--- Thread: Healing Spell doesn't work right in Menu? (/thread-5358.html) |
Healing Spell doesn't work right in Menu? - Bounty Hunter Lani - 01-14-2015 Hello! I am using the CTB by Charlie Fleed 3.1 Animated Battler demo for RPG Maker XP as the basis for my game that I'm making for fun, and I've changed a bunch of things to make it my own... but I've run into a problem that I can't seem to find the answer to The Heal spell works perfectly in battle, but outside of battle, the spell makes the sound of it failing. There is no change in the healed character's HP, either... BUT, when you exit the skills menu, you see that the character you've selected to be healed has in fact been healed by the skill, but the SP of the healer hasn't decreased one bit. I didn't change any scripts regarding the Heal skill, so I don't know what if anything I did wrong... or does the script break the Heal skill, and I need to start from scratch? Because I'm perfectly willing to do that, since I've already had to start from scratch due to corrupted data Anyway, is there a fix, or am I going to need to rely on healing items for my game? RE: Healing Spell doesn't work right in Menu? - JayRay - 01-15-2015 check the Item screen in the Database, is it set to be used or not used from Menu? Secondly, does it show there is an SP cost to use it? RE: Healing Spell doesn't work right in Menu? - Bounty Hunter Lani - 01-15-2015 Not sure what Items have to do with this, but I took a screenshot to show the Heal spell's parameters. I've tried eliminating the Single/All Scope on the Elements tags, and I've tried changing the scope at the left. I've also tried setting the Occasion to Only from the Menu, but the same problem arises. I've even tried having the Occasion to None, but nothing worked. Any more suggestions? (01-15-2015, 04:07 AM)JayRay Wrote: check the Item screen in the Database, is it set to be used or not used from Menu? Secondly, does it show there is an SP cost to use it? RE: Healing Spell doesn't work right in Menu? - DerVVulfman - 01-15-2015 This may sound kinda... obvious. But did you first reduce your party's health before trying to use the healing skill? I added a character/event in the map for Charlie's system, and set up an event that reduced everyone's health by 100hp. When I did that, the healing skill worked. It cannot heal anyone if their health is already at max. RE: Healing Spell doesn't work right in Menu? - Bounty Hunter Lani - 01-15-2015 (01-15-2015, 05:42 AM)DerVVulfman Wrote: This may sound kinda... obvious. But did you first reduce your party's health before trying to use the healing skill? Tried it, didn't work. Picture 1 is before I use the skill. Picture 2 is after I use the skill. The Sound Effect of the skill failing plays. Picture 3 is in the menu, after using the skill. Notice the lack of change in the SP? Also, I noticed this question was asked in 2009 on another website that got no answer, so it must've happened in older versions as well. Any more suggestions? RE: Healing Spell doesn't work right in Menu? - Charlie Fleed - 01-15-2015 I tried and it looks like a bug in v3.1, but everything works in v3.2, although it's not mentioned in my "Features and Updates". Sorry, but I don't have time right now to research it further. Can you upgrade to v3.2? RE: Healing Spell doesn't work right in Menu? - Bounty Hunter Lani - 01-15-2015 Upgrading should be no problem! Is there a link to the 3.2? The last link that said it was 3.2 gave me a download of 3.1, and I was weirded out Thanks again, by the way! You guys are all awesome RE: Healing Spell doesn't work right in Menu? - Charlie Fleed - 01-15-2015 Here's the thread http://save-point.org/thread-2298.html and here's the download of v3.2 http://www.mediafire.com/download.php?eenx9201fi02dwg RE: Healing Spell doesn't work right in Menu? - Bounty Hunter Lani - 01-15-2015 It works great now, thanks! I just gotta change all of the settings to my liking again, and then I can finally start rewriting the story! Time to close this Thread? |