Our webhook for Discord must be added. If you don't know how to receive a webhook, it's simple and we walk you through it in the video below. To ensure you don't miss any steps, pay close attention :
3. main scripts
here you must to change this config to work with your server, like your Core Name and your Target name script, Inventory name script ... and if you want to use 1 color for all UI.
4. Script Settings
l2s-crafting has a advanced system you can add high level in crafting and you can edit LockItems id you want only show item if he has level, also you can add Craft Object.
5. Language
in l2s-crarfting you can change the Language to any Language do you want.
6. Categories
In l2s-crafting you more than 5 Categories, you can add and change the name, img, icon and text.
Config.LevelMax = 15000 -- high level in crafting ui
Config.LockItems = true -- (true = yes lock item if you dont have item level)
Config.DoneNotify = true -- if you need notify in screen adfter your item is done
Config.CraftObj = -573669520*
Config.Lang = {
-- UI Lang
[1] = 'Crafting',
[2] = 'Craft',
[3] = 'Your items is ready',
[4] = 'Ready for take',
[5] = 'Manufactured Items',
[6] = 'Part',
-- Notifys
[7] = 'item not finished yet',
[8] = 'there is no peacti like it',
[9] = 'This item already in wait list',
[10] = 'You dont have enough materials',
[11] = 'You dont have enough level',
[12] = 'The piece has been add to wating list',
[13] = "Crafting Table",
}