how to add npc Via T-point any help?
how to add npc Via T-point any help?
EventData
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
no tech sorry
learn by you self in forum
Try this http://forum.ragezone.com/attachment...0&d=1371066181
for me noth work faile to buy...
thanks i will try thank you..
- - - Updated - - -
bdw can u link ur query here :)
exec the query on your NetcafeBilling :)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
how to fix "Failed to Purchase an Item" In t-Point Shop
add blanozos on skype
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.