in GS:
#insert_item(id,count,enhance,level,flag)
Works for char that is learn_all_skill'ed
in chat
/run insert_item(id,count,enhance,level,flag)
Works for character that is entered this command, it must have GM permission and yr comand must be in AllowedCommandsForPermission table in Telecaster db
The correct way is /run insert_item(ID, COUNT, ENCHANTMENT LEV, BLACKSMITH LEV, FLAG, "char name in quotes") or in Herlock #insert_item(ID, COUNT, ENCHANTMENT LEV, BLACKSMITH LEV, FLAG, "char name in quotes")
The #insert_item code is bugged, and requires you to use #sv("level", 149, "charname") first, then #learn_all_skill("charname") and then the #insert_item code.