T-points

Results 1 to 12 of 12
  1. #1
    Account Upgraded | Title Enabled! Wataryx23 is offline
    MemberRank
    Jul 2014 Join Date
    274Posts

    wink T-points

    how to add npc Via T-point any help?


  2. #2
    Account Upgraded | Title Enabled! luis R is offline
    MemberRank
    Nov 2015 Join Date
    467Posts

    Re: T-points

    EventData

  3. #3
    Account Upgraded | Title Enabled! Wataryx23 is offline
    MemberRank
    Jul 2014 Join Date
    274Posts

    Re: T-points

    how sir eheh! teach me sir pls step by step

    - - - Updated - - -

    teach me sir how to enable t-point shop ingame or pm me in my skype sir.

    skype: wataryx23

  4. #4
    Banned GODSKIN is offline
    BannedRank
    Aug 2011 Join Date
    กรุงเLocation
    1,433Posts

    Re: T-points

    no tech sorry
    learn by you self in forum

  5. #5
    Enthusiast Blanozos is offline
    MemberRank
    Jul 2011 Join Date
    28Posts

    Re: T-points

    Try this http://forum.ragezone.com/attachment...0&d=1371066181

    for me noth work faile to buy...

  6. #6
    Account Upgraded | Title Enabled! Wataryx23 is offline
    MemberRank
    Jul 2014 Join Date
    274Posts

    Re: T-points

    thanks i will try thank you..

    - - - Updated - - -

    bdw can u link ur query here :)

  7. #7
    Account Upgraded | Title Enabled! luis R is offline
    MemberRank
    Nov 2015 Join Date
    467Posts

    Re: T-points

    USE [NetcafeBilling]GO
    /****** Object: StoredProcedure [dbo].[TPoint_InsertPointShopLog] Script Date: 06/21/2013 22:21:22 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    -- =============================================
    -- Author: Name
    -- Create date:
    -- Description:
    -- =============================================
    CREATE PROCEDURE [dbo].[TPoint_InsertPointShopLog]
    @ItemIdx int,
    @ItemOption int,
    @ItemDuration int,
    @PointPrice int,
    @UserNum int
    AS
    BEGIN


    SET NOCOUNT ON
    DECLARE @TPoint INT
    DECLARE @Result INT
    SET @Result = 0


    SELECT @TPoint = TPoint
    FROM Point
    WHERE UserNum = @UserNum


    IF @TPoint >= @PointPrice
    BEGIN

    INSERT INTO PointShopLog
    (ItemIdx, ItemOption, ItemDuration, Point, UserNum)
    VALUES
    (@ItemIdx, @ItemOption, @ItemDuration, -@PointPrice, @UserNum)


    SET @result = 1 /* 1 = Success, 0 = Fail */


    END


    SET NOCOUNT OFF


    SELECT @Result


    END
    exec the query on your NetcafeBilling :)

  8. #8
    Account Upgraded | Title Enabled! Wataryx23 is offline
    MemberRank
    Jul 2014 Join Date
    274Posts

    Re: T-points

    how to fix "Failed to Purchase an Item" In t-Point Shop

  9. #9

  10. #10
    Account Upgraded | Title Enabled! Wataryx23 is offline
    MemberRank
    Jul 2014 Join Date
    274Posts

    Re: T-points

    bro can u give me your back-up database still cant buy ehh. Failed to purchase an item

  11. #11
    Enthusiast Blanozos is offline
    MemberRank
    Jul 2011 Join Date
    28Posts

    Re: T-points

    add blanozos on skype

  12. #12
    Account Upgraded | Title Enabled! Wataryx23 is offline
    MemberRank
    Jul 2014 Join Date
    274Posts

    Re: T-points

    how to fix my Problem

    Example i have and t-points in my account 100 t-points i buy in t-point shop 1 item worth 100 t-points i can buy those soo if i already buy i have a zero t-points when im done buying but i have a problem when i log out and log in again my t-points 100 is back to my account?

    any one can help me this.



Advertisement