Posts: 1,177
Threads: 239
Joined: Oct 2014
(16-02-2018, 11:53 PM)Woody Wrote: Got a request no idea how much coding it would need but I'm sure just about everyone would use it at some point.
For Sometime now (years) I have been using this to somewhat quickly get an idea of what some things will cost --> http://forum.nordinvasion.com/showthread.php?tid=5657
The link does not work anymore but looks like this
(open in new tab to make bigger if needed)
So my request is this just about.
Getting there
What do you guys think?
Posts: 90
Threads: 77
Joined: Nov 2017
Yes please
Sun Pike - 26/11/17
Studded - 18/01/18
Ruptures - 19/2/18
Eastern Full Scale - 08/06/18
Malice - 05/06/2021
Gloves of Vidar - 01/07/21
Rebellion - 11/05/24
Shield of Kings - 27/06/24
Posts: 352
Threads: 38
Joined: Oct 2014
That's awesome, good work!
Hey ; - )
Posts: 1,177
Threads: 239
Joined: Oct 2014
28-02-2018, 04:29 PM
(This post was last modified: 28-02-2018, 04:34 PM by Kaasovic.)
1.9 Released.
Crafting recipes can now be broken down to their basic materials. This only works with craftable materials.
Please note that there might be mistakes in the script and I will not be responsible if you don't double check what you are doing.
enjoy.
Posts: 1,714
Threads: 321
Joined: Sep 2012
I think this one is nesting in the wrong direction.
Posts: 103
Threads: 32
Joined: Nov 2014
Posts: 1,177
Threads: 239
Joined: Oct 2014
(28-02-2018, 05:08 PM)Winter Wrote:
I think this one is nesting in the wrong direction.
What recipe was that?
Posts: 1,714
Threads: 321
Joined: Sep 2012
(28-02-2018, 05:15 PM)Kaasovic Wrote: (28-02-2018, 05:08 PM)Winter Wrote:
I think this one is nesting in the wrong direction.
What recipe was that?
Resurrection Tome
Posts: 1,177
Threads: 239
Joined: Oct 2014
28-02-2018, 05:26 PM
(This post was last modified: 28-02-2018, 05:41 PM by Kaasovic.)
Hmm I see
if anyone is interested in checking if I got all the recipes right:
Code: var recipes = ' \
{ "recipes" : [ \
{"name": "Rough Cloth", "recipe": [["Old Boots", 3]]}, \
{"name": "Scrap Metal", "recipe": [["Bent Sword", 3]]}, \
{"name": "Basic Wood", "recipe": [["Crooked Stick", 3]]}, \
{"name": "Steel", "recipe": [["Coal", 1],["Scrap Metal", 3]]}, \
{"name": "Assorted Ammunition", "recipe": [["Basic Wood", 8],["Scrap Metal", 5]]}, \
{"name": "Black Steel", "recipe": [["Shade Ore", 1],["Steel", 2]]}, \
{"name": "Handle", "recipe": [["Hardened Metal", 2],["Heavy Cloth", 1],["Sturdy Wood", 1]]}, \
{"name": "Flemish String", "recipe": [["Heavy Cloth", 2],["Spurn Berry", 1],["Sturdy Wood", 1]]}, \
{"name": "Blade Shard", "recipe": [["Quality Charcoal", 1],["Hardened Metal", 3]]}, \
{"name": "Basic Leather", "recipe": [["Rough Cloth", 3]]}, \
{"name": "Woven Steel", "recipe": [["Basic Leather", 3],["Steel", 1]]}, \
{"name": "Silk", "recipe": [["Fine Needle", 1],["Heavy Cloth", 3],["Hydra Leaf", 1]]}, \
{"name": "Strap", "recipe": [["Fine Needle", 1],["Heavy Cloth", 3]]}, \
{"name": "Armour Plate", "recipe": [["Quality Charcoal", 1],["Hardened Metal", 3]]}, \
{"name": "Bone Powder", "recipe": [["Bone Shard", 2]]}, \
{"name": "Antiseptic Cloth", "recipe": [["Nem Flower", 5],["Worm Root", 5],["Rough Cloth", 3]]}, \
{"name": "Mixed Glue", "recipe": [["Hydra Leaf", 2],["Spurn Berry", 1],["Bone Powder", 3]]}, \
{"name": "Mystic Charm", "recipe": [["Nem Flower", 3],["Sparkly Necklace", 3]]}, \
{"name": "Small Gold Bar", "recipe": [["Quality Candle", 10],["Small Lump of Lead", 5]]}, \
{"name": "Oil", "recipe": [["Hardened Metal", 2],["Spurn Berry", 5],["Sturdy Wood", 1]]}, \
{"name": "Dye", "recipe": [["Quality Candle", 1],["Nem Flower", 3],["Sturdy Wood", 2]]}, \
{"name": "Bone Dust", "recipe": [["Quality Candle", 1],["Wolf Teeth Necklace", 2],["Worm Root", 1]]}, \
{"name": "Large Gold Bar", "recipe": [["Quality Candle", 10],["Quality Charcoal", 10],["Silk", 2],["Small Gold Bar", 5]]}, \
{"name": "Ink of Life", "recipe": [["Quality Candle", 8],["Hydra Leaf", 5],["Water of Hvergelmir", 5],["Bone Dust", 10],["Dye", 10],["Large Gold Bar", 1]]}, \
{"name": "Gunpowder", "recipe": [["Quality Candle", 5],["Quality Grindstone", 15],["Sulphur", 5],["Bone Dust", 10]]}, \
{"name": "Skull Fragment", "recipe": [["Black Steel", 1],["Bone Dust", 10]]}, \
{"name": "Oil of Velentr", "recipe": [["Water of Hvergelmir", 1],["Oil", 2]]}, \
{"name": "Chain", "recipe": [["Chain Link", 3]]}, \
{"name": "Perfected Metal", "recipe": [["Coal", 3],["Hardened Metal", 5],["Heavy Cloth", 10],["Shade Ore", 10],["Sulphur", 1],["Black Steel", 2],["Chain", 3],["Construction Tools", 5]]}, \
{"name": "Construction Tools", "recipe": [["Basic Leather", 3],["Scrap Metal", 1]]}, \
{"name": "Processed Wood", "recipe": [["Basic Wood", 3]]}, \
{"name": "Brass Bar", "recipe": [["Copper Bar", 1],["Zinc Shard", 1]]}, \
{"name": "Wooden Slat", "recipe": [["Quality Charcoal", 2],["Sturdy Wood", 5],["Construction Tools", 5],["Processed Wood", 10]]}, \
{"name": "Plate Mail", "recipe": [["Armour Plate", 3],["Chain", 10]]}, \
{"name": "Hardened Leather", "recipe": [["Basic Leather", 20],["Silk", 5]]} \
]}';
1.9.1 released
This patch should hopefully the race condition ajax caused.
It should also be less stressful on the NI website.
Posts: 590
Threads: 152
Joined: Dec 2017
28-02-2018, 06:20 PM
(This post was last modified: 28-02-2018, 06:21 PM by Julia..)
Lovely, atleast for the crafting I've unlocked... won't save me from making exels thou
Just by checking the recipes (with the NI Crafting List) I didn't find any mistakes
|