How I add Free silk for new account reg auto i need query or any help
How I add Free silk for new account reg auto i need query or any help
you know this is a bad idea bcz old player will make a tons of account to take silk right? and is on addnew char (procedure)
You can add free silk with php in your register site!
Change Account DB to yoursPHP Code:INSERT INTO SRO_VT_ACCOUNT.dbo.SK_Silk (JID, silk_own, silk_gift, silk_point) VALUES (@UserJID, 500, 0, 0) SELECT JID, '0', '0', '0' FROM sro_vt_account.dbo.TB_User WHERE not exists (select * from sro_vt_account.dbo.SK_Silk WHERE SK_SILK.JID = TB_User.JID)
Like if helped ;):