[HELP] How to add cash shop point ingame Dragon Nest?
i want add cash shop point. how to add it? tks pro
Re: [HELP] How to add cash shop point ingame Dragon Nest?
USE [dnmembership]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[P_ModCashBalance]
@nvcAccountName = N'USERNAME', @IntCashBalance = 999999999
SELECT 'Return Value' = @return_value
GO
Put this query into SQL Server management and just replace "USERNAME" with your login username.
Re: [HELP] How to add cash shop point ingame Dragon Nest?
Re: [HELP] How to add cash shop point ingame Dragon Nest?
Did you copy and paste everything I just posted?
Everything in blue here should be pasted.
USE [dnmembership]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[P_ModCashBalance]
@nvcAccountName = N'USERNAME', @IntCashBalance = 999999999
SELECT 'Return Value' = @return_value
GO
Re: [HELP] How to add cash shop point ingame Dragon Nest?
oh god ~~ tks my pro :thumbup1:
Re: [HELP] How to add cash shop point ingame Dragon Nest?
sir help me how to do that? Y.Y i want a free cash..