SphereCommunity
Crafting coloured things with the latest SCP - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Crafting coloured things with the latest SCP (/Thread-Crafting-coloured-things-with-the-latest-SCP)



Crafting coloured things with the latest SCP - Onirim - 12-24-2012 06:16 AM

Hi all !

I've a problem with the last SCP. When I want to create an item, for exemple with blacksmithing, and with a 100.0 in skill, I can't have the crafting menu for coloured items.

For exemple, I've 100 agapite ingots in my bag, and when I use a smith's hammer near a forge on the ingots, I've just "repair" in the menu.
But with my iron ingots, I can create all kind of stuff.

I must change something in the script to having access to the other items ?

Code:
21:37:ERROR:(sphere_skillmenu.scp,1455)Undefined symbol 'i_AGAPITE_RINGMAIL_GLOVES'
21:37:ERROR:(sphere_skillmenu.scp,1455)Bad MENU item id 'i_AGAPITE_RINGMAIL_GLOVES'
21:37:ERROR:(sphere_skillmenu.scp,1458)Undefined symbol 'i_AGAPITE_RINGMAIL_SLEEVES'
21:37:ERROR:(sphere_skillmenu.scp,1458)Bad MENU item id 'i_AGAPITE_RINGMAIL_SLEEVES'
21:37:ERROR:(sphere_skillmenu.scp,1461)Undefined symbol 'i_AGAPITE_RINGMAIL_LEGGINGS'
21:37:ERROR:(sphere_skillmenu.scp,1461)Bad MENU item id 'i_AGAPITE_RINGMAIL_LEGGINGS'
21:37:ERROR:(sphere_skillmenu.scp,1464)Undefined symbol 'i_AGAPITE_RINGMAIL_TUNIC'
21:37:ERROR:(sphere_skillmenu.scp,1464)Bad MENU item id 'i_AGAPITE_RINGMAIL_TUNIC'
21:37:ERROR:(sphere_skillmenu.scp,1467)Undefined symbol 'i_AGAPITE_BUCKLER_SHIELD'
21:37:ERROR:(sphere_skillmenu.scp,1467)Bad MENU item id 'i_AGAPITE_BUCKLER_SHIELD'
erm...

And when I want to use the ScriptCrafting generator, I've this errors:
Code:
21:46:ERROR:(sphere_crafting_generator.scp,147)Undefined keyword 'file.close'
21:46:ERROR:(sphere_crafting_generator.scp,148)Undefined keyword 'file.mode.append'
21:46:ERROR:(sphere_crafting_generator.scp,150)Can't resolve <file.open scripts/items/crafting/sphere_crafting_bowcraft_oak.scp>



RE: Crafting coloured things with the latest SCP - Ben - 12-24-2012 06:49 AM

It's basically telling you that you don't have those items defined in our scripts. Double check that those scripts are loading.


RE: Crafting coloured things with the latest SCP - Onirim - 12-24-2012 07:03 AM

Okay, si my sphere_skillemenu.scp is all wrong and unusable... and I don't make any change to that script.
I must redone all the base script myself ? Confused


RE: Crafting coloured things with the latest SCP - Mordaunt - 12-24-2012 07:08 AM

dump it and use the new crafting menu system in the scp, it's nicer anyway and makes it so much easier to create new items.


RE: Crafting coloured things with the latest SCP - Onirim - 12-24-2012 07:20 AM

When I change
Code:
// Enables, switch or disable the new crafting system
// 0 = Default. 1 = OSI-Like.
scp.CraftingSystem=1
from 0 to 1 or 1 to 0, I don't see any change in my menu...
I've missed something ?

Hmmm.... Maybe it's because I'm in T2A mode, with no other expansions enabled in Sphere ?


RE: Crafting coloured things with the latest SCP - Mordaunt - 12-24-2012 10:18 AM

that men activates through items.. like using a smithing hammer (with the trigger code in) will bring up the menu for smithing e.t.c...
Check you are using the right crafting tools


RE: Crafting coloured things with the latest SCP - Onirim - 12-24-2012 07:19 PM

I use a smithing hammer, it's always the old menu Smile
But I think the new crafting menu is used when some options of AoS are enabled. I haven't enabled AOS or latest features. But it's cool, I will correct the old menu system for my T2A Shard Smile I love the old menu gump, it's so roooot xD