[Help] Start items.

04/10/2012 22:12 shn0#1
I want to put Drug of Typhoon ( Speed 100% ) In char on the Start items table... Can anyone please tell me the code of it.
Also need to set silk items (untradable) anyhelp?
04/11/2012 05:39 SupremeSRO#2
Quote:
INSERT _CharNameList VALUES(@CharName, @NewCharID)

exec _ADD_ITEM_EXTERN @CharName,'ITEM_EVENT_ARCHEMY_POTION_SPEED_11',10, 1

-- Quick Slot Á¤º¸ ÀúÀå¿ë!!!
exec _AddNewClientConfig @NewCharID -- by novice...... for saving client configurations...

COMMIT TRANSACTION

RETURN @NewCharID
Hope this helped you
04/11/2012 05:39 SupremeSRO#3
Quote:
INSERT _CharNameList VALUES(@CharName, @NewCharID)

exec _ADD_ITEM_EXTERN @CharName,'ITEM_EVENT_ARCHEMY_POTION_SPEED_11',10, 1

-- Quick Slot Á¤º¸ ÀúÀå¿ë!!!
exec _AddNewClientConfig @NewCharID -- by novice...... for saving client configurations...

COMMIT TRANSACTION

RETURN @NewCharID
Hope this helped you