need query add item in char

09/16/2012 15:17 ™AmeerKing™#1
hi all

im need query for add item in char by code item and char name
09/16/2012 18:33 A new hope#2
use the _ADD_ITEM_EXTERN SP
09/16/2012 21:28 IceAmStiel#3
Depending on the location where you'd like to put the item to you could also use _SMC_ADD_ITEM, it has more options than _ADD_ITEM_EXTERN - but probably harder for you to use :)
09/16/2012 23:57 Serenduk#4
declare @CharName varchar(64)

set @CharName = 'Serend'

exec _ADD_ITEM_EXTERN @CharName,'ITEM_MALL_AVATAR_W_NASRUN_UNIQUE',1,250