Save-Point
Equipment Upgrade System by Charlie Fleed, Version 1.2 - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: Equipment Upgrade System by Charlie Fleed, Version 1.2 (/thread-2299.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Customizable (Enhanced) Equipment by Charlie Fleed, Version 1.0 - Ace - 03-10-2010

#==============================================================================
SLS_MULTI_SLOT_PATCH = false # Patch for Guillame777's MultiSlot Script v6.2.2
SLS_MULTI_SLOT_PATCH_DERVV = true # Patch for DerVVulfman's MultiSlot Script v2.0
#==============================================================================

this you have to configure in the config system of the skills learning system (at the bottom) (Skills Learning System 2.2)


Customizable (Enhanced) Equipment by Charlie Fleed, Version 1.0 - ElMaligno - 03-10-2010

Thanks Zarox. Cheery


Customizable (Enhanced) Equipment by Charlie Fleed, Version 1.0 - Brutanos - 03-30-2010

Let me start out by thanking you for at brilliant (and much needed) script.

I've only just begun using it, but now I've encountered a problem.
I've copied the script, added the elements and created the weapons. But when I try to test
my game, an error pops up saying:

Script 'Enhanced Equipment' line 14: NameError occurred.
uninitialized constant EW_NAME

Line 14 being: $ew_element_id = $data_system.elements.index(EW_NAME)

... And the game shuts down afterwards.

I know pretty much nothing about scripting, so I'm in dire need of help!
Thank you in advance.


Customizable (Enhanced) Equipment by Charlie Fleed, Version 1.0 - Charlie Fleed - 03-30-2010

Did you copy the "Configuration and Acknowledgements" page of the script?


Customizable (Enhanced) Equipment by Charlie Fleed, Version 1.0 - Brutanos - 03-31-2010

Ah, like that... Well now it works, thank you very much :)

Btw, it might be a bit off-topic to ask about, but where can I find a good tutorial to creating a custom menu?
I need an extra menu option, and need to find out how I make one :)


Customizable (Enhanced) Equipment by Charlie Fleed, Version 1.0 - Charlie Fleed - 03-31-2010

If you are not looking for something too fancy, I wrote a mini-tutorial on how to add an entry in the main menu here http://rmvxp.com/thread-777.html
it was meant to be used to create an entry for the Skills Learning System.


Customizable (Enhanced) Equipment by Charlie Fleed, Version 1.0 - Milonar - 05-18-2010

Does your script allow to add slot to Accessory?


Customizable (Enhanced) Equipment by Charlie Fleed, Version 1.0 - Charlie Fleed - 05-18-2010

Milonar Wrote:Does your script allow to add slot to Accessory?

Yes it does. Accessories are just a sub-type of Armors after all.


Customizable (Enhanced) Equipment by Charlie Fleed, Version 1.0 - Milonar - 05-24-2010

Charlie Fleed Wrote:
Milonar Wrote:Does your script allow to add slot to Accessory?

Yes it does. Accessories are just a sub-type of Armors after all.

I don't good at scripting and Eventing things so can you tell me how to add stot to Accessory? When I tried to add Accessory "Type Armor" and "1Slot", they always say error. Confused

I tried to add Slot to Bow and Rod, too. For [4]Slot. And then it appears this error.

"Script "Enhanced Equipment" line 526:NoMethodError occurred.
Undefined method ref_id for nil:NilClass'

What should I do? >__>''


Customizable (Enhanced) Equipment by Charlie Fleed, Version 1.0 - Charlie Fleed - 05-24-2010

I think maybe you have some other script that is conflicting. Could you produce a demo?