[TOOL] Multisell Generator

Have you created a useful tool? or Do you want to get help building one? This is the right place!
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Windex
Posts: 1
Joined: Thu Jun 29, 2017 4:52 pm

[TOOL] Multisell Generator

Post 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>
You do not have the required permissions to view the files attached to this post.
User avatar
ShinichiYao
Advanced User
Advanced User
Posts: 262
Joined: Tue Jan 12, 2016 3:53 am

Re: [TOOL] Multisell Generator

Post by ShinichiYao »

nice work :+1:
Sacrifice
Advanced User
Advanced User
Posts: 1026
Joined: Thu Aug 14, 2014 6:31 am

Re: [TOOL] Multisell Generator

Post by Sacrifice »

Good work
Sacrifice
Advanced User
Advanced User
Posts: 1026
Joined: Thu Aug 14, 2014 6:31 am

Re: [TOOL] Multisell Generator

Post by Sacrifice »

Any source code to edit as I want? With non-comercial intention... Of course... :think:
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: [TOOL] Multisell Generator

Post 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.
User avatar
regenx
Posts: 319
Joined: Sat Jul 17, 2010 6:55 am

Re: [TOOL] Multisell Generator

Post by regenx »

Well.. XML version is way much better than "readable human format" with forms and whatever..

but Good job for your work. :+1:
EcosdeElia
Posts: 6
Joined: Wed May 31, 2017 12:11 am

Re: [TOOL] Multisell Generator

Post by EcosdeElia »

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

Re: [TOOL] Multisell Generator

Post 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
Post Reply