Help plz

08/22/2012 13:39 furkan588#1
hi guys. this insert_item code dosen't work . how to use help plz:rtfm:
08/22/2012 13:51 mongreldogg#2
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
08/22/2012 14:35 furkan588#3
isn't work
08/22/2012 17:35 marekrndr#4
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")

.. or just use the GM tool [Only registered and activated users can see links. Click Here To Register...]
08/22/2012 17:54 s0ul37#5
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.
08/22/2012 18:57 mongreldogg#6
#insert_item code working without entering a nickname=)
08/22/2012 19:12 s0ul37#7
It does not work without target, it's just bugged and uses the #learn_all_skill target, but I would still enter the character name into the command.