help please!!

07/12/2011 20:02 massuh11#1
Hi everyone

can some one tell how to write codes like this((#insert_item(ID, VALUE, ENCHANT, LVL, FLAG, "char_name") ))
I don't what is the ENCHANT , VALUE , and FLAG

and where can i find them




please help me guys


in the end thank you wisp66 to help in the private server
good bye
07/12/2011 20:26 s0ul37#2
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.
07/12/2011 20:55 massuh11#3
Quote:
Originally Posted by s0ul37 View Post
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.
thank you