Page 1 of 1

[TOOL] Multisell Generator

Posted: Wed Apr 04, 2018 12:41 am
by Windex
Hey all,
I'm releasing my multisell generator/ItemDB. Feel free to use. If you have any issues/feature requests let me know. It's pretty early in development so if you have problems feel free to reach out.

Features:
  • Supports Saving/Loading of multisell files
  • Saves multisells in a commented human readable format
https://nofile.io/f/pXCTy0yaOqB/MultisellGenerator.zip

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
	<item>
		<!-- Adena -->
		<ingredient count="105000" id="57" />
		<!-- Long Sword -->
		<production count="1" id="2" />
	</item>
	<item>
		<!-- Adena -->
		<ingredient count="9600" id="57" />
		<!-- Adena -->
		<ingredient count="9600" id="57" />
		<!-- Adena -->
		<ingredient count="105000" id="57" />
		<!-- Broadsword -->
		<production count="1" id="3" />
		<!-- Broadsword -->
		<production count="1" id="3" />
		<!-- Long Sword -->
		<production count="1" id="2" />
	</item>
</list>

Re: [TOOL] Multisell Generator

Posted: Wed Apr 04, 2018 1:24 am
by ShinichiYao
nice work :+1:

Re: [TOOL] Multisell Generator

Posted: Sat May 12, 2018 4:29 pm
by Sacrifice
Good work

Re: [TOOL] Multisell Generator

Posted: Tue May 15, 2018 9:05 pm
by Sacrifice
Any source code to edit as I want? With non-comercial intention... Of course... :think:

Re: [TOOL] Multisell Generator

Posted: Tue May 15, 2018 9:40 pm
by JMD
Sacrifice wrote: Tue May 15, 2018 9:05 pm Any source code to edit as I want? With non-comercial intention... Of course... :think:
+1

i would like to adapt this for C4.

Re: [TOOL] Multisell Generator

Posted: Wed May 16, 2018 9:48 pm
by regenx
Well.. XML version is way much better than "readable human format" with forms and whatever..

but Good job for your work. :+1:

Re: [TOOL] Multisell Generator

Posted: Sun Sep 29, 2019 12:01 am
by EcosdeElia
Hi! Can someone reupload the tool, please? The link doesnt work anymore. Thank you very much

Re: [TOOL] Multisell Generator

Posted: Mon Feb 28, 2022 7:56 pm
by faizanmazhar00
Windex wrote: Wed Apr 04, 2018 12:41 am Hey all,
I'm releasing my multisell generator/ItemDB. Feel free to use. If you have any issues/feature requests let me know. It's pretty early in development so if you have problems feel free to reach out.

Features:
  • Supports Saving/Loading of multisell files
  • Saves multisells in a commented human readable format
https://nofile.io/f/pXCTy0yaOqB/MultisellGenerator.zip

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
	<item>
		<!-- Adena -->
		<ingredient count="105000" id="57" />
		<!-- Long Sword -->
		<production count="1" id="2" />
	</item>
	<item>
		<!-- Adena -->
		<ingredient count="9600" id="57" />
		<!-- Adena -->
		<ingredient count="9600" id="57" />
		<!-- Adena -->
		<ingredient count="105000" id="57" />
		<!-- Broadsword -->
		<production count="1" id="3" />
		<!-- Broadsword -->
		<production count="1" id="3" />
		<!-- Long Sword -->
		<production count="1" id="2" />
	</item>
</list>
Wow