The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Crafting coloured things with the latest SCP
Author Message
Onirim
Journeyman
*

Posts: 64
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jul 2012
Reputation: 0

UO: Rebellion

Post: #1
Crafting coloured things with the latest SCP
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>
(This post was last modified: 12-24-2012 06:48 AM by Onirim.)
12-24-2012 06:16 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Ben
Sphere Developer
*****

Posts: 612
Likes Given: 2
Likes Received: 123 in 70 posts
Joined: Mar 2010
Reputation: 18

SphereCommunity

Post: #2
RE: Crafting coloured things with the latest SCP
It's basically telling you that you don't have those items defined in our scripts. Double check that those scripts are loading.

AxisII's current version: 2.0.4j
AxisII SourceCode on Github
AxisII up to date changelog
12-24-2012 06:49 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Onirim
Journeyman
*

Posts: 64
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jul 2012
Reputation: 0

UO: Rebellion

Post: #3
RE: Crafting coloured things with the latest SCP
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
12-24-2012 07:03 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #4
RE: Crafting coloured things with the latest SCP
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.

[Image: 2nis46r.jpg]
12-24-2012 07:08 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Onirim
Journeyman
*

Posts: 64
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jul 2012
Reputation: 0

UO: Rebellion

Post: #5
RE: Crafting coloured things with the latest SCP
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 ?
(This post was last modified: 12-24-2012 08:06 AM by Onirim.)
12-24-2012 07:20 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #6
RE: Crafting coloured things with the latest SCP
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

[Image: 2nis46r.jpg]
12-24-2012 10:18 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Onirim
Journeyman
*

Posts: 64
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jul 2012
Reputation: 0

UO: Rebellion

Post: #7
RE: Crafting coloured things with the latest SCP
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
12-24-2012 07:19 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 4 Guest(s)