please help me for cookies

Results 1 to 3 of 3
  1. #1
    Novice DreZiah is offline
    MemberRank
    Oct 2016 Join Date
    4Posts

    sad please help me for cookies

    I tried all the forum method to add cookies but nothing works: '(helped me please


  2. #2
    Apprentice xxmaylillyxx is offline
    MemberRank
    Apr 2015 Join Date
    6Posts

    Re: please help me for cookies

    Copy and paste this into a new Querey in your SQL. This is for season 4.9 The loginid is what the user logs in with and the iAmount is how many to give them.

    Code:
    USE [INI3Bill_DB]GO
    DECLARE @return_value int
    
    
    -- Change @iUser_ID to username iAmount as the amount of Points to add --
    
    
    EXEC @return_value = [dbo].[hb_py_gp_apply_userinfo_in]
    @iUser_No = 1,
    @iUser_ID = N'yuna',
    @iUser_ip = N'127.0.0.1',
    @iDB_id = NULL,
    @iItem_no = NULL,
    @iOrder_no = NULL,
    @iPersonal_no = NULL, @iapply_type = N'K0', @Iamount = 1000
    SELECT    'Return Value' = @return_value
    GO
    USE [Pangya_S4_TH]
    GO
    DECLARE @return_value int, @IntRemainPang int,
    @strErrMsg varchar(100), @IntRetVal int
    
    
    
    
    SELECT    'Return Value' = @return_value

  3. #3
    Novice DreZiah is offline
    MemberRank
    Oct 2016 Join Date
    4Posts

    Re: please help me for cookies

    It puts me an error



Advertisement