Jump to content
  • 0

[How to]Custom Recipe


Question

3 answers to this question

Recommended Posts

  • 0
Posted

hardest part is client, since u need to add new item, set is as recipe and set all recipe info

about server part, u will need to create new item and set it's part as recipe, also there should be xml with all recipes so u will need to add it there also

  • 0
Posted

the server part is the problem , on l2jfrozen no is .xml file , all recipes is on a .csv file without any description on the columns

  • 0
Posted

look at example:

dwarven;mk_wooden_arrow;1;1666;1;[1864(4)],[1869(2)];17;500;[1666(1)],[57(5400000)];30;100;

 

dwarven - recipe type

mk_wooden_arrow - recipe name, same as in client

1 - recipe index(starting from 1, every next recipe is previous index + 1)

1666 - recipeId, same as in client

1 - craft level

[1864(4)],[1869(2)] - ingredients, item id=1864 count=4, item id=1869 count=2

17;500 - production, item  id=17 production item count=500

[1666(1)],[57(5400000)] - no idea wtf is that but its always like this: [recipeId(1)],[57(5400000)], in this case recipeId is 1666

30 - mp cost

100 - success rate

 

no idea what noob made such stupid system since xmls are 153523423x better :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock