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 :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...