Saranel 0 Posted July 15, 2014 (edited) Oh sweet, yeah I just added the snippet to the end of the tweaks script. It's working fine so far. No more giving the enemies' health when using AoE attacks! I'm not sure if this really helps or not in any way but I found out that it's not just the grathnode skills and items that are doing it. I've also got the runic enchantment script by Kread and "<unique>" isn't working for the armor/weapon runes either. Nothing I try makes the game stop me from double equipping them. Edited July 15, 2014 by Saranel Share this post Link to post Share on other sites
Kayzee 4,033 Posted July 15, 2014 Hmmm... It dosn't do that for me, so it might be another script! Do you have any scripts that mess with Window_ItemList at all? Both the grathnode and rune menus are subclasses of it. Yanfly's Ace Item Menu seems to work for me but then again I use my own modified version. Share this post Link to post Share on other sites
Saranel 0 Posted July 16, 2014 The scripts that use that line are Yanfly's Engine, Battle Engine, Item Menu, Shop Options, Victory Screen and the grathnode and runic enchantment scripts. Maybe my Item Menu is messing with them? Share this post Link to post Share on other sites
Kayzee 4,033 Posted July 16, 2014 You can try removing or commenting out the script to see... I was using the item menu script too but then again I heavily modified it. It might be that you have to subclass Window_ItemList or something. It could even be the runic enchantment script. I wish I knew :/ Share this post Link to post Share on other sites
Saranel 0 Posted July 21, 2014 It seems that after I plugged in your "<for_all_friends?>" snippet into your script I get an error every time I try to modify my healer's skills. Says "line 256: NoMethodError occurred. undefined method for 'for_ally?' for #<RPG::Skill:oxaf3cd98>" from your grathnode tweaks script. Share this post Link to post Share on other sites
Kayzee 4,033 Posted July 21, 2014 What scope are you using? Are you saying "for_ally?" instead of "for_friend?" I am not sure where "for_ally?" is coming from. :/ Share this post Link to post Share on other sites
Saranel 0 Posted July 21, 2014 Oh I uh figured it out haha, turns out I was using the scope "for_all_allies?" instead of "for_all_friends?". So it was ruining my healer's skills because they learned a passive with that incorrect scope. Share this post Link to post Share on other sites
Kayzee 4,033 Posted July 21, 2014 I thought that might be it. It's an easy mistake to make! I am glad it's still working well for you. :3 Share this post Link to post Share on other sites