Giter Club home page Giter Club logo

Comments (2)

exneval avatar exneval commented on July 3, 2024

@idamonli post your full item_synthesis conf please

item_synthesis: (
{
	Id: 12565
	SourceNeeded: 3
	SourceItems: (
	{
		Item: 501
		Amount: 10
	},
	{
		Item: 502
		Amount: 10
	},
	{
		Item: 503
		Amount: 10
	},
	{
		Item: 504
		Amount: 10
	},
	{
		Item: 505
		Amount: 10
	}
	)
	Script: "
		getitem 607,10;
	"
},
)

item_db.txt
12565,Cheer_Scarf_Box,Cheer Scarf Box,2,0,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ synthesisui 12565; },{},{}

item_flag.txt
12565,32 //Cheer_Scarf_Box

lapineddukddakbox.lub

Cheer_Scarf_Box = {
	ItemID = 12565,
	NeedCount = 3,
	NeedRefineMin = 0,
	SourceItems = {
		{
			"Red_Potion",
			10,
			501
		},
		{
			"Orange_Potion",
			10,
			502
		},
		{
			"Yellow_Potion",
			10,
			503
		},
		{
			"White_Potion",
			10,
			504
		},
		{
			"Blue_Potion",
			10,
			505
		}
	},
	NeedSource_String = "Cheer Scarf Box"
},

from trunk.

idamonli avatar idamonli commented on July 3, 2024

@exneval Thank you very much.

from trunk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.