|
Enchant is the enchant level (the plus) of the item, level is the level of the item (??), and flag is the type of item, 1 for pet cards - 2 for equipment - and 3 for skill cards.
For example, if you want to insert a warrior armor, you will need to use this line:
#insert_item(271723, 1, 20, 10, 2, "char_name")
The 1 is the value of item, the 20 is the enchant level (+), and the 10 is the level. 2 tells the console that you are inserting an equipment type item.
However the command is bugged, and "seems" to only work on new created characters after using #learn_all_skill("char_name") on it.
|