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
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 786 - File: showthread.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/showthread.php 786 errorHandler->error






Post Reply 
 
Thread Rating:
  • 1 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ores, Ingots, Skill Requirements?
Author Message
Reflex
Journeyman
*

Posts: 130
Likes Given: 0
Likes Received: 2 in 2 posts
Joined: Apr 2012
Reputation: 1



Post: #1
Ores, Ingots, Skill Requirements?
I'm confused how the skill requirements work here. What im confused about is why there are so many skillmakes what is used for what exactly?

Also, how do you specify the chances of mining it? All I seen was in the sphere_items_ores.scp ?

skill=0.1,50.0 - Sphere_Region_Resource.scp whats this used for?
SKILLMAKE=20.0 MINING sphere_item_Ingots.scp - Whats this used for?
SKILLMAKE=MINING 20.0 - sphere_item_ore.scp - whats this used for?
Code:
sphere_region_resource.scp
[REGIONRESOURCE mr_iron]
// t_rock
skill=0.1,50.0
amount=5,15
REAP=i_ore_iron
REGEN=60*60

//End of scp

//start of sphere_item_resources_ingots.scp
[ITEMDEF 01bef]
//DEFNAME2=INGOTS
//DEFNAME2=IRON_INGOT
DEFNAME=i_ingot_iron
TYPE=T_INGOT
RESOURCES=i_ore_iron
SKILLMAKE=20.0 MINING
TDATA1=20.0
TDATA2=50.0
WEIGHT=1
DUPELIST=01bf0,01bf1,01bf2,01bf3,01bf4
CATEGORY=Resources - Mining
SUBSECTION=Ingots
DESCRIPTION=Iron Ingot

//end of scp

//start of sphere_item_ores

[ITEMDEF 019b7]
// DEFNAME2=METAL_ORE_1
DEFNAME=i_ore_iron
NAME=Iron Ore
TYPE=t_ore
SKILLMAKE=MINING 20.0
TDATA1=i_ingot_iron
WEIGHT=1
VALUE=4
DUPELIST=019b8,019b9,019ba
CATEGORY=Resources - Mining
SUBSECTION=Ores
DESCRIPTION=Iron Ore

//end of scp
(This post was last modified: 05-11-2012 12:36 PM by Reflex.)
05-11-2012 12:33 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Ores, Ingots, Skill Requirements? - Reflex - 05-11-2012 12:33 PM

Forum Jump:


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