It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Does anyone know where I can find a diagram to create Silver Ore? Or at least a mod that gives vendors an infinite supply of items so I dont have to exit and re enter whenever I want to buy more items?
No posts in this topic were marked as the solution yet. If you can help, add your reply
Anyone?
I think the dwarven blacksmith in Act I sells it to you
avatar
Link09: I think the dwarven blacksmith in Act I sells it to you
He only sells silver ore, not the diagram for it. There's a diagram for almost every material except silver ore, which is used to craft almost every item in the game. I wouldn't have any problems with buying silver ore if it weren't for the fact that he only sells 4 of them at a time. In order for him to restock I have to leave the entire Flotsom town and re enter which can be very time consuming.

If there's a silver ore diagram somewhere in the game that would make crafting less of a hassle.
Hm i could've sworn he sold it, cause i do remember looking for the components for silver ore, and it consisted of some of the coloured ores, which i found to be more difficult to find. I'll check though.

Also you should simply meditate a whole day then recheck to see if his stock has come back, i'm quite positive a tutorial pop-up mentions this is how merchants restock.

EDIT: my mistake, i've mixed up the ores, however i checked the "restocking after 24hrs" mechanic and it works. Bought his 4 silver ores, fast forward 24hrs, then he had 6 more to sell.
Post edited June 02, 2011 by Link09
I don't think there is one. Never saw a diagram in any of the shops I was in.
Huh... you don't "create" any ore. You have to prospect it! ... Wish we could have a pickaxe and actually dig some ore like in the Gothics/Risen. Those caves seem so rich and yet they give so little! =)
Post edited June 02, 2011 by RageGT
In Act1, there's a diagram for the 3 coloured meteorite ores, but you either buy the silver ore, or visit the caves (and kill nekkers) and grab some.
Never needed for any silver ore after spelunking around. In fact, I had to sell some so that I could walk.

If you need much more, just meditate a day beside the merchant and he/she will restock. Repeat until you get as much as you need.
There's no diagram for silver ore. It doesn't make much sense. However it is very easy to mod it in:

In the file "def_item_schematics.xml" you have to add a new item:

<item name="Schematic Silver ore" category="schematic" ability_slots="0" stackable = "true" template="" equip_slot="" hold_slot="">
<tags>SortTypeSchematic,SortTypeOther,Schematic,TypeMagic</tags>
<base_abilities>
<a>Price_50</a>
<a>CraftPrice_20</a>
<a>Weight_01</a>
</base_abilities>
<ingredients_list crafted_item="Silver ore">
<ingredient quantity="1">Iron ore</ingredient>
<ingredient quantity="1">Diamond Dust</ingredient>
</ingredients_list>
</item>

And then in the file def_shops.xml you have to add this diagram to whoever should be selling it, let's say to Shop Blacksmith Helper Act1:

<loot_entry name="Schematic Silver ore" chance="100" quantity_max="1" quantity_min="1" respawn_time="3600"></loot_entry>

And voila, you can have the blacksmith crafting you silver. But why would you do such a thing?