Posts: 867
Threads: 15
Joined: Nov 2009
#==============================================================================
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)
Posts: 25
Threads: 2
Joined: May 2009
Thanks Zarox.
Posts: 17
Threads: 4
Joined: Mar 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.
\"Scott me up, Beamy!\"
Posts: 1,126
Threads: 43
Joined: May 2009
Did you copy the "Configuration and Acknowledgements" page of the script?
Posts: 17
Threads: 4
Joined: Mar 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 :)
\"Scott me up, Beamy!\"
Posts: 1,126
Threads: 43
Joined: May 2009
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.
Posts: 16
Threads: 1
Joined: Dec 2009
Does your script allow to add slot to Accessory?
Posts: 1,126
Threads: 43
Joined: May 2009
Milonar Wrote:Does your script allow to add slot to Accessory?
Yes it does. Accessories are just a sub-type of Armors after all.
Posts: 16
Threads: 1
Joined: Dec 2009
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.
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? >__>''
Posts: 1,126
Threads: 43
Joined: May 2009
I think maybe you have some other script that is conflicting. Could you produce a demo?