Have you created a useful tool? or Do you want to get help building one? This is the right place!
-
Windex - Posts:1
- Joined:Thu Jun 29, 2017 4:52 pm
[TOOL] Multisell Generator
Post
by Windex » 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>
You do not have the required permissions to view the files attached to this post.
-
Sacrifice - Advanced User

- Posts:1025
- Joined:Thu Aug 14, 2014 6:31 am
Post
by Sacrifice » Sat May 12, 2018 4:29 pm
Good work
Retail GameMaster and Developer using Eclipse for Java Developers (64 bits), OpenJDK14 (64 bits), MySQL 8.0+ (64 bits).
-
Sacrifice - Advanced User

- Posts:1025
- Joined:Thu Aug 14, 2014 6:31 am
Post
by Sacrifice » Tue May 15, 2018 9:05 pm
Any source code to edit as I want? With non-comercial intention... Of course...

Retail GameMaster and Developer using Eclipse for Java Developers (64 bits), OpenJDK14 (64 bits), MySQL 8.0+ (64 bits).
-
JMD
- Advanced User

- Posts:1440
- Joined:Wed Apr 15, 2009 10:07 am
Post
by JMD » Tue May 15, 2018 9:40 pm
Sacrifice wrote: ↑Tue May 15, 2018 9:05 pm
Any source code to edit as I want? With non-comercial intention... Of course...
+1
i would like to adapt this for C4.
-
regenx
- Posts:319
- Joined:Sat Jul 17, 2010 6:55 am
Post
by regenx » Wed May 16, 2018 9:48 pm
Well.. XML version is way much better than "readable human format" with forms and whatever..
but Good job for your work.

-
EcosdeElia - Posts:6
- Joined:Wed May 31, 2017 12:11 am
Post
by EcosdeElia » Sun Sep 29, 2019 12:01 am
Hi! Can someone reupload the tool, please? The link doesnt work anymore. Thank you very much
-
faizanmazhar00 - Posts:6
- Joined:Mon Feb 28, 2022 7:47 pm
Post
by faizanmazhar00 » Mon Feb 28, 2022 7:56 pm
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