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-nmm6 (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-nmm6 (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-nmm6 (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
ore script
Author Message
darksoulfe
Journeyman
*

Posts: 60
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jun 2013
Reputation: 0



Post: #11
RE: ore script
Guys you are not understanding what I meant and following the ores are being caught in the mines usually what happens and now, when the player will make the ore a piece of plate both the glove and the body with the hammer smith on the hand that appears in the menu only repair ore and not the plates, and as stated above I did like the menus of the sphere, so I do not know where to put to work only. need to put scripts menu of plates where?
in which script

thank you
06-18-2013 08:41 PM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #12
RE: ore script
(06-18-2013 05:44 AM)darksoulfe Wrote:  [SKILLMENU SM_BLUESTONE_ARMOR]
Blue Stone Platemail
ON=I_BLUESTONE_PLATEMAIL_CHEST @0687 Blue Stone Chest (25 Bluestone Ingot)
MAKEITEM=I_BLUESTONE_PLATEMAIL_CHEST
ON=I_BLUESTONE_PLATEMAIL_LEGS @0687 Blue Stone Legs (20 Bluestone Ingot)
MAKEITEM=I_BLUESTONE_PLATEMAIL_LEGS
ON=I_BLUESTONE_PLATEMAIL_ARMS @0687 Blue Stone Arms (18 Bluestone Ingot)
MAKEITEM=I_BLUESTONE_PLATEMAIL_ARMS
ON=I_BLUESTONE_PLATEMAIL_HELM @0687 Blue Stone Helm (15 Bluestone Ingot)
MAKEITEM=I_BLUESTONE_PLATEMAIL_HELM
ON=I_BLUESTONE_PLATEMAIL_GLOVES @0687 Blue Stone Gloves (12 Bluestone Ingot)
MAKEITEM=I_BLUESTONE_PLATEMAIL_GLOVES
ON=I_BLUESTONE_PLATEMAIL_GORGET @0687 Blue Stone Gorget (10 Bluestone Ingot)
MAKEITEM=I_BLUESTONE_PLATEMAIL_GORGET
ON=I_BLUESTONE_SHIELD_HEATER @0687 Blue Stone Heater Shield (18 Bluestone Ingot)
MAKEITEM=I_BLUESTONE_SHIELD_HEATER
ON=I_BLUESTONE_SHIELD_KITE @0687 Blue Stone Kite Shield (18 Bluestone Ingot)
MAKEITEM=I_BLUESTONE_SHIELD_KITE
[EOF]

Try by using (<resmake>) instead of number and name inside the ( )
06-18-2013 08:52 PM
Find all posts by this user Like Post Quote this message in a reply
darksoulfe
Journeyman
*

Posts: 60
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jun 2013
Reputation: 0



Post: #13
RE: ore script
good, did the following
put all the ingots in the scripts,
* sphere_item_provisions_ore.scp
* sphere_item_provisions_armor_color.scp
* sphere_skillmenu.scp
* sphere_region.scp

I think not missing anything, more the problem still continues, not managing to create anything or plate or shell or sleeve, now do not know what else to do, I'm up to my head hurting from looking at the computer and see that the process is not working ,

I'm about to give up

thank you
06-18-2013 10:16 PM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #14
RE: ore script
ahhh ok maybe i understand it now,two possible causes
1)You actually created the skillmenu for the armor but you didn't add it to the blacksmith menu, so it's possible you are adding this.

PHP Code:
[SKILLMENU sm_blacksmith//you have to add sm_bluestone here!
Blacksmithing

ON
=i_ANVIL Repair    // pretty much anyone can attempt to repair.
TEST=BLACKSMITHING 1.0
REPAIR

ON
=i_shield_round_bronze Shields
SKILLMENU
=sm_shields

ON
=i_platemail_chest Armor
SKILLMENU
=sm_armor

ON
=i_sword_viking Weapons
SKILLMENU
=sm_weapons

ON
=i_decorative_armor Colored Armor
SKILLMENU
=sm_colored_armor

ON
=i_decorative_armor Magic Armor
SKILLMENU
=sm_magic_armor

ON
=i_bluestone_platemail_chest bluestone //this!                     
SKILLMENU=sm_bluestone_armor 

2)In my client the 0687 color is actually black, so it doesn't display on skillmenu.


I tried with the script you posted and it works for me Tongue
(This post was last modified: 06-18-2013 10:35 PM by darksun84.)
06-18-2013 10:34 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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