omg.. simply use SQL query insert into ...
(but server read that new amounts from table after restart...)
Code:
declare @a int
set @a = (SELECT char_id FROM lin2world.dbo.user_data where char_name = 'insert_CHARACTER_name_here')
insert into lin2world.dbo.user_item (char_id, item_type, amount, enchant, eroded, bless, ident, wished, warehouse ) values (@a,57, AMOUNT_OF_$$$, 0, 0, 0, 0, 0, 0 )
dont be lame and try it. When I start admiin L2 I never look on sql.. never know it.. and now? simply use google ;]
You can insert this way ANY item.
Simply change 57 to anything you want (57 is adena)
if you set warehouse to 1 and enchant to XY player get item +XY in warehouse.
btw > you can't insert via this pet flute.. because simply creating new item is not all. You need insert that pet to pet_data too