Who Posted January 21, 2013 Posted January 21, 2013 anyone know how to make custom recipe on l2jfrozen pack? Quote
0 vampir Posted January 22, 2013 Posted January 22, 2013 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 Quote
0 Who Posted January 22, 2013 Author Posted January 22, 2013 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 Quote
0 vampir Posted January 23, 2013 Posted January 23, 2013 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 :) Quote
Question
Who
anyone know how to make custom recipe on l2jfrozen pack?
3 answers to this question
Recommended Posts
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.