Hime-Works / Requests

Bug reports and requests that may require longer discussions and is not suitable to leave on the blog
http://himeworks.com/
GNU General Public License v2.0
7 stars 9 forks source link

Effect: Required Items [Not working for me] #282

Closed Quixxxotic closed 9 years ago

Quixxxotic commented 9 years ago

Hello Tsukihime, I am a big fan of your scripts. This last one I found of yours looks very promising, and is exactly what I need for my RPG Maker VX Ace game- Effect: Required Items. However each time I try to use this I get the same error. vvvvvv Script " line64:ArgumentError occurred. wrong number of arguments(1 for 2)

I tried it on a new project, using your instructions to the letter, with no additional scripts other than Effect Manager, and got the same outcome.

vvvv [Just in case I'm doing this wrong] I placed <eff: req_item w2 1> in the notebox of a weapon, so that it would have to use the second weapon in the weapons database in order to be usable. I tried several other weapons, and even items, and cannot for the life of me figure this out.

HimeWorks commented 9 years ago

There was a line of code that was left in there that only occurs when you use weapons as a required item. I don't know what it was doing there.

I've updated the script so that it does not crash. However, note-tagging weapons is not supported. The script only supports required items for items/skills.

Quixxxotic commented 9 years ago

Thank you.