Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: Tedrainbow on May 22, 2020, 12:40:00 am

Title: EQUIPMENT UPGRADE SYSTEM 1.1 Author: Charlie Fleed
Post by: Tedrainbow on May 22, 2020, 12:40:00 am
Hello the probleme is very not good..
the star new game and crash for error Script Enhanced Equipement line 76 ArgumentError ocurred bad value for range.

It is line for i in 0...@slots

And me use the multi slot! by DerVVulfman version 3.5 for project..

Thanx so much the help me.
Title: Re: EQUIPMENT UPGRADE SYSTEM 1.1 Author: Charlie Fleed
Post by: KK20 on May 22, 2020, 01:39:07 am
My guess is that you made one of your weapons have the Enhanced Weapon tag, but you didn't specify the number of slots it should have. As such, @slots is set to nil, which you can't have a numerical range between 0 and nil.
Title: Re: EQUIPMENT UPGRADE SYSTEM 1.1 Author: Charlie Fleed
Post by: Tedrainbow on May 22, 2020, 05:01:04 pm
Hello am other probleme it is the menu not add weapon and armor for the enhance menu.

I am use multi slot !

Do you have to modify the script for this effect?
Thanx you..
------------------------
Finaly is very nice work, just add Enhanced Weapon and Enhanced Armor to weapon and armore type..
-------------------------

Title: Re: EQUIPMENT UPGRADE SYSTEM 1.1 Author: Charlie Fleed
Post by: KK20 on May 22, 2020, 10:38:05 pm
I'm going to need a demo. I believe this is user error rather than a problem with the scripts.