Ahhhh ok, i had my permissions set to 1... duh? lol
and as far as dura, you guys know the link to a dura item list? i can't find one o.O
~blake
EDIT: Ok, so apparently I can't insert anything inside my inventory anymore.
This goes with both threw server command and query command.
here is the query i used for the golem:
USE [Telecaster]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[smp_insert_item]
@IN_SID = 52338,
@IN_OWNER_ID = 664,
@IN_ACCOUNT_ID = 2,
@IN_SUMMON_ID = 0,
@IN_AUCTION_ID = 0,
@IN_KEEPING_ID = 0,
@IN_CODE = 540076,
@IN_IDX = 100,
@IN_FLAG = 1,
@IN_CNT = 1,
@IN_LEVEL = 1,
@IN_ENHANCE = 1,
@IN_ETHEREAL_DURABILITY = 10,
@IN_ENDURANCE = 100,
@IN_GCODE = 1,
@IN_REMAIN_TIME = 0,
@IN_ELEMENTAL_EFFECT_TYPE = 0,
@IN_ELEMENTAL_EFFECT_EXPIRE_TIME = N'1970-01-01 11:00:00.000',
@IN_ELEMENTAL_EFFECT_ATTACK_POINT = 0,
@IN_ELEMENTAL_EFFECT_MAGIC_POINT = 0
SELECT 'Return Value' = @return_value
GO
Nothing appears in my inventory :/ not sure what is going on here again.
~blake
EDIT: I have fixed the Query issue, all the problem was is that i had this line wrong
@IN_SID= 0
ALSO!! If you are going to use a staged pet, YOU HAVE TO insert this line in your script:
@IN_ETHEREAL_DURABILITY = 10,
If not, the script will come out with error.
On other hands, anyone got them Dura gear ID's for me yet?

thanks haha
~blake